Fix Humidifier automation example (#17648)

This commit is contained in:
Franck Nijhof 2021-05-03 11:12:16 +02:00 committed by GitHub
parent e03fb3f03d
commit 7e2a124c25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,14 +40,14 @@ Set mode for the humidifier device. This service is only available if the device
```yaml
automation:
trigger:
platform: time
at: "07:15:00"
- 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,8 +64,8 @@ Set target humidity of the humidifier device
```yaml
automation:
trigger:
platform: time
at: "07:15:00"
- platform: time
at: "07:15:00"
action:
- service: humidifier.set_humidity
target: