Skip to content

Commit

Permalink
Documentation update name length limitation (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh authored Jan 12, 2023
1 parent 24e3074 commit 92d3faa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion custom_components/elro_connects/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 2 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 92d3faa

Please sign in to comment.