cgiesche/streamdeck-homeassistant

3.5.0 Bug: The new encoder interface doesn't account for light templates

Closed this issue · 2 comments

More specifically, it doesn't account for light templates that have brightness. I was able to fix it with removing the extra check to see if an entity supports brightness, but I'm sure it's more to it than that.

The code in question is in this pull request: 7045251#diff-f3a791ff83a40638fd40e4bbbaaed1736d898d54b967e775133d292bfd5e1b8e on line 90

This may have been fixed with the newest version.

It is, thank you