hass-core/homeassistant
JeromeHXP de780c6d35
Add Ondilo ico integration (#44728)
* First implementationof Ondilo component support

* Update manifest toadd pypi pkg dependency

* Update entities name and corrected refresh issue

* Changed percentage unit name

* Corrected merge issues

* Updated coveragerc

* cleaned up code and corrected config flow tests

* Code cleanup and added test for exisitng entry

* Changes following PR comments:
- Inherit CoordinatorEntity instead of Entity
- Merged pools blocking calls into one
- Renamed devices vars to sensors
- Check supported sensor types
- Stop relying on array index position for pools
- Stop relying on attribute position in dict for sensors

* Corrected unit test

* Reformat sensor type check
2021-01-04 08:09:01 -08:00
..
auth Add option to deactivate a user (#43463) 2020-11-27 09:13:16 +01:00
components Add Ondilo ico integration (#44728) 2021-01-04 08:09:01 -08:00
generated Add Ondilo ico integration (#44728) 2021-01-04 08:09:01 -08:00
helpers Fix script wait templates with now/utcnow (#44717) 2021-01-01 13:03:34 +01:00
scripts Upgrade colorlog to 4.6.2 (#44652) 2020-12-30 17:12:51 +01:00
util Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Add more debug details to running timeouts (#43644) 2021-01-04 13:10:39 +01:00
config.py Add link to log view in persistent notification (#42060) 2020-10-21 12:09:45 -05:00
config_entries.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
const.py Drop Python 3.7 support (#43805) 2021-01-01 13:47:01 +01:00
core.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
data_entry_flow.py Add data entry flow show progress step (#42419) 2020-11-09 18:39:28 +01:00
exceptions.py Correct service not found exception message (#43846) 2020-12-02 10:32:25 +01:00
loader.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
package_constraints.txt Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
requirements.py Use singleton enum for "not set" sentinels (#41990) 2020-12-19 12:46:27 +01:00
runner.py Drop remaining Python < 3.8 support (#44743) 2021-01-04 11:47:29 +01:00
setup.py Use dict syntax (#41325) 2020-10-06 15:02:23 +02:00
strings.json Add unknown_authorize_url_generation to base strings for config flows (#42484) 2020-11-24 12:00:16 -05:00