Skip to content

Commit

Permalink
feat: push button capability support
Browse files Browse the repository at this point in the history
  • Loading branch information
andersevenrud committed Jun 3, 2024
1 parent fd44582 commit eb263a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/nexa_bridge_x/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
]

NODE_BINARY_CAPABILITIES = [
"notificationPushButton",
"notificationContact",
"notificationMotion",
"notificationSmoke",
Expand Down Expand Up @@ -101,6 +102,9 @@
]

BINARY_MAP = {
"notificationPushButton": {
"name": "Pushbutton"
},
"notificationContact": {
"name": "Contact"
},
Expand Down

0 comments on commit eb263a9

Please sign in to comment.