Add provider to notification

This commit is contained in:
RmG152
2025-06-17 20:23:37 +02:00
parent 4c1478f570
commit bf6c249a94

View File

@@ -238,7 +238,7 @@ class AIAutomationCoordinator(DataUpdateCoordinator):
persistent_notification.async_create(
self.hass,
message=response,
title="AI Automation Suggestions",
title="AI Automation Suggestions (%s)" % self._opt(CONF_PROVIDER, "unknown"),
notification_id=f"ai_automation_suggestions_{now.timestamp()}",
)