home-automation-home-assistant/config/sensors/livingroom.yaml

9 lines
273 B
YAML
Raw Permalink Normal View History

2019-01-16 12:47:15 +00:00
- platform: template
sensors:
harmony_activity:
value_template: >
{% if is_state("remote.livingroom_harmony", 'on') %}
{{ states.remote.livingroom_harmony.attributes.current_activity }}
{% else %}
PowerOff
{% endif %}