-
Notifications
You must be signed in to change notification settings - Fork 0
/
covers.yaml
118 lines (110 loc) · 2.81 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
# Covers
- platform: mqtt
name: "Left Blinds"
command_topic: "blinds/set/left"
state_topic: "blinds/position/left"
position_topic: "blinds/position/left"
set_position_topic: "blinds/set/left"
retain: false
payload_open: "50"
payload_close: "0"
payload_stop: "85"
state_open: "50"
state_closed: "0"
optimistic: false
device_class: blind
- platform: mqtt
name: "Right Blinds"
command_topic: "blinds/set/right"
state_topic: "blinds/position/right"
position_topic: "blinds/position/right"
set_position_topic: "blinds/set/right"
retain: false
payload_open: "50"
payload_close: "0"
payload_stop: "85"
state_open: "50"
state_closed: "0"
optimistic: false
device_class: blind
- platform: group
name: "Both Blinds"
entities:
- cover.left_blinds
- cover.right_blinds
- platform: mqtt
name: "Office Blinds"
command_topic: "office-blinds/set"
state_topic: "office-blinds/position"
position_topic: "office-blinds/position"
set_position_topic: "office-blinds/set"
retain: false
payload_open: "50"
payload_close: "0"
payload_stop: "85"
state_open: "50"
state_closed: "0"
optimistic: false
device_class: blind
- platform: mqtt
name: "Workshop Blinds"
command_topic: "workshop-blinds/set"
state_topic: "workshop-blinds/position"
position_topic: "workshop-blinds/position"
set_position_topic: "workshop-blinds/set"
retain: false
payload_open: "50"
payload_close: "0"
payload_stop: "85"
state_open: "50"
state_closed: "0"
optimistic: false
device_class: blind
- platform: mqtt
name: "Bedroom Curtain"
command_topic: "bedroomcurtain/set"
state_topic: "bedroomcurtain/state"
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "open"
state_closed: "closed"
optimistic: false
device_class: shade
- platform: mqtt
name: "Living Room Curtain"
command_topic: "living-room-curtain/set"
state_topic: "living-room-curtain/state"
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "open"
state_closed: "closed"
optimistic: false
device_class: shade
- platform: mqtt
name: "Kitchen Curtain"
command_topic: "kitchencurtain/set"
state_topic: "kitchencurtain/state"
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "open"
state_closed: "closed"
optimistic: false
device_class: curtain
- platform: mqtt
name: "Small Window"
command_topic: "smallwindow/set"
state_topic: "smallwindow/state"
retain: false
payload_open: "open"
payload_close: "close"
payload_stop: "stop"
state_open: "open"
state_closed: "closed"
optimistic: false
device_class: window