mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Add empty line after module docstring (3) (#112750)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
"""Test for a Home Assistant bridge that changes cover features at runtime."""
|
||||
|
||||
|
||||
from homeassistant.components.cover import CoverEntityFeature
|
||||
from homeassistant.const import ATTR_SUPPORTED_FEATURES
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"""Test for a Home Assistant bridge that changes fan features at runtime."""
|
||||
|
||||
|
||||
from homeassistant.components.fan import FanEntityFeature
|
||||
from homeassistant.const import ATTR_SUPPORTED_FEATURES
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"""Test for a Home Assistant bridge that changes climate features at runtime."""
|
||||
|
||||
|
||||
from homeassistant.components.climate import ATTR_SWING_MODES, ClimateEntityFeature
|
||||
from homeassistant.const import ATTR_SUPPORTED_FEATURES
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"""Test for a Home Assistant bridge that changes humidifier min/max at runtime."""
|
||||
|
||||
|
||||
from homeassistant.components.humidifier import ATTR_MAX_HUMIDITY, ATTR_MIN_HUMIDITY
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers import entity_registry as er
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"""Test for a Home Assistant bridge that changes light features at runtime."""
|
||||
|
||||
|
||||
from homeassistant.components.light import ATTR_SUPPORTED_COLOR_MODES, ColorMode
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers import entity_registry as er
|
||||
|
||||
Reference in New Issue
Block a user