Merge pull request #4818 from sjabby/patch-1

Update automation examples to proper formatting
This commit is contained in:
DubhAd 2018-03-03 14:49:47 +00:00 committed by GitHub
commit 5b0b24c302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,12 +46,12 @@ automation:
at: "20:00:00"
action:
- service: climate.set_operation_mode
entity_id: climate.remotec_zxt120_heating_1_id
data:
entity_id: climate.remotec_zxt120_heating_1_id
operation_mode: Heat
- service: climate.set_temperature
entity_id: climate.remotec_zxt120_heating_1_39
data:
entity_id: climate.remotec_zxt120_heating_1_39
temperature: 24
```
@ -65,8 +65,8 @@ automation:
at: "21:00:00"
action:
- service: climate.set_operation_mode
entity_id: climate.remotec_zxt120_heating_1_id
data:
entity_id: climate.remotec_zxt120_heating_1_id
operation_mode: 'Off'
```