Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
springfall2008 authored Dec 24, 2024
1 parent 79e3733 commit 41fe707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/predbat/userinterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ def get_ha_config(self, name, default):
"""
item = self.config_index.get(name)
if item and item["name"] == name:
enabled = self.user_config_item_enabled(item)
value = item.get("value", None)
if default is None:
default = item.get("default", None)
Expand Down

0 comments on commit 41fe707

Please sign in to comment.