homeassistant: add wakeonlan switch for merlin
All checks were successful
flake / flake (push) Successful in 2m27s

This commit is contained in:
Jake Hillion 2024-11-30 16:06:31 +00:00
parent 0dde0e73b6
commit 29daed571e

View File

@ -55,6 +55,7 @@ in
"sonos"
"sun"
"switchbot"
"wake_on_lan"
"waze_travel_time"
];
customComponents = with pkgs.home-assistant-custom-components; [
@ -171,6 +172,15 @@ in
};
};
switch = [
{
name = "merlin.rig.ts.hillion.co.uk";
platform = "wake_on_lan";
mac = "b0:41:6f:13:20:14";
host = "10.64.50.28";
}
];
# UI managed expansions
automation = "!include automations.yaml";
script = "!include scripts.yaml";