-
|
Hello However, when the conditions are met, the card displays the following error: Is it even possible to use |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
|
Why would you want to set a state which is only front-end and local to the browser? |
Beta Was this translation helpful? Give feedback.
-
|
In my case, I would like to set not even a state, but an attribute... |
Beta Was this translation helpful? Give feedback.
Modifying
hass.statesis local to the browser, not shared with backend or even between 2 browsers and doesn't trigger card updates so I don't think your approach is the right one.Since this PR #1095, writing
hass.statesis not possible anymore. I could add it, but I don't think it's a good idea.