Skip to content

Instantly share code, notes, and snippets.

@iDVB
Last active April 10, 2021 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iDVB/1e9541848c2c4f7c537492408655eb17 to your computer and use it in GitHub Desktop.
Save iDVB/1e9541848c2c4f7c537492408655eb17 to your computer and use it in GitHub Desktop.
automation
# 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