From 48311480bbb22ee0b0a4c1e7438053f8c8e06bc0 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sat, 15 Oct 2022 09:15:26 -0700 Subject: [PATCH] feat: s31 switches --- nixos/systems/tewi/home-assistant.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index b4fec60d..189632ee 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -181,6 +181,7 @@ in { "light.closet_side_overhead".room = hidden; "light.pc_side_overhead".room = hidden; "fan.fornuftig_fan".expose = true; + "fan.bedroom_floor".expose = true; "switch.swb1_relay_3".expose = true; "switch.swb1_relay_4".expose = true; @@ -197,6 +198,9 @@ in { ]; "sensor.living_ac_outdoor_temperature".expose = false; + # balcony + "light.outdoor_strip".expose = true; + # shanghai systemd "switch.graphical".expose = true; "switch.mradio".expose = true;