thomasloven / lovelace-template-entity-row

🔹 Display whatever you want in an entities card row.
MIT License
210 stars 16 forks source link

Use binary_sensor instead of light for base type #96

Closed alexives closed 6 months ago

alexives commented 1 year ago

The base type of light now inherits a different style for the icon color which isn't correctly overridden or set based on the row. Instead, using binary_sensor returns this to the old behavior.

Relates to https://github.com/thomasloven/lovelace-template-entity-row/issues/94 Relates to https://github.com/thomasloven/lovelace-template-entity-row/issues/95

Mariusthvdb commented 1 year ago

don't think replacing light with another fixed domain is the solution to this issue. It pertains all domains and not just the light/binary. see my additional comment in my issue you might want to consider pulling this PR?