Skip to content

Commit

Permalink
Added Zigbee2MQTT blueprint for OSRAM Smart+ Mini Switch (non legacy) (
Browse files Browse the repository at this point in the history
…#232)

* Add blueprint for OSRAM Smart+ Mini Switch (zigbee2mqtt)

* apply naming conventions

* Update zigbee2mqtt-osram-smartplus-mini-switch.yaml

Use correct action values. These are the values for legacy: false as recommended by Z2M: https://www.zigbee2mqtt.io/devices/AC0251100NJ_AC0251600NJ_AC0251700NJ.html

---------

Co-authored-by: Malte Isberner <[email protected]>
  • Loading branch information
frauhottelmann and misberner authored Jun 8, 2024
1 parent f0b615a commit e40d7df
Show file tree
Hide file tree
Showing 2 changed files with 56 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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: OSRAM Smart+ Mini Switch
service: Zigbee2MQTT
event_type: mqtt
mqtt_topic_format: zigbee2mqtt/+/action
buttons:
- x: 90
y: 212
width: 79
height: 79
actions:
- title: press
conditions:
- key: payload
value: brightness_move_to_level
- title: hold
conditions:
- key: payload
value: move_to_saturation
- title: hold (released)
conditions:
- key: payload
value: hue_stop
- x: 50
y: 57
width: 159
height: 115
actions:
- title: press
conditions:
- key: payload
value: on
- title: hold
conditions:
- key: payload
value: brightness_move_up
- title: hold (released)
conditions:
- key: payload
value: brightness_stop
- x: 80
y: 369
width: 99
height: 85
actions:
- title: press
conditions:
- key: payload
value: off
- title: hold
conditions:
- key: payload
value: brightness_move_down
- title: hold (released)
conditions:
- key: payload
value: brightness_stop

0 comments on commit e40d7df

Please sign in to comment.