Update file header (#21061)
* Update file header * Fix lint issue * Fix lint issue
This commit is contained in:
parent
f4b2573c4b
commit
3736120c6a
130 changed files with 511 additions and 1058 deletions
|
@ -1,14 +1,8 @@
|
|||
"""IHC light platform.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/light.ihc/
|
||||
"""
|
||||
"""Support for IHC lights."""
|
||||
import logging
|
||||
|
||||
from homeassistant.components.ihc import (
|
||||
IHC_DATA, IHC_CONTROLLER, IHC_INFO)
|
||||
from homeassistant.components.ihc.const import (
|
||||
CONF_DIMMABLE)
|
||||
from homeassistant.components.ihc import IHC_CONTROLLER, IHC_DATA, IHC_INFO
|
||||
from homeassistant.components.ihc.const import CONF_DIMMABLE
|
||||
from homeassistant.components.ihc.ihcdevice import IHCDevice
|
||||
from homeassistant.components.light import (
|
||||
ATTR_BRIGHTNESS, SUPPORT_BRIGHTNESS, Light)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue