This commit is contained in:
joBr99
2023-11-19 23:12:35 +01:00
parent 116153e77b
commit b20ba7a761
4 changed files with 43 additions and 34 deletions

View File

@@ -18,6 +18,8 @@ class LovelaceUIPanel:
self.name = name_panel
self.settings = settings_panel
self.sendTopic = self.settings["panelSendTopic"]
self.model = self.settings.get("model", "eu")
self.current_card = None
self.privious_cards = []