Skip to content

Commit

Permalink
Added Z-Wave K8 scene controller (#156)
Browse files Browse the repository at this point in the history
* Add Z-Wave K8 scene controller

This is made by Sunricher and remarketed as Namron K8 and other brands

* Update zwave-js-k8.yaml
  • Loading branch information
haraldpaulsen authored Jul 24, 2023
1 parent 65c469e commit 744a686
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions custom_components/switch_manager/blueprints/zwave-js-k8.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,168 @@
name: Sunricher and various (K8)
service: Z-wave JS
event_type: zwave_js_value_notification
identifier_key: node_id
conditions:
- key: property
value: scene
buttons:
- x: 78
y: 80
width: 95
height: 75
conditions:
- key: property_key
value: '001'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 327
y: 80
width: 95
height: 75
conditions:
- key: property_key
value: '002'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 78
y: 167
width: 95
height: 75
conditions:
- key: property_key
value: '003'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 327
y: 167
width: 95
height: 75
conditions:
- key: property_key
value: '004'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 78
y: 256
width: 95
height: 75
conditions:
- key: property_key
value: '005'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 327
y: 256
width: 95
height: 75
conditions:
- key: property_key
value: '006'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 78
y: 346
width: 95
height: 75
conditions:
- key: property_key
value: '007'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 327
y: 346
width: 95
height: 75
conditions:
- key: property_key
value: '008'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased

0 comments on commit 744a686

Please sign in to comment.