diff --git a/modules/services/homeassistant.nix b/modules/services/homeassistant.nix index 782beff..e7abe0d 100644 --- a/modules/services/homeassistant.nix +++ b/modules/services/homeassistant.nix @@ -55,6 +55,7 @@ in "sonos" "sun" "switchbot" + "wakeonlan" "waze_travel_time" ]; customComponents = with pkgs.home-assistant-custom-components; [ @@ -171,6 +172,15 @@ in }; }; + switch = [ + { + name = "merlin.rig.ts.hillion.co.uk"; + platform = "wakeonlan"; + mac = "b0:41:6f:13:20:14"; + host = "10.64.50.28"; + } + ]; + # UI managed expansions automation = "!include automations.yaml"; script = "!include scripts.yaml";