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:
Diogo Gomes 2024-06-10 07:47:08 +01:00 committed by GitHub
parent 731df892c6
commit 0873322af7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 22 additions and 29 deletions

View file

@ -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