summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/ham/light/arbeitszimmer.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/2configs/home/ham/light/arbeitszimmer.nix')
-rw-r--r--makefu/2configs/home/ham/light/arbeitszimmer.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/makefu/2configs/home/ham/light/arbeitszimmer.nix b/makefu/2configs/home/ham/light/arbeitszimmer.nix
index 45fbfb57..6e572c76 100644
--- a/makefu/2configs/home/ham/light/arbeitszimmer.nix
+++ b/makefu/2configs/home/ham/light/arbeitszimmer.nix
@@ -10,6 +10,8 @@ let
"light.arbeitszimmer_pflanzenlicht"
];
in {
+ imports = [ ./tint_arbeitszimmer.nix ];
+
services.home-assistant.config.light = [
{
platform = "group";
@@ -27,16 +29,5 @@ in {
}
];
services.home-assistant.config.automation = [
- {
- alias = "Toggle Arbeitszimmerbeleuchtung via Remote";
- trigger = {
- platform = "state";
- entity_id = "sensor.arbeitszimmer_remote1_action";
- };
- action = {
- service = "light.toggle";
- data.entity_id = "light.arbeitszimmerbeleuchtung";
- };
- }
];
}