Update HASSIO.Implementation.txt

The groups were unnecessary for my implementation. Also, the lights were moved to the switches to match the HASSIO convention that light devices are dimmable, but these are not dimmable and should be switches.
pull/116/head
ktownsend-personal 2020-08-01 01:07:25 -05:00 committed by GitHub
parent f15054c02c
commit 87a788a175
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 66 deletions

View File

@ -73,72 +73,6 @@ climate:
temperature_state_topic: "aqualinkd/Freeze_Protect/setpoint"
temperature_state_template: "{{ value_json }}"
#---- AQUALINK GROUPS -------------
group:
ARS:
name: Pool
view: yes
entities:
- sensor.Air_Temp
- sensor.Pool_Temp
- sensor.Spa_Temp
- binary_sensor.AqualinkD
- sensor.battery_check
- binary_sensor.Pool_Heat
- binary_sensor.Spa_Heat
- binary_sensor.Freeze
- group.PL1
- group.SP1
- group.TC1
PL1:
name: Pool Control
view: no
entities:
- switch.Filter_Pump
- switch.Cleaner
- light.Pool_Light
SP1:
name: Spa Control
view: no
entities:
- switch.Spa_Mode
- switch.Spa_Blower
- light.Spa_Light
TC1:
name: Temp Control
view: no
entities:
- climate.Pool_Heater
- climate.Spa_Heater
- climate.Freeze_Protect
#---- AQUALINK LIGHTS -------------
light:
- platform: mqtt
unique_id: aqualink_spa_light
name: "Spa Light"
state_topic: "aqualinkd/Aux_3"
command_topic: "aqualinkd/Aux_3/set"
qos: 1
payload_on: "1"
payload_off: "0"
retain: false
- platform: mqtt
unique_id: aqualink_pool_light
name: "Pool Light"
state_topic: "aqualinkd/Solar_Heater"
command_topic: "aqualinkd/Solar_Heater/set"
qos: 1
payload_on: "1"
payload_off: "0"
retain: false
#----AQUALINK SWITCHES
switch: