implement topic config

This commit is contained in:
joBr99
2023-11-20 16:57:25 +01:00
parent 891230144a
commit b55d2b9c06
2 changed files with 10 additions and 14 deletions

View File

@@ -17,6 +17,7 @@ class LovelaceUIPanel:
self.name = name_panel
self.settings = settings_panel
self.sendTopic = self.settings["panelSendTopic"]
self.recvTopic = self.settings["panelRecvTopic"]
self.model = self.settings.get("model", "eu")