mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
fix
This commit is contained in:
@@ -20,7 +20,7 @@ class LovelaceUIPanel:
|
||||
self.recvTopic = self.settings["panelRecvTopic"]
|
||||
self.model = self.settings.get("model", "eu")
|
||||
|
||||
self.temp_unit = self.settings("temp_unit", "celsius")
|
||||
self.temp_unit = self.settings.get("temp_unit", "celsius")
|
||||
|
||||
self.current_card = None
|
||||
self.privious_cards = []
|
||||
|
||||
Reference in New Issue
Block a user