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`
|
||||
|
||||
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 |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
@ -151,7 +151,7 @@ automation:
|
||||
platform: time
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: fan.set_speed
|
||||
- service: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.kitchen
|
||||
data:
|
||||
|
Loading…
x
Reference in New Issue
Block a user