Replace opentherm_gw action key name with friendly name for UI (#138634)
parent
7f3270e982
commit
e767863ea4
|
@ -385,7 +385,7 @@
|
|||
},
|
||||
"set_central_heating_ovrd": {
|
||||
"name": "Set central heating override",
|
||||
"description": "Sets the central heating override option on the gateway. When overriding the control setpoint (via a set_control_setpoint action with a value other than 0), the gateway automatically enables the central heating override to start heating. This action can then be used to control the central heating override status. To return control of the central heating to the thermostat, use the set_control_setpoint action with temperature value 0. You will only need this if you are writing your own software thermostat.",
|
||||
"description": "Sets the central heating override option on the gateway. When overriding the control setpoint (via a 'Set control set point' action with a value other than 0), the gateway automatically enables the central heating override to start heating. This action can then be used to control the central heating override status. To return control of the central heating to the thermostat, use the 'Set control set point' action with temperature value 0. You will only need this if you are writing your own software thermostat.",
|
||||
"fields": {
|
||||
"gateway_id": {
|
||||
"name": "[%key:component::opentherm_gw::services::reset_gateway::fields::gateway_id::name%]",
|
||||
|
@ -393,7 +393,7 @@
|
|||
},
|
||||
"ch_override": {
|
||||
"name": "Central heating override",
|
||||
"description": "The desired boolean value for the central heating override."
|
||||
"description": "Whether to enable or disable the override."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue