Move and rename ihc base entity to separate module (#126101)

This commit is contained in:
epenet 2024-09-17 15:39:49 +02:00 committed by GitHub
parent 3a55cbc818
commit ecea251efa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 10 additions and 10 deletions

View file

@ -12,7 +12,7 @@ from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
from homeassistant.util.unit_system import TEMPERATURE_UNITS
from .const import DOMAIN, IHC_CONTROLLER
from .ihcdevice import IHCDevice
from .entity import IHCEntity
def setup_platform(
@ -38,7 +38,7 @@ def setup_platform(
add_entities(devices)
class IHCSensor(IHCDevice, SensorEntity):
class IHCSensor(IHCEntity, SensorEntity):
"""Implementation of the IHC sensor."""
def __init__(