Classes | |
| class | Luminary |
| class | OsramLightifyGroup |
| class | OsramLightifyLight |
Functions | |
| def | setup_bridge (bridge, add_entities, config) |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_ALLOW_LIGHTIFY_GROUPS = "allow_lightify_groups" |
| string | CONF_ALLOW_LIGHTIFY_NODES = "allow_lightify_nodes" |
| string | CONF_ALLOW_LIGHTIFY_SENSORS = "allow_lightify_sensors" |
| string | CONF_ALLOW_LIGHTIFY_SWITCHES = "allow_lightify_switches" |
| string | CONF_INTERVAL_LIGHTIFY_CONF = "interval_lightify_conf" |
| string | CONF_INTERVAL_LIGHTIFY_STATUS = "interval_lightify_status" |
| bool | DEFAULT_ALLOW_LIGHTIFY_GROUPS = True |
| bool | DEFAULT_ALLOW_LIGHTIFY_NODES = True |
| bool | DEFAULT_ALLOW_LIGHTIFY_SENSORS = True |
| bool | DEFAULT_ALLOW_LIGHTIFY_SWITCHES = True |
| int | DEFAULT_BRIGHTNESS = 2 |
| int | DEFAULT_INTERVAL_LIGHTIFY_CONF = 3600 |
| int | DEFAULT_INTERVAL_LIGHTIFY_STATUS = 5 |
| int | DEFAULT_KELVIN = 2700 |
| PLATFORM_SCHEMA | |
Support for Osram Lightify.
| def homeassistant.components.osramlightify.light.setup_bridge | ( | bridge, | |
| add_entities, | |||
| config | |||
| ) |
| None homeassistant.components.osramlightify.light.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.osramlightify.light.CONF_ALLOW_LIGHTIFY_GROUPS = "allow_lightify_groups" |
| string homeassistant.components.osramlightify.light.CONF_ALLOW_LIGHTIFY_NODES = "allow_lightify_nodes" |
| string homeassistant.components.osramlightify.light.CONF_ALLOW_LIGHTIFY_SENSORS = "allow_lightify_sensors" |
| string homeassistant.components.osramlightify.light.CONF_ALLOW_LIGHTIFY_SWITCHES = "allow_lightify_switches" |
| string homeassistant.components.osramlightify.light.CONF_INTERVAL_LIGHTIFY_CONF = "interval_lightify_conf" |
| string homeassistant.components.osramlightify.light.CONF_INTERVAL_LIGHTIFY_STATUS = "interval_lightify_status" |
| bool homeassistant.components.osramlightify.light.DEFAULT_ALLOW_LIGHTIFY_GROUPS = True |
| bool homeassistant.components.osramlightify.light.DEFAULT_ALLOW_LIGHTIFY_NODES = True |
| bool homeassistant.components.osramlightify.light.DEFAULT_ALLOW_LIGHTIFY_SENSORS = True |
| bool homeassistant.components.osramlightify.light.DEFAULT_ALLOW_LIGHTIFY_SWITCHES = True |
| int homeassistant.components.osramlightify.light.DEFAULT_BRIGHTNESS = 2 |
| int homeassistant.components.osramlightify.light.DEFAULT_INTERVAL_LIGHTIFY_CONF = 3600 |
| int homeassistant.components.osramlightify.light.DEFAULT_INTERVAL_LIGHTIFY_STATUS = 5 |
| int homeassistant.components.osramlightify.light.DEFAULT_KELVIN = 2700 |
| homeassistant.components.osramlightify.light.PLATFORM_SCHEMA |