implementes #539

This commit is contained in:
Johannes Braun
2022-12-25 15:36:48 +01:00
parent b9504a2ff0
commit 529b0516f4
3 changed files with 9 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ class LuiPagesGen(object):
def get_entity_color(self, entity, ha_type=None, overwrite=None):
if overwrite is not None:
if type(overwrite) is list:
if type(overwrite) in [str, list]:
return rgb_dec565(overwrite)
if type(overwrite) is dict:
state = entity.state