1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Adjust root-import in tests (#78761)

* Adjust root-import in tests

* Adjust diagnostics

* Adjust button

* Adjust select

* Adjust device_tracker

* Adjust camera

* Adjust humidifier

* Adjust media_source

* Adjust update

* Adjust siren

* Adjust number

* Adjust alarm_control_panel

* Adjust notify

* Adjust sensor

* Adjust switch

* Revert anthemav

* Don't adjust demo humidifier
This commit is contained in:
epenet
2022-09-19 15:22:23 +02:00
committed by GitHub
parent 75e52ef389
commit 7bc2712142
71 changed files with 118 additions and 103 deletions

View File

@@ -4,7 +4,7 @@ from unittest.mock import patch
import pytest
from homeassistant.components.button.const import DOMAIN, SERVICE_PRESS
from homeassistant.components.button import DOMAIN, SERVICE_PRESS
from homeassistant.const import ATTR_ENTITY_ID, STATE_UNKNOWN
from homeassistant.core import HomeAssistant
from homeassistant.setup import async_setup_component