This commit is contained in:
joBr99
2022-03-25 22:34:31 +01:00
parent 2806c5f706
commit a80c61f8a0
2 changed files with 4 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ class LuiController(object):
LOGGER.info(f"Current page has the following items: {self._current_page.get_items()}")
if entity in self._current_page.get_all_item_names(recursive=False):
LOGGER.info(f"Callback Entity is on current page: {entity}")
self._pages_gen.render_page(self._current_page)
self._pages_gen.render_page(self._current_page, send_page_type=False)
# send detail page update, just in case
if self._current_page.data.get("type", "unknown") in ["cardGrid", "cardEntities"]:
if entity.startswith("light"):