diff --git a/nixos/systems/tewi/home-assistant.nix b/nixos/systems/tewi/home-assistant.nix index a59f1db8..770023c2 100644 --- a/nixos/systems/tewi/home-assistant.nix +++ b/nixos/systems/tewi/home-assistant.nix @@ -180,6 +180,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; @@ -196,6 +197,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;