diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-07-25 21:04:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-07-25 21:13:22 -0600 |
| commit | 53edce04ef69f7fec14c2d433ec0788e3dd547de (patch) | |
| tree | 9814294a61ffa124ee1abd11f551ed8127d6d3d5 /sys | |
| parent | 202d8d418e3194de15abcce23a9629f3b532b7d5 (diff) | |
sys/home-assistant: enable wake-on-lan
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/home-assistant/hass.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/home-assistant/hass.nix b/sys/home-assistant/hass.nix index 5fd9103..4a3ba31 100644 --- a/sys/home-assistant/hass.nix +++ b/sys/home-assistant/hass.nix @@ -35,6 +35,7 @@ in "google_translate" "radio_browser" "tuya" + "wake_on_lan" "webostv" "xiaomi_miio" ]; @@ -43,6 +44,15 @@ in # Includes dependencies for a basic setup # https://www.home-assistant.io/integrations/default_config/ default_config = { }; + + switch = [ + # Televisor 192.168.42.205 + # TODO: No sirve por 192.168.34 vs 192.168.42 + { + platform = "wake_on_lan"; + mac = "74:40:be:58:5f:da"; + } + ]; }; customComponents = with pkgs.home-assistant-custom-components; [ |
