mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Import notify constants from root (#78244)
This commit is contained in:
parent
1fb5800bdf
commit
4dcbe3e608
@ -7,12 +7,12 @@ import logging
|
||||
from aiobotocore.session import AioSession
|
||||
|
||||
from homeassistant.components.notify import (
|
||||
ATTR_DATA,
|
||||
ATTR_TARGET,
|
||||
ATTR_TITLE,
|
||||
ATTR_TITLE_DEFAULT,
|
||||
BaseNotificationService,
|
||||
)
|
||||
from homeassistant.components.notify.const import ATTR_DATA
|
||||
from homeassistant.const import (
|
||||
CONF_NAME,
|
||||
CONF_PLATFORM,
|
||||
|
@ -7,12 +7,12 @@ from typing import Any
|
||||
from simplepush import BadRequest, UnknownError, send, send_encrypted
|
||||
|
||||
from homeassistant.components.notify import (
|
||||
ATTR_DATA,
|
||||
ATTR_TITLE,
|
||||
ATTR_TITLE_DEFAULT,
|
||||
PLATFORM_SCHEMA as BASE_PLATFORM_SCHEMA,
|
||||
BaseNotificationService,
|
||||
)
|
||||
from homeassistant.components.notify.const import ATTR_DATA
|
||||
from homeassistant.const import CONF_EVENT, CONF_PASSWORD
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.issue_registry import IssueSeverity, async_create_issue
|
||||
|
Loading…
x
Reference in New Issue
Block a user