From 8798ed77a5eb4a35f035c8e13756ca68a59ac45b Mon Sep 17 00:00:00 2001 From: Mike Hershberger Date: Mon, 28 Sep 2020 04:13:22 -0400 Subject: [PATCH] Add documentation for new OmniLogic integration. (#14252) Co-authored-by: Franck Nijhof --- source/_integrations/omnilogic.markdown | 39 +++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 source/_integrations/omnilogic.markdown diff --git a/source/_integrations/omnilogic.markdown b/source/_integrations/omnilogic.markdown new file mode 100644 index 00000000000..751009c47e3 --- /dev/null +++ b/source/_integrations/omnilogic.markdown @@ -0,0 +1,39 @@ +--- +title: Hayward OmniLogic +description: Instructions on how to configure Hayward OmniLogic integration. +ha_category: + - Sensor +ha_release: 0.116 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@oliver84' +ha_domain: omnilogic +--- + +OmniLogic by [Hayward](https://www.hayward-pool.com/shop/en/pools/omnilogic-i-auomni--1) + +Elite automation for fully featured new pool and spas. OmniLogic® brings backyard control to the forefront of pool technology. Enjoy the luxuries of full automation from the most intuitive app with effortless upgrades to always keep your backyard on the cutting edge. + +There is currently support for the following device types within Home Assistant: + +- Sensor + +## Configuration + +Home Assistant offers Hayward OmniLogic integration through **Configuration** -> **Integrations** -> **Hayward OmniLogic**. Enter your `username` and `password` when prompted. Use your registered email address as the username. + +## Known limitations + +- The platform only supports sensors at the initial release. Future releases will include light/switch/water heater for control of lights, pumps, relays and heaters. + +## Debugging integration + +If you have problems with the integration you can add debug prints to the log to aid in troubleshooting. + +```yaml +logger: + default: info + logs: + omnilogic: debug + homeassistant.components.omnilogic: debug