Candidate fix for issue 106 and Heatpump page 6

Remove hp_is_off and toggle_hp_state from page6 entirely
Remove hp_is_off and toggle_hp_state from page9 triggers

Should remove the warnings that were tripping the upstream issue 106:
https://github.com/HASwitchPlate/HASPone/issues/106
This commit is contained in:
SittingDuc 2021-06-23 20:59:07 +12:00
parent 11a792ddf6
commit f092966202
2 changed files with 543 additions and 544 deletions

View File

@ -274,7 +274,6 @@ trigger_variables:
{{ entity }}
{%- endif -%}
{%- endfor -%}
toggle_hp_state: "{%- if hp_is_off -%}heat_cool{%- else -%}off{%- endif -%}"
jsontopic: '{{ "hasp/" ~ haspname ~ "/state/json" }}'
selectedfgtopic: '{{ "hasp/" ~ haspname ~ "/light/selectedforegroundcolor/rgb" }}'
selectedbgtopic: '{{ "hasp/" ~ haspname ~ "/light/selectedbackgroundcolor/rgb" }}'