summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/home-assistant/hass.nix10
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; [