At the beginning of the year I had some switches that I tied to the “wake_on_lan” platform. In my configuration.yaml file I had the line
switch: !include switches.yaml
and in my switches.yaml file I have
- platform: wake_on_lan
name: "Office PC"
mac: FF:FF:FF:FF:FF:FF
host: 192.168.1.XX
broadcast_address: 192.168.1.255
broadcast_port: 9
Then my CPU went bad and I had to wait for a good black Friday deal to fix it. So I can wake my PC using a WOL app on my android device, but when using the above switch, nothing happens.
Is WOL still supported in home assistant? I’d like to be able to both wake it up and have the switch’s state reflect the power on status of the pc.