diff --git a/README.md b/README.md index d66ddf1..dc36ee0 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ The `device_state` sensor can have of the following states: Note that the sensors are polled about every 15 seconds. So it might take some time before an alarm state will be propagated. If an unknown state is found that is not supported yet, the hexadecimal code will be assigned as state. Please open an issue [here](https://github.com/jbouwh/lib-elro-connects/issues/new) if a new state needs to be supported. +If the name of the device is changed in HA, it is also updated in the Elro Connects app. Note the name has a 15 character length limit. + The `siren` platform (for enabling a test alarm) was tested and is supported for Fire, Heat, CO and Water alarms. ## Installation diff --git a/custom_components/elro_connects/manifest.json b/custom_components/elro_connects/manifest.json index 52fa638..b5b7f29 100644 --- a/custom_components/elro_connects/manifest.json +++ b/custom_components/elro_connects/manifest.json @@ -7,5 +7,5 @@ "requirements": ["lib-elro-connects==0.5.4"], "codeowners": ["@jbouwh"], "iot_class": "local_polling", - "version": "0.1.12" + "version": "0.1.13" } diff --git a/info.md b/info.md index b2a5902..eb93958 100644 --- a/info.md +++ b/info.md @@ -33,6 +33,8 @@ The `device_state` sensor can have of the following states: Note that the sensors are polled about every 15 seconds. So it might take some time before an alarm state will be propagated. If an unknown state is found that is not supported yet, the hexadecimal code will be assigned as state. Please open an issue [here](https://github.com/jbouwh/lib-elro-connects/issues/new) if a new state needs to be supported. +If the name of the device is changed in HA, it is also updated in the Elro Connects app. Note the name has a 15 character length limit. + The `siren` platform (for enabling a test alarm) was tested and is supported for Fire, Heat, CO and Water alarms. Other device might only support a `device_state`, `signal_strength` and `battery` sensor. Note that the `device_state` and `signal_strength`sensors are not enabled by default.