From 7bc493eb4585c5b435bdfdea7dd50c2c05948ad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Bachmann?= Date: Fri, 16 Jan 2026 19:16:39 +0000 Subject: [PATCH] 0.5.3 --- custom_components/bahmcloud_store/strings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 custom_components/bahmcloud_store/strings.json diff --git a/custom_components/bahmcloud_store/strings.json b/custom_components/bahmcloud_store/strings.json new file mode 100644 index 0000000..1e656f8 --- /dev/null +++ b/custom_components/bahmcloud_store/strings.json @@ -0,0 +1,8 @@ +{ + "issues": { + "restart_required": { + "title": "Restart required", + "description": "One or more integrations were installed or updated by Bahmcloud Store. Restart Home Assistant to load the changes." + } + } +}