translations for popupThermo

This commit is contained in:
joBr99
2022-10-23 20:41:42 +02:00
parent d602c0a9b6
commit c38687924c
2 changed files with 16 additions and 10 deletions

View File

@@ -169,6 +169,9 @@ class LuiController(object):
self._pages_gen.generate_shutter_detail_page(entity)
if entity.startswith("fan"):
self._pages_gen.generate_fan_detail_page(entity)
if self._current_card.cardType == "cardThermo":
if entity.startswith("climate"):
self._pages_gen.generate_thermo_detail_page(entity)
def detail_open(self, detail_type, entity_id):