From bcbdf7b2bb7c9cc63819554b48a42269ea72081d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 14 Jun 2026 17:21:15 +0200 Subject: [PATCH] Add missing flow form field translation in snooz (#173760) --- homeassistant/components/snooz/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/snooz/strings.json b/homeassistant/components/snooz/strings.json index 70621c6eba04..215ac5382580 100644 --- a/homeassistant/components/snooz/strings.json +++ b/homeassistant/components/snooz/strings.json @@ -18,7 +18,8 @@ }, "user": { "data": { - "address": "[%key:common::config_flow::data::device%]" + "address": "[%key:common::config_flow::data::device%]", + "name": "[%key:common::config_flow::data::name%]" }, "description": "[%key:component::bluetooth::config::step::user::description%]" }