Move abode base entities to separate module (#117417)
This commit is contained in:
parent
09a8c06133
commit
ed2c30b830
10 changed files with 133 additions and 118 deletions
|
@ -23,8 +23,9 @@ from homeassistant.util.color import (
|
|||
color_temperature_mired_to_kelvin,
|
||||
)
|
||||
|
||||
from . import AbodeDevice, AbodeSystem
|
||||
from . import AbodeSystem
|
||||
from .const import DOMAIN
|
||||
from .entity import AbodeDevice
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue