mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update automation examples to proper formatting
Updated the automation examples to reflect the proper climate format and listing the entity_id inside the `data:` section.
This commit is contained in:
parent
29840a1ec4
commit
10e9440591
@ -46,12 +46,12 @@ automation:
|
|||||||
at: "20:00:00"
|
at: "20:00:00"
|
||||||
action:
|
action:
|
||||||
- service: climate.set_operation_mode
|
- service: climate.set_operation_mode
|
||||||
entity_id: climate.remotec_zxt120_heating_1_id
|
|
||||||
data:
|
data:
|
||||||
|
entity_id: climate.remotec_zxt120_heating_1_id
|
||||||
operation_mode: Heat
|
operation_mode: Heat
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
entity_id: climate.remotec_zxt120_heating_1_39
|
|
||||||
data:
|
data:
|
||||||
|
entity_id: climate.remotec_zxt120_heating_1_39
|
||||||
temperature: 24
|
temperature: 24
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -65,8 +65,8 @@ automation:
|
|||||||
at: "21:00:00"
|
at: "21:00:00"
|
||||||
action:
|
action:
|
||||||
- service: climate.set_operation_mode
|
- service: climate.set_operation_mode
|
||||||
entity_id: climate.remotec_zxt120_heating_1_id
|
|
||||||
data:
|
data:
|
||||||
|
entity_id: climate.remotec_zxt120_heating_1_id
|
||||||
operation_mode: 'Off'
|
operation_mode: 'Off'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user