-
Notifications
You must be signed in to change notification settings - Fork 1
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
Turn on LED of a scene according to circumstances #28
Comments
If a SmartButton triggers a job, and the job contains "flag_values", the LED of the SmartButton lights up depending on the flag state. Create your own SystemFlag Add your SystemFlag to your job which is called by the SmartButton. When you press the SmartButton it's party time and the LED lights up. |
Thanks @woodworm for your reply and sorry that my answer took so long. I've overlooked your answer. I see the possibility with the pressing of the SmartButton and the calling of a job. For example: I turn on a light in the basement. Home Assistant will then send a REST-Command to a |
Sorry i realized, that i don't want to do it with a SmartButton. I wanted to do it with a SceneSwitch. Anyway it would be great to know how i could turn on/off the LED of all kind of switches if this is possible... |
@tech-geek-4 If you need help with the implementation, please do not hesitate to ask. |
@kinnkler |
Good evening,
I tried to configure a scene switch in a way that the LED of the respective switche turns on in regards of the status of some other entities in Home Assistant.
For example: If a light is turned on in the house, the switch turns on the white led an if all is off it turns off again.
Is there a possibility to get that working in an easy way?
The only thing i found out so far is that i could put a different config to the device but i couldn't figure out if i can change only a single part of the config. If i have to put a whole config, can i store a config somewhere and call it up?
The text was updated successfully, but these errors were encountered: