mirror of https://github.com/sfeakes/AqualinkD.git
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
parent
f15054c02c
commit
87a788a175
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue