Move abode base entities to separate module (#117417)

This commit is contained in:
epenet
2024-05-14 11:41:27 +02:00
committed by GitHub
parent 09a8c06133
commit ed2c30b830
10 changed files with 133 additions and 118 deletions

View File

@@ -27,8 +27,9 @@ from homeassistant.const import LIGHT_LUX, PERCENTAGE, UnitOfTemperature
from homeassistant.core import HomeAssistant
from homeassistant.helpers.entity_platform import AddEntitiesCallback
from . import AbodeDevice, AbodeSystem
from . import AbodeSystem
from .const import DOMAIN
from .entity import AbodeDevice
ABODE_TEMPERATURE_UNIT_HA_UNIT = {
UNIT_FAHRENHEIT: UnitOfTemperature.FAHRENHEIT,