Compare commits
No commits in common. "7dc824dfae2ce7f5c804eb9abc2fe41f9bfc5622" and "d81f57184c46c4c2432c0ac118ad2bd698f251a4" have entirely different histories.
7dc824dfae
...
d81f57184c
2 changed files with 3 additions and 5 deletions
|
@ -174,8 +174,6 @@ tv_off:
|
|||
alias: 'TV Off'
|
||||
icon: mdi:power
|
||||
sequence:
|
||||
- service: select.select_option
|
||||
- service: remote.turn_off
|
||||
target:
|
||||
entity_id: select.harmonyhub_activities
|
||||
data:
|
||||
option: power_off
|
||||
entity_id: remote.harmonyhub
|
||||
|
|
|
@ -19,4 +19,4 @@
|
|||
data:
|
||||
title: "Low battery"
|
||||
message: >
|
||||
{% raw %}{{ state_attr(trigger.entity_id, 'name_by_user') }} has low battery {{ states(trigger.entity_id) }}% {% endraw %}
|
||||
{% raw %}{{ state_attr(trigger.entity_id, 'name_by_user') }} has low battery {{ states(trigger.entity_id }}% {% endraw %}
|
||||
|
|
Loading…
Reference in a new issue