-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstop_dr_logo.yaml
39 lines (35 loc) · 1 KB
/
stop_dr_logo.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
blueprint:
name: Stop Eco logo on thermostat display.
description: Send code to thermostat to remove the ECO logo blinking.
domain: automation
source_url: https://github.com/claudegel/sinope-zha/tree/master/automation/blueprints/stop_dr_logo.yaml
input:
climate_target:
name: Thermostat_ieee
description: Target thermostat entity. Can put more then one.
selector:
target:
entity:
domain: climate
# We remove the ECO logo from the thermostat screen after the peak period.
mode: single
triggers:
- trigger: time
at: "09:10:00"
- trigger: time
at: "20:10:00"
variables:
thermostats:
- !input climate_target
actions:
- repeat:
count: "{{thermostats|length}}"
sequence:
- action: zha.set_zigbee_cluster_attribute
data:
cluster_type: in
ieee: "{{ thermostats[repeat.index-1] }}"
endpoint_id: 1
cluster_id: 0xff01
attribute: 0x0071
value: -128