mirror of
https://github.com/AtHeartEngineering/ai_automation_suggester.git
synced 2026-01-09 22:27:55 -05:00
Add provider to notification
This commit is contained in:
@@ -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()}",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user