Bug Fix Heatin functionality kitchen and julian
This commit is contained in:
parent
11295227d9
commit
de5a46e5bf
@ -94,7 +94,7 @@ class first_floor_east_kitchen(room):
|
||||
)
|
||||
# heating function
|
||||
self.heating_function_videv = videv_heating(
|
||||
mqtt_client, config.TOPIC_FFE_KITCHEN_HEATING_VALVE_ZIGBEE,
|
||||
mqtt_client, config.TOPIC_FFE_KITCHEN_HEATING_VALVE_VIDEV,
|
||||
self.heating_function
|
||||
)
|
||||
|
||||
|
@ -60,11 +60,11 @@ class first_floor_west_julian(room):
|
||||
self.main_light_tradfri, devices.tradfri_light.KEY_BRIGHTNESS,
|
||||
self.main_light_tradfri, devices.tradfri_light.KEY_COLOR_TEMP
|
||||
)
|
||||
# # heating function
|
||||
# self.heating_function_videv = videv_heating(
|
||||
# mqtt_client, config.TOPIC_FFW_JULIAN_HEATING_VALVE_VIDEV,
|
||||
# self.heating_function
|
||||
# )
|
||||
# heating function
|
||||
self.heating_function_videv = videv_heating(
|
||||
mqtt_client, config.TOPIC_FFW_JULIAN_HEATING_VALVE_VIDEV,
|
||||
self.heating_function
|
||||
)
|
||||
|
||||
|
||||
class first_floor_west_bath(room):
|
||||
|
Loading…
x
Reference in New Issue
Block a user