From 7d61321016316af3931da95aaa688325e2bf0aee Mon Sep 17 00:00:00 2001 From: Claus Dethlefsen Date: Sun, 15 Mar 2026 15:22:17 +0100 Subject: [PATCH] =?UTF-8?q?Kamera=20overv=C3=A5gning=20i=20indk=C3=B8rsel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/automations/ai_indkorsel.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 include/automations/ai_indkorsel.yaml diff --git a/include/automations/ai_indkorsel.yaml b/include/automations/ai_indkorsel.yaml new file mode 100644 index 0000000..bdbba50 --- /dev/null +++ b/include/automations/ai_indkorsel.yaml @@ -0,0 +1,10 @@ + - alias: 'AI overvÄgning' + trigger: + platform: state + entity_id: binary_sensor.indkorsel_sensor_motion + to: 'on' + actions: + - action: script.overvaagning + metadata: {} + data: {} + mode: single