mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Fix Humidifier automation example (#17648)
This commit is contained in:
parent
e03fb3f03d
commit
7e2a124c25
@ -40,14 +40,14 @@ Set mode for the humidifier device. This service is only available if the device
|
||||
```yaml
|
||||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
- platform: time
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: humidifier.set_mode
|
||||
target:
|
||||
entity_id: humidifier.bedroom
|
||||
data:
|
||||
preset_mode: "eco"
|
||||
mode: "eco"
|
||||
```
|
||||
|
||||
### Service `humidifier.set_humidity`
|
||||
@ -64,7 +64,7 @@ Set target humidity of the humidifier device
|
||||
```yaml
|
||||
automation:
|
||||
trigger:
|
||||
platform: time
|
||||
- platform: time
|
||||
at: "07:15:00"
|
||||
action:
|
||||
- service: humidifier.set_humidity
|
||||
|
Loading…
x
Reference in New Issue
Block a user