added palette icon for scenes

This commit is contained in:
Johannes Braun
2022-03-07 21:02:32 +01:00
parent 255e8766d1
commit 08be5f1cf4
4 changed files with 2 additions and 1 deletions

View File

@@ -307,7 +307,7 @@ class NsPanelLovelanceUI:
return "entityUpd,{0},{1},{2},{3},{4},{5}".format(item_nr, "button", item, 3, name, "PRESS")
if item_type == "scene":
return "entityUpd,{0},{1},{2},{3},{4},{5}".format(item_nr, "button", item, 5, name, "ACTIVATE")
return "entityUpd,{0},{1},{2},{3},{4},{5}".format(item_nr, "button", item, 10, name, "ACTIVATE")
def generate_thermo_page(self, item):
entity = self.api.get_entity(item)