Skip to content

Commit

Permalink
Version Bump v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Sian-Lee-SA committed Feb 25, 2023
1 parent 4c27636 commit e65239e
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 244 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

306 changes: 153 additions & 153 deletions custom_components/switch_manager/blueprints/zha-philips-hue-dimmer.yaml
Original file line number Diff line number Diff line change
@@ -1,153 +1,153 @@
name: Philips Hue Dimmer v1/v2
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- x: 2
y: 2
width: 189
height: 159
actions:
- title: init
conditions:
- key: command
value: on_press
- title: press
conditions:
- key: command
value: on_short_release
- title: press 2x
conditions:
- key: command
value: on_double_press
- title: press 3x
conditions:
- key: command
value: on_triple_press
- title: press 4x
conditions:
- key: command
value: on_quadruple_press
- title: press 5x
conditions:
- key: command
value: on_quintuple_press
- title: hold
conditions:
- key: command
value: on_hold
- title: hold (released)
conditions:
- key: command
value: on_long_release
- x: 2
y: 161
width: 189
height: 90
actions:
- title: init
conditions:
- key: command
value: up_press
- title: press
conditions:
- key: command
value: up_short_release
- title: press 2x
conditions:
- key: command
value: up_double_press
- title: press 3x
conditions:
- key: command
value: up_triple_press
- title: press 4x
conditions:
- key: command
value: up_quadruple_press
- title: press 5x
conditions:
- key: command
value: up_quintuple_press
- title: hold
conditions:
- key: command
value: up_hold
- title: hold (released)
conditions:
- key: command
value: up_long_release
- x: 2
y: 251
width: 189
height: 90
actions:
- title: init
conditions:
- key: command
value: down_press
- title: press
conditions:
- key: command
value: down_short_release
- title: press 2x
conditions:
- key: command
value: down_double_press
- title: press 3x
conditions:
- key: command
value: down_triple_press
- title: press 4x
conditions:
- key: command
value: down_quadruple_press
- title: press 5x
conditions:
- key: command
value: down_quintuple_press
- title: hold
conditions:
- key: command
value: down_hold
- title: hold (released)
conditions:
- key: command
value: down_long_release
- x: 2
y: 341
width: 189
height: 159
actions:
- title: init
conditions:
- key: command
value: off_press
- title: press
conditions:
- key: command
value: off_short_release
- title: press 2x
conditions:
- key: command
value: off_double_press
- title: press 3x
conditions:
- key: command
value: off_triple_press
- title: press 4x
conditions:
- key: command
value: off_quadruple_press
- title: press 5x
conditions:
- key: command
value: off_quintuple_press
- title: hold
conditions:
- key: command
value: off_hold
- title: hold (released)
conditions:
- key: command
value: off_long_release
name: Philips Hue Dimmer v1/v2
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- x: 2
y: 2
width: 189
height: 159
actions:
- title: init
conditions:
- key: command
value: on_press
- title: press
conditions:
- key: command
value: on_short_release
- title: press 2x
conditions:
- key: command
value: on_double_press
- title: press 3x
conditions:
- key: command
value: on_triple_press
- title: press 4x
conditions:
- key: command
value: on_quadruple_press
- title: press 5x
conditions:
- key: command
value: on_quintuple_press
- title: hold
conditions:
- key: command
value: on_hold
- title: hold (released)
conditions:
- key: command
value: on_long_release
- x: 2
y: 161
width: 189
height: 90
actions:
- title: init
conditions:
- key: command
value: up_press
- title: press
conditions:
- key: command
value: up_short_release
- title: press 2x
conditions:
- key: command
value: up_double_press
- title: press 3x
conditions:
- key: command
value: up_triple_press
- title: press 4x
conditions:
- key: command
value: up_quadruple_press
- title: press 5x
conditions:
- key: command
value: up_quintuple_press
- title: hold
conditions:
- key: command
value: up_hold
- title: hold (released)
conditions:
- key: command
value: up_long_release
- x: 2
y: 251
width: 189
height: 90
actions:
- title: init
conditions:
- key: command
value: down_press
- title: press
conditions:
- key: command
value: down_short_release
- title: press 2x
conditions:
- key: command
value: down_double_press
- title: press 3x
conditions:
- key: command
value: down_triple_press
- title: press 4x
conditions:
- key: command
value: down_quadruple_press
- title: press 5x
conditions:
- key: command
value: down_quintuple_press
- title: hold
conditions:
- key: command
value: down_hold
- title: hold (released)
conditions:
- key: command
value: down_long_release
- x: 2
y: 341
width: 189
height: 159
actions:
- title: init
conditions:
- key: command
value: off_press
- title: press
conditions:
- key: command
value: off_short_release
- title: press 2x
conditions:
- key: command
value: off_double_press
- title: press 3x
conditions:
- key: command
value: off_triple_press
- title: press 4x
conditions:
- key: command
value: off_quadruple_press
- title: press 5x
conditions:
- key: command
value: off_quintuple_press
- title: hold
conditions:
- key: command
value: off_hold
- title: hold (released)
conditions:
- key: command
value: off_long_release
Loading

0 comments on commit e65239e

Please sign in to comment.