Skip to content

Commit a08f33a

Browse files
authored
Merge pull request #2385 from alandtse/dev
fix: fix typo in import (#2384)
2 parents 67205ea + 9e82c40 commit a08f33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/alexa_media/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828
import async_timeout
2929
from homeassistant import util
30-
from homeassistant.components.persistent_notification import async_creat
30+
from homeassistant.components.persistent_notification import async_create
3131
from homeassistant.config_entries import SOURCE_IMPORT
3232
from homeassistant.const import (
3333
CONF_EMAIL,

0 commit comments

Comments
 (0)