diff options
author | makefu <github@syntax-fehler.de> | 2022-12-04 21:53:01 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2022-12-04 21:53:01 +0100 |
commit | 217dffa8efce1db7618905e780c64eacf0d63d41 (patch) | |
tree | 480a600db46972c80cca7edf73f8473893168d7a /makefu/2configs/home/ham/automation/shutdown_button.nix | |
parent | ae39dfcefee2fe3cb369dabed074f14f5af7d6b5 (diff) |
ma ham: add heizung
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"; + } ]; } ]; |