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:
parent
75e52ef389
commit
7bc2712142
71 changed files with 118 additions and 103 deletions
|
@ -1,8 +1,11 @@
|
|||
"""The tests for the Netatmo climate platform."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.components.select import DOMAIN as SELECT_DOMAIN
|
||||
from homeassistant.components.select.const import ATTR_OPTION, ATTR_OPTIONS
|
||||
from homeassistant.components.select import (
|
||||
ATTR_OPTION,
|
||||
ATTR_OPTIONS,
|
||||
DOMAIN as SELECT_DOMAIN,
|
||||
)
|
||||
from homeassistant.const import ATTR_ENTITY_ID, CONF_WEBHOOK_ID, SERVICE_SELECT_OPTION
|
||||
|
||||
from .common import selected_platforms, simulate_webhook
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue