-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcovers.yaml
172 lines (167 loc) · 5.43 KB
/
covers.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
- platform: template
covers:
media_room_window_shade:
unique_id: b717049e-f5d0-43ba-a6b5-c2f64041b9c4
device_class: shade
friendly_name: "Media Room Window Shade"
value_template: "{{states('sensor.media_room_shade_helper')}}"
open_cover:
- condition: state
entity_id: sensor.media_room_shade_helper
state: "closed"
- service: cover.open_cover
target:
entity_id: cover.media_room_somfy_window_shade
close_cover:
- condition: state
entity_id: sensor.media_room_shade_helper
state: "open"
- service: cover.close_cover
target:
entity_id: cover.media_room_somfy_window_shade
stop_cover:
service: cover.stop_cover
target:
entity_id: cover.media_room_somfy_window_shade
icon_template: >-
{% if this.state == 'opening' %}
mdi:arrow-up-box
{% elif this.state == 'closing' %}
mdi:arrow-down-box
{% elif this.state == 'closed' %}
phu:shutter-100
{% else %}
phu:shutter-20
{% endif %}
kitchen_window_shade:
unique_id: 872520ae-ba0b-40ca-bfe4-fcb18474de78
device_class: shade
friendly_name: "Kitchen Window Shade"
value_template: "{{states('sensor.kitchen_shade_helper')}}"
open_cover:
- condition: state
entity_id: sensor.kitchen_shade_helper
state: "closed"
- service: cover.open_cover
target:
entity_id: cover.kitchen_somfy_window_shade
close_cover:
- condition: state
entity_id: sensor.kitchen_shade_helper
state: "open"
- service: cover.close_cover
target:
entity_id: cover.kitchen_somfy_window_shade
stop_cover:
service: cover.stop_cover
target:
entity_id: cover.kitchen_somfy_window_shade
icon_template: >-
{% if this.state == 'opening' %}
mdi:arrow-up-box
{% elif this.state == 'closing' %}
mdi:arrow-down-box
{% elif this.state == 'closed' %}
phu:shutter-100
{% else %}
phu:shutter-20
{% endif %}
office_window_shade:
unique_id: ea08a123-4c1a-4c68-9575-d14bf21bd34e
device_class: shade
friendly_name: "Office Window Shade"
value_template: "{{states('sensor.office_shade_helper')}}"
open_cover:
- condition: state
entity_id: sensor.office_shade_helper
state: "closed"
- service: cover.open_cover
target:
entity_id: cover.office_somfy_window_shade
close_cover:
- condition: state
entity_id: sensor.office_shade_helper
state: "open"
- service: cover.close_cover
target:
entity_id: cover.office_somfy_window_shade
stop_cover:
service: cover.stop_cover
target:
entity_id: cover.office_somfy_window_shade
icon_template: >-
{% if this.state == 'opening' %}
mdi:arrow-up-box
{% elif this.state == 'closing' %}
mdi:arrow-down-box
{% elif this.state == 'closed' %}
phu:shutter-100
{% else %}
phu:shutter-20
{% endif %}
mums_bedroom_window_shade:
unique_id: 595d368a-498d-4fc4-b938-5eea13d2cd9d
device_class: shade
friendly_name: "Mums Bedroom Window Shade"
value_template: "{{states('sensor.mums_shade_helper')}}"
open_cover:
- condition: state
entity_id: sensor.mums_shade_helper
state: "closed"
- service: cover.open_cover
target:
entity_id: cover.mums_bedroom_somfy_window_shade
close_cover:
- condition: state
entity_id: sensor.mums_shade_helper
state: "open"
- service: cover.close_cover
target:
entity_id: cover.mums_bedroom_somfy_window_shade
stop_cover:
service: cover.stop_cover
target:
entity_id: cover.mums_bedroom_somfy_window_shade
icon_template: >-
{% if this.state == 'opening' %}
mdi:arrow-up-box
{% elif this.state == 'closing' %}
mdi:arrow-down-box
{% elif this.state == 'closed' %}
phu:shutter-100
{% else %}
phu:shutter-20
{% endif %}
andys_bedroom_window_shade:
unique_id: dcb9f6e3-f1f2-46d6-9d06-6f52a3222681
device_class: shade
friendly_name: "Andys Bedroom Window Shade"
value_template: "{{states('sensor.andys_shade_helper')}}"
open_cover:
- condition: state
entity_id: sensor.andys_shade_helper
state: "closed"
- service: cover.open_cover
target:
entity_id: cover.andys_bedroom_somfy_window_shade
close_cover:
- condition: state
entity_id: sensor.andys_shade_helper
state: "open"
- service: cover.close_cover
target:
entity_id: cover.andys_bedroom_somfy_window_shade
stop_cover:
service: cover.stop_cover
target:
entity_id: cover.andys_bedroom_somfy_window_shade
icon_template: >-
{% if this.state == 'opening' %}
mdi:arrow-up-box
{% elif this.state == 'closing' %}
mdi:arrow-down-box
{% elif this.state == 'closed' %}
phu:shutter-100
{% else %}
phu:shutter-20
{% endif %}