Fix ihc typing (#49946)

This commit is contained in:
jan iversen 2021-05-01 21:01:56 +02:00 committed by GitHub
parent 2440f25aaf
commit ebee5f7808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -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:

File diff suppressed because one or more lines are too long

View file

@ -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.*",