mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix ihc typing (#49946)
This commit is contained in:
parent
2440f25aaf
commit
ebee5f7808
@ -60,7 +60,7 @@ class IhcLight(IHCDevice, LightEntity):
|
||||
self._ihc_on_id = ihc_on_id
|
||||
self._brightness = 0
|
||||
self._dimmable = dimmable
|
||||
self._state = None
|
||||
self._state = False
|
||||
|
||||
@property
|
||||
def brightness(self) -> int:
|
||||
|
@ -104,7 +104,6 @@ IGNORED_MODULES: Final[list[str]] = [
|
||||
"homeassistant.components.humidifier.*",
|
||||
"homeassistant.components.iaqualink.*",
|
||||
"homeassistant.components.icloud.*",
|
||||
"homeassistant.components.ihc.*",
|
||||
"homeassistant.components.image.*",
|
||||
"homeassistant.components.incomfort.*",
|
||||
"homeassistant.components.influxdb.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user