Closed Sam01101101 closed 2 years ago
when the first entity changes, the state_map updates correctly, However, when the any of the other entity changes state the state_map doesn’t update or work.
- In your picture only a state for the 1st entity is shown. How do you know that states are not updated for other entities?
Apologies, i've updated the code.
I understand, for some reason I was under the impression that statement was global based on all entities but there is a different statement for each entity.
that statement was global based on all entities but there is a different statement for each entity.
Stop-stop-stop, currently the state_map
option is GLOBAL.
In future it will be per-entity.
Please reopen the issue if you still have a problem.
What I suggest you for testing - show a state for each entity, see what is displayed.
This example from the usage page no longer works on HA 2022.6.
when the first entity changes, the state_map updates correctly, However, when the any of the other entity changes state the state_map doesn’t update or work.