Fix ihc typing (#49946)
parent
2440f25aaf
commit
ebee5f7808
|
@ -60,7 +60,7 @@ class IhcLight(IHCDevice, LightEntity):
|
||||||
self._ihc_on_id = ihc_on_id
|
self._ihc_on_id = ihc_on_id
|
||||||
self._brightness = 0
|
self._brightness = 0
|
||||||
self._dimmable = dimmable
|
self._dimmable = dimmable
|
||||||
self._state = None
|
self._state = False
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def brightness(self) -> int:
|
def brightness(self) -> int:
|
||||||
|
|
|
@ -104,7 +104,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||||
"homeassistant.components.humidifier.*",
|
"homeassistant.components.humidifier.*",
|
||||||
"homeassistant.components.iaqualink.*",
|
"homeassistant.components.iaqualink.*",
|
||||||
"homeassistant.components.icloud.*",
|
"homeassistant.components.icloud.*",
|
||||||
"homeassistant.components.ihc.*",
|
|
||||||
"homeassistant.components.image.*",
|
"homeassistant.components.image.*",
|
||||||
"homeassistant.components.incomfort.*",
|
"homeassistant.components.incomfort.*",
|
||||||
"homeassistant.components.influxdb.*",
|
"homeassistant.components.influxdb.*",
|
||||||
|
|
Loading…
Reference in New Issue