Skip to content

Commit

Permalink
Resolve Wait issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ITSpecialist111 committed Nov 12, 2024
1 parent 81c0cef commit 5139066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ai_automation_suggester/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ async def _async_update_data(self):
_LOGGER.debug("Received suggestions: %s", suggestions)
try:
# Create notification only if suggestions is not None
notification = await persistent_notification.async_create(
persistent_notification.async_create(
self.hass,
message=suggestions,
title="AI Automation Suggestions",
Expand Down

0 comments on commit 5139066

Please sign in to comment.