homeassistant: add wakeonlan switch for merlin
Some checks failed
flake / flake (push) Has been cancelled
Some checks failed
flake / flake (push) Has been cancelled
This commit is contained in:
parent
0dde0e73b6
commit
6a2965e500
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user