Skip to content

Commit

Permalink
Addded ZHA Aqara Wireless Mini Switch (Sian-Lee-SA#136)
Browse files Browse the repository at this point in the history
* - Add Aqara Wireless Mini Switch (ZHA)

* - Fix bad command for single press
  • Loading branch information
nwithan8 committed Jun 17, 2023
1 parent f081dd9 commit b70d269
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
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,22 @@
name: Aqara Wireless Mini Switch
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- actions:
- title: press
conditions:
- key: command
value: single
- title: press 2x
conditions:
- key: command
value: double
- title: hold
conditions:
- key: command
value: hold
- title: hold (released)
conditions:
- key: command
value: release

0 comments on commit b70d269

Please sign in to comment.