Josh Willox
Josh Willox
Fair question, I might consider changing the behaviour for better parity with the builtin buttons. Anyways by default the icon/text will be coloured with `--paper-item-icon-color` and when active will use...
I don't believe it ever did, for simplicity I just use active and inactive colours from the theme, rather than dynamically fetching the colour of a light. That could be...
This is something that I plan to implement properly into the codebase hopefully with the next release, but here's a very basic snippet to pull the colour from the light,...
Yeah currently no part of the actions can be templated. It's a cool idea though so maybe in the future.
Currently, it's not, but the `image` field can be templated so you could use that to change the image based on state. I do think it's worth having a `state_image`...
I'm not sure why that'd be happening I tested with the noctis theme and everything seems to be working. Do you still have the issue when using Home Assistant's default...
The `state_text` option was not renamed as it refers to the state and has nothing to do with the name (I mean I could've called it something like `state_map` but...
Just to reiterate, the only breaking changes in `0.5.0` were that the `state` is now in its own field and to show it you need to use the new layout...
Yeah, this is intended, I did it for backwards compatibility (there's a more technical reason why I chose to do it that way). Basically `state_text` and `state_styles` always use the...
oh I forgot `state_icon` existed and it hasn't been updated I need to fix that, thanks for bringing noticing that.