Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ZWave Zooz Zen34 and Zen37 #202

Merged
merged 1 commit into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
name: Zooz Zen34
service: Z-Wave JS
event_type: zwave_js_value_notification
identifier_key: node_id
conditions:
- key: property
value: scene
buttons:
- x: 44
y: 44
width: 313
height: 337
conditions:
- key: property_key
value: '001'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 44
y: 397
width: 313
height: 337
conditions:
- key: property_key
value: '002'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
152 changes: 152 additions & 0 deletions custom_components/switch_manager/blueprints/zwave-js-zooz-zen37.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,152 @@
name: Zooz Zen37
service: Z-Wave JS
event_type: zwave_js_value_notification
identifier_key: node_id
conditions:
- key: property
value: scene
buttons:
- x: 28
y: 27
width: 347
height: 267
conditions:
- key: property_key
value: '001'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 28
y: 320
width: 347
height: 267
conditions:
- key: property_key
value: '002'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 28
y: 612
width: 160
height: 160
conditions:
- key: property_key
value: '003'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
- x: 215
y: 612
width: 160
height: 160
conditions:
- key: property_key
value: '004'
actions:
- title: press
conditions:
- key: value
value: KeyPressed
- title: press 2x
conditions:
- key: value
value: KeyPressed2x
- title: press 3x
conditions:
- key: value
value: KeyPressed3x
- title: press 4x
conditions:
- key: value
value: KeyPressed4x
- title: press 5x
conditions:
- key: value
value: KeyPressed5x
- title: hold
conditions:
- key: value
value: KeyHeldDown
- title: hold (released)
conditions:
- key: value
value: KeyReleased
Loading