diff --git a/custom_components/bahmcloud_store/strings.json b/custom_components/bahmcloud_store/strings.json index 1e656f8..4b2fffc 100644 --- a/custom_components/bahmcloud_store/strings.json +++ b/custom_components/bahmcloud_store/strings.json @@ -4,5 +4,15 @@ "title": "Restart required", "description": "One or more integrations were installed or updated by Bahmcloud Store. Restart Home Assistant to load the changes." } + }, + "repair_flow": { + "restart_required": { + "step": { + "confirm": { + "title": "Restart Home Assistant", + "description": "Bahmcloud Store installed or updated integrations. Restart Home Assistant now to apply the changes." + } + } + } } -} +} \ No newline at end of file