I had a Wake on Lan switch running previously that would turn on a machine but not register the status of if the machine was on. After updating to 0.103.0 the switch entity is now missing. I made the change to my config to update it from mac_address:
to mac:
but that did not resolve the issue. The entity used to be in a switch.yaml file so I moved it into my main configuration.yaml file, but it still does not show the entity.
Here is the excerpt from my Configuration.yaml file for the switch.
switch:
- platform: wake_on_lan
mac: "70-85-C2-55-90-86"
name: "gnome_1"
host: "10.0.90.100"
broadcast_address: "10.0.90.255"
turn_off:
service: shell_command.turn_off_gnome1
Installation:
I am running hass.io using the VMDK on an ESXi host
HA version:
0.103.0
Integration:
wake_on_lan