Support for changing brightness of dimmer while turned off #3949
Unanswered
tbertels
asked this question in
Integration enhancements
Replies: 2 comments
|
🏷️ I've automatically added the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Integration name
Shelly
Link to integration documentation on our website
https://www.home-assistant.io/integrations/shelly
Describe the enhancement
Action to set the brightness of the dimmer without turning it on.
Use cases
Allows to change the brightness of the dimmer before we turn it on.
Anything else?
The dimmers support changing their brightness through REST commands like
http://[dimmer_ip]/light/0?transition=5000&brightness={{ brightness }}So a workaround is to add this to configuration.yaml:
then to use it in automations:
All reactions