Moves V2C from hass.data to config_entry.runtime_data (#119165)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
731df892c6
commit
0873322af7
7 changed files with 22 additions and 29 deletions
|
@ -6,7 +6,7 @@ import pytest
|
|||
from pytrydan.models.trydan import TrydanData
|
||||
from typing_extensions import Generator
|
||||
|
||||
from homeassistant.components.v2c import DOMAIN
|
||||
from homeassistant.components.v2c.const import DOMAIN
|
||||
from homeassistant.const import CONF_HOST
|
||||
from homeassistant.helpers.json import json_dumps
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue