Reload ESPHome config entries when dashboard info received (#86174)
This commit is contained in:
parent
c40c37e9ee
commit
29337bc6eb
10 changed files with 106 additions and 70 deletions
|
@ -13,10 +13,10 @@ from homeassistant.core import HomeAssistant
|
|||
from homeassistant.helpers.json import JSONEncoder
|
||||
from homeassistant.helpers.storage import Store
|
||||
|
||||
from .const import DOMAIN
|
||||
from .entry_data import RuntimeEntryData
|
||||
|
||||
STORAGE_VERSION = 1
|
||||
DOMAIN = "esphome"
|
||||
MAX_CACHED_SERVICES = 128
|
||||
|
||||
_DomainDataSelfT = TypeVar("_DomainDataSelfT", bound="DomainData")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue