Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ZHA 1 & 2 gang version of Aqara D1 switch #121

Merged
merged 3 commits into from
May 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Aqara 1 Gang Remote
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- actions:
- title: single press
conditions:
- key: command
value: single
- title: double press
conditions:
- key: command
value: double
- title: long
conditions:
- key: command
value: long press
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: Aqara 2 Gang Remote
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- x: 0
y: 0
width: 190
height: 385
actions:
- title: single press
conditions:
- key: command
value: left_single
- title: double press
conditions:
- key: command
value: left_double
- title: long
conditions:
- key: command
value: left_long press
- x: 190
y: 0
width: 190
height: 385
actions:
- title: single press
conditions:
- key: command
value: right_single
- title: double press
conditions:
- key: command
value: right_double
- title: long
conditions:
- key: command
value: right_long press
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,18 @@
name: Aqara D1 1 gang switch
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- actions:
- title: single press
conditions:
- key: command
value: single
- title: double press
conditions:
- key: command
value: double
- title: long
conditions:
- key: command
value: long press
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,39 @@
name: Aqara D1 2 gang switch
service: ZHA
event_type: zha_event
identifier_key: device_id
buttons:
- x: 0
y: 0
width: 190
height: 385
actions:
- title: single press
conditions:
- key: command
value: left_single
- title: double press
conditions:
- key: command
value: left_double
- title: long
conditions:
- key: command
value: left_long press
- x: 190
y: 0
width: 190
height: 385
actions:
- title: single press
conditions:
- key: command
value: right_single
- title: double press
conditions:
- key: command
value: right_double
- title: long
conditions:
- key: command
value: right_long press