mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 20:39:18 -08:00
feat: s31 switches
This commit is contained in:
parent
8d57794a47
commit
48311480bb
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue