Last active
April 10, 2021 03:47
-
-
Save iDVB/1e9541848c2c4f7c537492408655eb17 to your computer and use it in GitHub Desktop.
automation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From: | |
- service: ozw.set_config_parameter | |
data: | |
node_id: 23 | |
parameter: 14 | |
value: Red | |
# To: | |
- service: zwave_js.set_config_parameter | |
target: | |
entity_id: light.hs_wd200_wall_dimmer_level | |
data: | |
parameter: 14 | |
value: Red |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment