Fix access of missing zwave_js climate unit value (#47380)
This commit is contained in:
parent
d64fe6ea32
commit
5ced7395f3
5 changed files with 300 additions and 2 deletions
|
@ -16,6 +16,7 @@ PROPERTY_DOOR_STATUS_BINARY_SENSOR = (
|
|||
CLIMATE_RADIO_THERMOSTAT_ENTITY = "climate.z_wave_thermostat"
|
||||
CLIMATE_DANFOSS_LC13_ENTITY = "climate.living_connect_z_thermostat"
|
||||
CLIMATE_FLOOR_THERMOSTAT_ENTITY = "climate.floor_thermostat"
|
||||
CLIMATE_MAIN_HEAT_ACTIONNER = "climate.main_heat_actionner"
|
||||
BULB_6_MULTI_COLOR_LIGHT_ENTITY = "light.bulb_6_multi_color"
|
||||
EATON_RF9640_ENTITY = "light.allloaddimmer"
|
||||
AEON_SMART_SWITCH_LIGHT_ENTITY = "light.smart_switch_6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue