-
-
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.
- Loading branch information
1 parent
2b7d72b
commit 0ab5876
Showing
13 changed files
with
120 additions
and
41 deletions.
There are no files selected for viewing
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
Binary file added
BIN
+60 KB
custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-styrbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions
67
custom_components/switch_manager/blueprints/zigbee2mqtt-ikea-styrbar.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,67 @@ | ||
name: Ikea Styrbar | ||
service: Zigbee2MQTT | ||
event_type: mqtt | ||
identifier_key: topic | ||
mqtt_topic_format: zigbee2mqtt/+/action | ||
buttons: | ||
## Not sure why the buttons are back to front and illogical by their numbers?? | ||
- x: 247 | ||
y: 61 | ||
width: 50 | ||
shape: circle | ||
actions: | ||
- title: tap | ||
conditions: | ||
- key: payload | ||
value: 'on' | ||
- title: hold | ||
conditions: | ||
- key: payload | ||
value: brightness_move_up | ||
- x: 442 | ||
y: 248 | ||
width: 50 | ||
shape: circle | ||
actions: | ||
- title: tap | ||
conditions: | ||
- key: payload | ||
value: arrow_right_click | ||
- title: hold | ||
conditions: | ||
- key: payload | ||
value: arrow_right_hold | ||
- title: hold (released) | ||
conditions: | ||
- key: payload | ||
value: arrow_right_release | ||
- x: 245 | ||
y: 434 | ||
width: 50 | ||
shape: circle | ||
actions: | ||
- title: tap | ||
conditions: | ||
- key: payload | ||
value: 'off' | ||
- title: hold | ||
conditions: | ||
- key: payload | ||
value: brightness_move_down | ||
- x: 52 | ||
y: 248 | ||
width: 50 | ||
shape: circle | ||
actions: | ||
- title: tap | ||
conditions: | ||
- key: payload | ||
value: arrow_left_click | ||
- title: hold | ||
conditions: | ||
- key: payload | ||
value: arrow_left_hold | ||
- title: hold (released) | ||
conditions: | ||
- key: payload | ||
value: arrow_left_release |
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
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
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
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
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
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
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
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
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
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