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
|
```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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user