diff options
author | tv <tv@krebsco.de> | 2022-12-09 14:33:18 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2022-12-09 14:33:18 +0100 |
commit | 581c20be8f792d48d54465e27845aa184c5677bd (patch) | |
tree | 82b067f4ca97adbaafbd6d84a4e20adb778cdbf6 /makefu/2configs/home/ham/automation/shutdown_button.nix | |
parent | dc63f2af6b5f21ccecb5c22087efe4a60db8978b (diff) | |
parent | 1df762657baf7d0c27a178113e613c94e6b12aa3 (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'makefu/2configs/home/ham/automation/shutdown_button.nix')
-rw-r--r-- | makefu/2configs/home/ham/automation/shutdown_button.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makefu/2configs/home/ham/automation/shutdown_button.nix b/makefu/2configs/home/ham/automation/shutdown_button.nix index ec1a25567..ec84bbe94 100644 --- a/makefu/2configs/home/ham/automation/shutdown_button.nix +++ b/makefu/2configs/home/ham/automation/shutdown_button.nix @@ -47,6 +47,9 @@ in { { service = "media_player.media_stop"; target.entity_id = all_media_player; } + { service = "script.turn_on"; + target.entity_id = "script.alle_heizungen_aus"; + } ]; } ]; |