From c35c45967bb00039a87763ca0e02f550f6f16ee4 Mon Sep 17 00:00:00 2001 From: Johannes Date: Mon, 30 May 2022 21:53:40 +0200 Subject: [PATCH] fix syntax --- apps/nspanel-lovelace-ui/luibackend/controller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/nspanel-lovelace-ui/luibackend/controller.py b/apps/nspanel-lovelace-ui/luibackend/controller.py index 9532e08f..db0a3540 100644 --- a/apps/nspanel-lovelace-ui/luibackend/controller.py +++ b/apps/nspanel-lovelace-ui/luibackend/controller.py @@ -289,6 +289,5 @@ class LuiController(object): if "open_sensors" in entity.attributes and entity.attributes.open_sensors is not None: for e in entity: 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, "", "")