From 26a3663110a0ebe3f16c69ad65eaee13e80a1b98 Mon Sep 17 00:00:00 2001 From: Andy Barratt Date: Tue, 15 Aug 2023 11:11:05 +0100 Subject: [PATCH] Revert removal of flash from turn-off As discussed in feedback, turn-off does indeed seem to support flash. --- homeassistant/components/light/strings.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant/components/light/strings.json b/homeassistant/components/light/strings.json index 72884616580a04..8be954f465355c 100644 --- a/homeassistant/components/light/strings.json +++ b/homeassistant/components/light/strings.json @@ -323,6 +323,10 @@ "transition": { "name": "[%key:component::light::services::turn_on::fields::transition::name%]", "description": "[%key:component::light::services::turn_on::fields::transition::description%]" + }, + "flash": { + "name": "[%key:component::light::services::turn_on::fields::flash::name%]", + "description": "[%key:component::light::services::turn_on::fields::flash::description%]" } } },