-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(device): add Legrand devices mapping and doc
- Loading branch information
Showing
5 changed files
with
65 additions
and
7 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
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,20 @@ | ||
name: 600083 (LEGRAND) | ||
device_support: | ||
- type: Light | ||
domain: light | ||
controller: Legrand600083LightController | ||
delay: 350 | ||
mapping: | ||
- press top button 🠖 Turn on | ||
- press bottom button 🠖 Turn off | ||
- hold top button 🠖 Brighten up | ||
- hold bottom button 🠖 Dim down | ||
integrations: | ||
- name: ZHA | ||
codename: zha | ||
actions: | ||
- 1_on 🠖 press top button | ||
- 1_off 🠖 press bottom button | ||
- 1_move_up 🠖 hold top button | ||
- 1_move_down 🠖 hold bottom button | ||
- 1_stop 🠖 release any button |
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,29 @@ | ||
name: 600088 (LEGRAND) | ||
device_support: | ||
- type: Light | ||
domain: light | ||
controller: Legrand600088LightController | ||
delay: 350 | ||
mapping: | ||
- press left top button 🠖 Turn on | ||
- press left bottom button 🠖 Turn off | ||
- hold left top button 🠖 Change color or color temperature up | ||
- hold left bottom button 🠖 Change color or color temperature down | ||
- press right top button 🠖 Full brightness | ||
- press right bottom button 🠖 Minimum brightness | ||
- hold right top button 🠖 Brighten up | ||
- hold right bottom button 🠖 Dim down | ||
integrations: | ||
- name: ZHA | ||
codename: zha | ||
actions: | ||
- 1_on 🠖 press left top button | ||
- 1_off 🠖 press left bottom button | ||
- 1_move_up 🠖 hold left top button | ||
- 1_move_down 🠖 hold left bottom button | ||
- 1_stop 🠖 release any left button | ||
- 2_on 🠖 press right top button | ||
- 2_off 🠖 press right bottom button | ||
- 2_move_up 🠖 hold right top button | ||
- 2_move_down 🠖 hold right bottom button | ||
- 2_stop 🠖 release any right button |
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,5 @@ | ||
--- | ||
layout: controller | ||
title: 600083 (LEGRAND) | ||
device: LEGRAND-600083 | ||
--- |
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,5 @@ | ||
--- | ||
layout: controller | ||
title: 600088 (LEGRAND) | ||
device: LEGRAND-600088 | ||
--- |