Merge pull request #111 from SittingDuc/pr2

Candidate fix for issue 106 and Heatpump page 6
This commit is contained in:
Allen Derusha 2021-06-23 07:51:44 -04:00 committed by GitHub
commit 732df5dd9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 543 additions and 544 deletions

View File

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