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
Currently many spots use state.sensor.name.attribute instead of the correct states('sensor.name') or state_attr('sensors.name', 'attribute') formatting.
The text was updated successfully, but these errors were encountered:
Currently many spots use
state.sensor.name.attribute
instead of the correctstates('sensor.name')
orstate_attr('sensors.name', 'attribute')
formatting.The text was updated successfully, but these errors were encountered: