Hello,
I am following the guide to setup a Harmony hub and have it display the current activity on the frontend but I am having some trouble. I have this in my configuration:
remote:
- platform: harmony
name: Living Room
host: 192.168.1.22
In the guide, it says to add this template:
sensor:
- platform: template
sensors:
family_room:
value_template: ‘{{ states.remote.family_room.attributes.current_activity }}’
friendly_name: ‘Family Room’
bedroom:
value_template: ‘{{ states.remote.bedroom.attributes.current_activity }}’
friendly_name: ‘bedroom’
Where do I add the above? Unfortunately the guide is not very “new user” friendly.
Thanks!