mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Inverse json import logic (#88099)
* Fix helpers and util * Adjust components * Move back errors * Add report * mypy * mypy * Assert deprecation messages * Move test_json_loads_object * Adjust tests * Fix rebase * Adjust pylint plugin * Fix plugin * Adjust references * Adjust backup tests
This commit is contained in:
@@ -20,9 +20,10 @@ from homeassistant.const import APPLICATION_NAME, EVENT_HOMEASSISTANT_CLOSE, __v
|
||||
from homeassistant.core import Event, HomeAssistant, callback
|
||||
from homeassistant.loader import bind_hass
|
||||
from homeassistant.util import ssl as ssl_util
|
||||
from homeassistant.util.json import json_loads
|
||||
|
||||
from .frame import warn_use
|
||||
from .json import json_dumps, json_loads
|
||||
from .json import json_dumps
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from aiohttp.typedefs import JSONDecoder
|
||||
|
||||
Reference in New Issue
Block a user