Update import locations in tests (#122216)

This commit is contained in:
Marc Mueller
2024-07-20 11:16:04 +02:00
committed by GitHub
parent 0637e342f6
commit a6068dcdf2
46 changed files with 131 additions and 125 deletions

View File

@@ -59,7 +59,8 @@ from homeassistant.const import (
STATE_ON,
EntityCategory,
)
from homeassistant.core import HomeAssistant, HomeAssistantError, State
from homeassistant.core import HomeAssistant, State
from homeassistant.exceptions import HomeAssistantError
from homeassistant.helpers import (
device_registry as dr,
entity_registry as er,