You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cross-entity references in templates: Templates can now reference any entity's state using states('entity_id') syntax, enabling multi-entity cells from a single entity slot
Syntax: {{ states('entity_id') }}
Supports all existing filters: {{ states('sensor.wind_dir') | round(0) }}