From d156a2ff52ab70d61731f69e25fa5c9666d7b0c0 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Tue, 7 Jul 2026 15:06:19 +0200 Subject: [PATCH] Add missing holiday categories in holiday (#175841) --- homeassistant/components/holiday/strings.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/holiday/strings.json b/homeassistant/components/holiday/strings.json index b44b25fa03ba..7bb66015e5f0 100644 --- a/homeassistant/components/holiday/strings.json +++ b/homeassistant/components/holiday/strings.json @@ -51,20 +51,33 @@ "selector": { "device_class": { "options": { + "albanian": "Albanian", "armed_forces": "Armed forces", + "armenian": "Armenian", "bank": "Bank", + "bosnian": "Bosnian", "catholic": "Catholic", "chinese": "Chinese", "christian": "Christian", + "de_facto": "De facto", "government": "Government", "half_day": "Half day", "hebrew": "Hebrew", "hindu": "Hindu", "islamic": "Islamic", "optional": "Optional", + "orthodox": "Orthodox", + "protestant": "Protestant", + "public": "Public", + "roma": "Roma", + "sabian": "Sabian", "school": "School", + "serbian": "Serbian", + "turkish": "Turkish", "unofficial": "Unofficial", - "workday": "Workday" + "vlach": "Vlach", + "workday": "Workday", + "yazidi": "Yazidi" } } },