Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xaviml authored Jan 19, 2020
1 parent a09a482 commit 765b9af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This automation brings the following functionalities for different [devices](htt
- Play/pause music
- Volume up/down for a media player.

The appdaemon app supports zigbee2mqtt (use the `sensor` parameter) and deConz (use the `event_id` parameter).
The appdaemon app supports zigbee2mqtt (use the `sensor` parameter) and deCONZ (use the `event_id` parameter).

## Installation

Expand Down Expand Up @@ -82,7 +82,7 @@ These are the generic app parameters for all type of controllers. You can see th
| `module` | False | string | - | `controllerx` | The Python module |
| `class` | False | string | - | `E1810Controller` | The Python class. Check the classes for each controller on the [supported controllers](https://github.com/xaviml/controllerx/wiki/Supported-controllers) page. |
| `sensor` | False | string \| list | - | `sensor.controller` or `sensor.controller1, sensor.controller2` | The sensor(s) entity id from HA. Note that for IKEA E1524/E1810 it finishes with "\_action" by default and for IKEA E1743 with "\_click". `sensor` and `event_id` cannot be used together. This attribute could be used for devices integrated with zigbee2mqtt. This can be also sent as list on the YAML (using "-") |
| `event_id` | False | string \| list | - | `hue_switch` or `hue_switch1, hue_switch2` | The event id(s). `sensor` and `event_id` cannot be used together. This attribute could be used for devices integrated with deConz. This can be also sent as list on the YAML (using "-") |
| `event_id` | False | string \| list | - | `hue_switch` or `hue_switch1, hue_switch2` | The event id(s). `sensor` and `event_id` cannot be used together. This attribute could be used for devices integrated with deCONZ. This can be also sent as list on the YAML (using "-") |
| `event` | True | string | `deconz_event` | | The event feature was meant to be used for devices integrated with deConz, but the event can be overwritten for other use cases. |
| `actions` | True | list | All actions | | This is a list of actions to be included and controlled by the app. To see which actions has each controller check the [supported controllers](https://github.com/xaviml/controllerx/wiki/Supported-controllers) page |
| `action_delta` | True | int | 300 | | This is the threshold time between the previous action and the next one (being the same action). If the time difference between the two actions is less than this attribute, then the action won't be called. I recommend changing this if you see the same action being called twice. |
Expand Down

0 comments on commit 765b9af

Please sign in to comment.