diff --git a/README.md b/README.md index 84297c1d..26d141c1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. |