benct / lovelace-multiple-entity-row

Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
MIT License
768 stars 55 forks source link

Use official entity state formatting functions when available. #336

Open mill1000 opened 3 months ago

mill1000 commented 3 months ago

HA 2023.9 introduced new functions to enable custom cards to format entity state and entity attributes values.

This PR uses these new functions (if supported) unless the user specified a custom format option.

More here: https://developers.home-assistant.io/docs/frontend/data#entity-state-formatting

Should close #333, close #308, close #286 and maybe #220