mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-22 07:24:24 +01:00
fix syntax
This commit is contained in:
@@ -289,6 +289,5 @@ class LuiController(object):
|
|||||||
if "open_sensors" in entity.attributes and entity.attributes.open_sensors is not None:
|
if "open_sensors" in entity.attributes and entity.attributes.open_sensors is not None:
|
||||||
for e in entity:
|
for e in entity:
|
||||||
msg += f"- {self._ha_api.get_entity(e).attributes.friendly_name}\n"
|
msg += f"- {self._ha_api.get_entity(e).attributes.friendly_name}\n"
|
||||||
|
self._pages_gen.send_message_page("opnSensorNotifyRes", "", msg, "", "")
|
||||||
self._pages_gen.send_message_page("opnSensorNotifyRes", "", msg, "", ""):
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user