1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add integration for ProgettiHWSW automation boards (#37922)

* Opened a new fresh page to clean my mess.

* Solved pylint warnings

* Fixing pylint issue of defining attr outside init.

* Excluded files from being tested by codecov.

* Solved binary sensor error.

* Fixed some stylisation errors.

* Resolved input not updating problem.

* Added port entry to test file.

* Added tests for create_entry.

* Added support for better state management.

* Increased code coverage of config_flow.py & made some tweaks.

* Increased coverage of config_flow.py by adding tests for unknown exceptions.

* A small bugfix.

* Stylised code as per Chris' suggestions.

* Stylised code again.

* Improved quality of test code.

* Added step_id in config flow tests.
This commit is contained in:
Arda ŞEREMET
2020-08-30 23:03:33 +03:00
committed by GitHub
parent 4bbc737954
commit e707b50658
15 changed files with 647 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ FLOWS = [
"point",
"poolsense",
"powerwall",
"progettihwsw",
"ps4",
"pvpc_hourly_pricing",
"rachio",