mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
replace operating_mode with hvac_mode (#10075)
This commit is contained in:
parent
e8a69322a8
commit
fefb36c058
@ -83,10 +83,10 @@ automation:
|
|||||||
- platform: time
|
- platform: time
|
||||||
at: "20:00:00"
|
at: "20:00:00"
|
||||||
action:
|
action:
|
||||||
- service: climate.set_operation_mode
|
- service: climate.set_hvac_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.remotec_zxt120_heating_1_id
|
entity_id: climate.remotec_zxt120_heating_1_id
|
||||||
operation_mode: Heat
|
hvac_mode: Heat
|
||||||
- service: climate.set_temperature
|
- service: climate.set_temperature
|
||||||
data:
|
data:
|
||||||
entity_id: climate.remotec_zxt120_heating_1_39
|
entity_id: climate.remotec_zxt120_heating_1_39
|
||||||
@ -102,10 +102,10 @@ automation:
|
|||||||
- platform: time
|
- platform: time
|
||||||
at: "21:00:00"
|
at: "21:00:00"
|
||||||
action:
|
action:
|
||||||
- service: climate.set_operation_mode
|
- service: climate.set_hvac_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.remotec_zxt120_heating_1_id
|
entity_id: climate.remotec_zxt120_heating_1_id
|
||||||
operation_mode: 'Off'
|
hvac_mode: 'Off'
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note:** In the example above, the word `Off` is encased in single quotes to be valid YAML.
|
**Note:** In the example above, the word `Off` is encased in single quotes to be valid YAML.
|
||||||
@ -117,7 +117,7 @@ A simple way to test if your Z-Wave climate device is working is to use <img src
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"entity_id": "climate.remotec_zxt120_heating_1_id",
|
"entity_id": "climate.remotec_zxt120_heating_1_id",
|
||||||
"operation_mode": "Heat"
|
"hvac_mode": "Heat"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user