From 807533994599e5d094e6fc291a98a695948d4384 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 29 Nov 2020 16:45:14 +0100 Subject: [PATCH] add triggers with config using env vars --- config/services.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/services.yaml b/config/services.yaml index c804a8f..d31efb0 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -6,7 +6,6 @@ parameters: motion_snapshots_directory: "motion/snapshots" camera1_url: "%env(CAMERA1_URL)%" - camera1_url: "%env(CAMERA1_URL)%" temperature_trigger_min: "%env(TEMPERATURE_TRIGGER_MIN)%" temperature_trigger_max: "%env(TEMPERATURE_TRIGGER_MAX)%" hygrometry_trigger_min: "%env(HYGROMETRY_TRIGGER_MIN)%"