core/homeassistant
djtimca f7cf82be6d
Add Omnilogic Switch platform (#42116)
* Bump omnilogic dependency to 0.4.4 to fix Lights key error.

* Bumped dependency to 0.4.5.

* Fixed pump type issue for unique pool structure.

* Create full platform bundle for final testing and PR to Home Assistant dev.

* Removed logger instances not required.

* Fixed lint issues.

* Fixed pylint issues.

* Fix pylint issues. Fix issue with pH sensor offset.

* Stripped light, water_heater platform for PR submit.

* Correct pH and ORP sensor report to unknown with offset if pump is off.

* Moving guard condition check to helper function.

* Update to asyncio.sleep to wait for switch status delay in Hayward API status.

* Removed sleep, added state delay to handle slow Hayward API state update response.

* Fix flake8 issue.

* Fix flake8 issue.

* Fix isort issue.

* Addressed PR Comments.

* Addressed PR comments. Corrected Unit of Measure for sensor where pump speed is not variable.

* Fix pylint issue.

* Address pylint issue.

* Update homeassistant/components/omnilogic/switch.py

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2021-04-29 16:46:04 +02:00
..
auth Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
components Add Omnilogic Switch platform (#42116) 2021-04-29 16:46:04 +02:00
generated Mutesync integration (#49679) 2021-04-27 13:44:59 -07:00
helpers Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
scripts Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
util Improve color conversion for RGBWW lights (#49807) 2021-04-28 15:46:41 +02:00
__init__.py
__main__.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
block_async_io.py
bootstrap.py Avoid sending empty integration list multiple times during subscribe_bootstrap_integrations (#49181) 2021-04-15 23:16:17 -07:00
config.py Don't overwrite existing files when generating configuration (#49815) 2021-04-28 17:15:04 +02:00
config_entries.py Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
const.py Bump version to 2021.6.0dev0 (#49830) 2021-04-28 23:48:48 +02:00
core.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
data_entry_flow.py Rename FlowResultDict to FlowResult (#49847) 2021-04-29 13:40:51 +02:00
exceptions.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
loader.py Change log severity from warn to error for custom integration version (#49726) 2021-04-26 15:04:39 -07:00
package_constraints.txt Bump frontend to 20210428.0 (#49821) 2021-04-28 11:21:51 -07:00
requirements.py Update pylint to 2.8.0 (#49637) 2021-04-24 14:39:24 -10:00
runner.py Ensure shutdown does not deadlock (#49282) 2021-04-18 08:55:51 -10:00
setup.py Update typing syntax (#49480) 2021-04-20 17:40:41 +02:00
strings.json