Replies: 3 comments 11 replies
-
@dersgniw You could use driver function for this. Just write your custom function you want to call using plain js code :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are there any examples of this? One wrinkle to this solution might be that I'm running in a docker container. |
Beta Was this translation helpful? Give feedback.
7 replies
-
In HA, use the service: light.turn_on
data:
transition: 10
target:
entity_id: light.dining_room |
Beta Was this translation helpful? Give feedback.
4 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.
-
My zooz zen24 switch seems to be missing a feature. Specifically, when turning on/off via home assistant, the ramp rate is ignored. I have the correct settings I believe.
Can I mess around with the commands that are sent to the switch? I'd like to do some troubleshooting, but I don't know where to start really. I've been staring at debug logs so I want to try passing different values for duration and maybe for setting 17.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions