Joeri Colman
Joeri Colman
The readme should contain a portion on how to run the tests. If I am correct you should use following steps: 1. Install test dependencies `pip install -e .[test]` 2....
Removed valideer dependency to fix https://github.com/dib0/elro_connects/issues/16. Replaced it with regular expression checks and typerror exceptions so no new depency is needed to replace it.
Is it possible to initiate a test alarm using the hub "id" (0)? As the readme says you can only silence using the hub so it might be nice to...
I am currently maintaining a docker container is this repository: https://github.com/depuits/elro_connects_docker. For the latest version and other tagged versions and the complete ci/cd it would be easier to link the...
When running the code using python 3.10 you get the following error ``` AttributeError: module 'collections' has no attribute 'Sequence' ``` ``` Traceback (most recent call last): File "/usr/local/bin/elro", line...
I feel that the project is getting in a state were it would be good to have stable releases. It would be if these are tagged so that the users...
To have a better monitoring in home assistant and potential other system it would be great to have a [birth and last will](https://www.home-assistant.io/docs/mqtt/birth_will/) message to know when the system goes...
It would be nice to be able to get a list off all connected devices. This would be especially useful when setting up the mqtt topics.
I am experiencing the same issue as described in #1453 and #1448. The News Android app stops synchronizing after a short time. Rebooting my device makes it work temporarily, but...