add basic implementation for showing modes on popupThermo

This commit is contained in:
joBr99
2022-10-23 18:51:45 +02:00
parent 2efc4809f7
commit 55bcf24e52
2 changed files with 21 additions and 1 deletions

View File

@@ -178,7 +178,9 @@ class LuiController(object):
self._pages_gen.generate_light_detail_page(entity_id)
if detail_type == "popupFan":
self._pages_gen.generate_fan_detail_page(entity_id)
if detail_type == "popupThermo":
self._pages_gen.generate_thermo_detail_page(entity_id)
def button_press(self, entity_id, button_type, value):
apis.ha_api.log(f"Button Press Event; entity_id: {entity_id}; button_type: {button_type}; value: {value} ")
# internal buttons