From deaf95432feaa346336da5e58d1fa0a125c99007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kl=C3=BCter?= Date: Wed, 19 Jul 2023 01:10:15 +0200 Subject: [PATCH] Correct Naming --- blueprints/motionLightAtDay.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blueprints/motionLightAtDay.yml b/blueprints/motionLightAtDay.yml index 6b00019..4542517 100644 --- a/blueprints/motionLightAtDay.yml +++ b/blueprints/motionLightAtDay.yml @@ -1,6 +1,6 @@ blueprint: - name: Motion-activated Light at night only - description: Turn on a light when motion is detected, after sunset and before sunrise + name: Motion-activated Light at day time + description: Turn on a light when motion is detected, after sunrise and before sunset domain: automation author: Philipp Klüter source_url: https://github.com/ThronRyzer/HomeAssistant/blob/main/blueprints/motionLightAtDay.yml