Merge branch 'handle_off_backlight' of github.com:jjfalling/HASPone into handle_off_backlight

This commit is contained in:
Jeremy Falling 2021-06-24 14:24:31 +02:00
commit 017ac384e8
No known key found for this signature in database
GPG Key ID: 475B3CFFC20A2AD1
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" }}'