-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Zigbee2MQTT blueprint for OSRAM Smart+ Mini Switch (non legacy) (…
…#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
1 parent
f0b615a
commit e40d7df
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
Binary file added
BIN
+20.7 KB
...omponents/switch_manager/blueprints/zigbee2mqtt-osram-smartplus-mini-switch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions
56
custom_components/switch_manager/blueprints/zigbee2mqtt-osram-smartplus-mini-switch.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |