diff options
author | makefu <github@syntax-fehler.de> | 2021-05-15 13:13:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2021-05-15 13:16:52 +0200 |
commit | 485807c22d20db9684612333cfda0b1fa63cf45a (patch) | |
tree | ba3870dcf3e1c4cfef7d6868683a459e6717dbe3 /makefu/2configs/home/ham/automation/giesskanne.nix | |
parent | 7f515fd150eb7672f272ee61f581ae7e0ff76e86 (diff) |
ma home/ham: add signal-rest, update automations
Diffstat (limited to 'makefu/2configs/home/ham/automation/giesskanne.nix')
-rw-r--r-- | makefu/2configs/home/ham/automation/giesskanne.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/home/ham/automation/giesskanne.nix b/makefu/2configs/home/ham/automation/giesskanne.nix index 4b0fb61dd..b11fd9d52 100644 --- a/makefu/2configs/home/ham/automation/giesskanne.nix +++ b/makefu/2configs/home/ham/automation/giesskanne.nix @@ -5,9 +5,9 @@ let name = "chilicam"; camera = "camera.espcam_02"; light = "light.espcam_02_light"; - seconds = 60; # default shutoff to protect the LED from burning out + seconds = 90; # default shutoff to protect the LED from burning out }; - seconds = 60; + seconds = 70; # time for giesskanne pump = "switch.arbeitszimmer_giesskanne_relay"; # sensor = "sensor.statistics_for_sensor_crafting_brotbox_soil_moisture"; in |