Skip to content

Commit

Permalink
Add documentation about switch support
Browse files Browse the repository at this point in the history
  • Loading branch information
Crocmagnon committed Apr 22, 2020
1 parent 0dc6fa9 commit 8a06043
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/_data/controllers/E1743.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: E1743 (IKEA)
device_support:
- Light (E1743Controller; 350ms delay)
- Switch (E1743SwitchController)
light_example: E1743Controller
integrations:
- name: Zigbee2mqtt
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ _Bring full functionality to light and media player controllers. From turning de

ControllerX brings the following functionalities for different [controllers](/controllerx/controllers):

- Turn on/Turn off light(s)
- Toggle light(s)
- Turn on/Turn off light(s) or switch(es)
- Toggle light(s) or switch(es)
- Manual increase/decrease of brightness and color temperature
- Smooth increase/decrease (holding button) of brightness and color temperature
- Color loop changing if the light supports xy color.
Expand Down
11 changes: 11 additions & 0 deletions docs/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ nameOfYourInstanceApp:
media_player: <media player, group entity id>
```
or:
```yaml
nameOfYourInstanceApp:
module: controllerx
class: <class of your controller>
controller: <controller entity id>
integration: <z2m | deconz | zha>
switch: <switch, group entity id>
```
## Real examples
You can check real examples in [here](/controllerx/examples).
Expand Down

0 comments on commit 8a06043

Please sign in to comment.