Skip to content

Commit 6e82404

Browse files
committed
Fix fan entity ID in examples to fan.node_1 (default on clean install)
1 parent a87858d commit 6e82404

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/_integrations/duco.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This automation switches the ventilation to high speed when the kitchen hood is
191191
actions:
192192
- action: fan.set_percentage
193193
target:
194-
entity_id: fan.living
194+
entity_id: fan.node_1
195195
data:
196196
percentage: 100
197197

@@ -204,7 +204,7 @@ This automation switches the ventilation to high speed when the kitchen hood is
204204
actions:
205205
- action: fan.set_percentage
206206
target:
207-
entity_id: fan.living
207+
entity_id: fan.node_1
208208
data:
209209
percentage: 0
210210
```
@@ -222,7 +222,7 @@ When the last person leaves home, the ventilation switches to empty house mode.
222222
actions:
223223
- action: fan.set_preset_mode
224224
target:
225-
entity_id: fan.living
225+
entity_id: fan.node_1
226226
data:
227227
preset_mode: "empt"
228228

@@ -234,7 +234,7 @@ When the last person leaves home, the ventilation switches to empty house mode.
234234
actions:
235235
- action: fan.set_preset_mode
236236
target:
237-
entity_id: fan.living
237+
entity_id: fan.node_1
238238
data:
239239
preset_mode: "auto"
240240
```
@@ -252,7 +252,7 @@ This automation switches to high speed when the CO₂ level in the office rises
252252
actions:
253253
- action: fan.set_percentage
254254
target:
255-
entity_id: fan.living
255+
entity_id: fan.node_1
256256
data:
257257
percentage: 100
258258

@@ -264,7 +264,7 @@ This automation switches to high speed when the CO₂ level in the office rises
264264
actions:
265265
- action: fan.set_percentage
266266
target:
267-
entity_id: fan.living
267+
entity_id: fan.node_1
268268
data:
269269
percentage: 0
270270
```

0 commit comments

Comments
 (0)