mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Update fan.markdown to fix wrong example automation (#31739)
This commit is contained in:
parent
f8ba06e308
commit
8b787079c0
@ -126,7 +126,7 @@ automation:
|
|||||||
|
|
||||||
### Service `fan.turn_on`
|
### Service `fan.turn_on`
|
||||||
|
|
||||||
Turn fan device on. This is only supported if the fan device supports being turned off.
|
Turn fan device on. This is only supported if the fan device supports being turned off. See a similar example under `fan.turn_off`.
|
||||||
|
|
||||||
| Service data attribute | Optional | Description |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -151,7 +151,7 @@ automation:
|
|||||||
platform: time
|
platform: time
|
||||||
at: "07:15:00"
|
at: "07:15:00"
|
||||||
action:
|
action:
|
||||||
- service: fan.set_speed
|
- service: fan.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id: fan.kitchen
|
entity_id: fan.kitchen
|
||||||
data:
|
data:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user