mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-27 01:44:25 +01:00
With update to AppDaemon to 4.5.x (add-on 0.17.x), access to entity attributes through properties doesn't work anymore - they are a dict. Refactor the usage to read dict, leverage walrus operator where applicable. Fixes #1331