Hi
im new to Home-assistant and I need some assistant in setting everything up.
I want to start my HTPC via Wake on Lan command when my TV powered on via Harmony Hub.
So i installed the following Addons:
https://www.home-assistant.io/components/remote.harmony/
https://www.home-assistant.io/components/switch.wake_on_lan/
I now have a living room trigger and a wake on lan trigger on my home-assistant, when I turn on the TV via Harmony the trigger will turn on but I dont know how to trigger the wake on lan.
Also I just see one âLiving Roomâ but my Harmony hub has different âscenesâ how can I display all the activities so the HTPC will only wake up when I turn on my Living Room TV not when I turn on my bedroom TV?
I tried the following automation from the Harmony wiki page but I didnât work
automation:
- alias: âWatch TV started from harmony hubâ
trigger:
platform: state
entity_id: remote.livingroom
condition:
condition: template
value_template: â{{ trigger.to_state.attributes.current_activity == âTvâ }}â
action:
service: service.homeassistant.turn_on
entity_id: switch.wake_on_lan
Can someone please help me set things up?
Thanks