From 1b85a92fa61b7befece7e8b2366f8ee9e632bad2 Mon Sep 17 00:00:00 2001 From: abmantis Date: Mon, 14 Jul 2025 19:52:31 +0100 Subject: [PATCH] Cleanup comments --- homeassistant/components/light/triggers.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/light/triggers.yaml b/homeassistant/components/light/triggers.yaml index e31da43ab24..04aa9164e23 100644 --- a/homeassistant/components/light/triggers.yaml +++ b/homeassistant/components/light/triggers.yaml @@ -1,4 +1,4 @@ -state: # Trigger which fires when light state changes to a specific value +state: fields: target: required: true @@ -18,4 +18,4 @@ state: # Trigger which fires when light state changes to a specific value state: required: true selector: - state: # I do not know how to say "The union of every states (mode) of the target" + state: