home-assistant.io/source/_components/switch.aqualogic.markdown
Sean Wilson 3ad0337b0d Added docs for AquaLogic component. (#6327)
* Added docs for AquaLogic component.

* Update AquaLogic docs as per review.

* Update as per review.
2018-10-03 17:11:37 +02:00

1.5 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class
page AquaLogic Switch Instructions on how to integrate your AquaLogic devices within Home Assistant. 2018-09-17 9:16 true false true true hayward.png Switch 0.80 Local Push

To get your AquaLogic switches working within Home Assistant, please follow the instructions for the general AquaLogic component.

{% linkable_title Configuration %}

Once you have enabled the AquaLogic component, add the following to your configuration.yaml file:

# Example configuration.yaml entry
switch:
  - platform: aqualogic
    monitored_conditions:
      - lights
      - filter

{% configuration %} monitored_conditions: description: List of items you want to monitor/control. required: false default: all type: list keys: filter: description: Controls the filter pump. filter_low_speed: description: Controls low speed mode on the filter pump (multi-speed pumps only). lights: description: Controls the Lights relay. aux_1: description: Controls the Aux 1 relay. aux_2: description: Controls the Aux 2 relay. aux_3: description: Controls the Aux 3 relay. aux_4: description: Controls the Aux 4 relay. aux_5: description: Controls the Aux 5 relay. aux_6: description: Controls the Aux 6 relay. aux_7: description: Controls the Aux 7 relay. {% endconfiguration %}