mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 10:38:58 +00:00
1.4 KiB
1.4 KiB
title, description, logo, ha_category, ha_release, ha_iot_class
title | description | logo | ha_category | ha_release | ha_iot_class | |||||
---|---|---|---|---|---|---|---|---|---|---|
Jandy iAqualink | Instructions on how to configure Jandy iAqualink integration. | iaqualink.png |
|
0.99 | Cloud Polling |
iAqualink by Jandy allows you to control your pool anytime, anywhere.
There is currently support for the following device types within Home Assistant:
- Binary Sensor
- Climate
- Light
- Sensor
- Switch
Configuration
Home Assistant offers Jandy iAqualink integration through Configuration -> Integrations -> Jandy iAqualink. Simply enter username
and password
when prompted.
You can also configure the component via configuration.yaml
:
# Example configuration.yaml entry
iaqualink:
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %} username: description: The username for accessing your iAqualink account type: string required: true password: description: The password for accessing your iAqualink account type: string required: true {% endconfiguration %}
Known limitations
- The platform only supports a single pool.
- Only Pool systems are supported at this time.
Debugging integration
If you have problems with iAqualink or the integration you can add debug prints to the log.
logger:
default: info
logs:
iaqualink: debug
homeassistant.components.iaqualink: debug