Attila Farago
Attila Farago
+1 to flatten unneeded utility types or at least add a naming option
Apologies, will close and reopen this - by mistake I already merged the home_assistant styling improvements, that I should have avoided. I will clos this, redo and come back with...
I am using another workaround: in button_card_templates: ``` variables: var_extra_styles: |- ... extra_styles: |- [[[ return variables.var_extra_styles; ]]] ``` in the actual button: ``` extra_styles: |- [[[ return variables.var_extra_styles +...
I am quite exited as I just found a solution for this problem after 12 months! I wanted to control -whatever function- this switch does from my local Home Assistant...
> > Ich bin ziemlich aufgeregt, da ich gerade nach 12 Monaten eine Lösung für dieses Problem gefunden habe! > > > > I wanted to control -whatever function- this...
Workaround in #1260
Hey @Armilar - could you share details on the ioBroker implementation / configuration? I cannot seem to find it documented / in the code - would be eager to implement...
Oh, I understand now, awesome idea! Perhaps for AppDaemon/Homeassistant I would prefer a totally open format instead of hardcoding the entites as such. I would be happy to implement it...