Go to the source code of this file.
Classes | |
| class | homeassistant.components.niko_home_control.light.NikoHomeControlData |
| class | homeassistant.components.niko_home_control.light.NikoHomeControlLight |
Namespaces | |
| homeassistant.components.niko_home_control.light | |
Functions | |
| None | homeassistant.components.niko_home_control.light.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| homeassistant.components.niko_home_control.light._LOGGER = logging.getLogger(__name__) | |
| homeassistant.components.niko_home_control.light.MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=1) | |
| homeassistant.components.niko_home_control.light.PLATFORM_SCHEMA = LIGHT_PLATFORM_SCHEMA.extend({vol.Required(CONF_HOST): cv.string}) | |
| homeassistant.components.niko_home_control.light.SCAN_INTERVAL = timedelta(seconds=30) | |