-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save alert state #49
Comments
I mean the "alert" item, not effects. It's calling "flash" in HA. I don't believe that's something that HA returns when you call effects, so I think the only way to do this is by saving it ourselves. |
It is supposed to return the value of the last alert that was called, even if the alert has already passed. Perhaps a config entry? |
I'd say save it to the light config entry indeed. |
alexyao2015
added
bug
Something isn't working
confirmed
We know what should be done to resolve the issue
labels
Jan 8, 2021
Stale issue message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alerts are currently sent directly to HA and always returns none regardless of the actual state. Save a received state to the config or to memory for future retrieval.
The text was updated successfully, but these errors were encountered: