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 ```yaml
automation: automation:
trigger: trigger:
platform: time - platform: time
at: "07:15:00" at: "07:15:00"
action: action:
- service: humidifier.set_mode - service: humidifier.set_mode
target: target:
entity_id: humidifier.bedroom entity_id: humidifier.bedroom
data: data:
preset_mode: "eco" mode: "eco"
``` ```
### Service `humidifier.set_humidity` ### Service `humidifier.set_humidity`
@ -64,8 +64,8 @@ Set target humidity of the humidifier device
```yaml ```yaml
automation: automation:
trigger: trigger:
platform: time - platform: time
at: "07:15:00" at: "07:15:00"
action: action:
- service: humidifier.set_humidity - service: humidifier.set_humidity
target: target: