Namespaces | |
| config | |
| const | |
| hue_api | |
| upnp | |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType yaml_config) |
| None | start_emulated_hue_bridge (HomeAssistant hass, Config config, web.Application app) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_ENTITY_SCHEMA | |
| CONFIG_SCHEMA | |
Support for local control of entities by emulating a Philips Hue bridge.
| bool homeassistant.components.emulated_hue.async_setup | ( | HomeAssistant | hass, |
| ConfigType | yaml_config | ||
| ) |
Activate the emulated_hue component.
Definition at line 128 of file __init__.py.
| None homeassistant.components.emulated_hue.start_emulated_hue_bridge | ( | HomeAssistant | hass, |
| Config | config, | ||
| web.Application | app | ||
| ) |
Start the emulated hue bridge.
Definition at line 94 of file __init__.py.
|
private |
Definition at line 55 of file __init__.py.
| homeassistant.components.emulated_hue.CONFIG_ENTITY_SCHEMA |
Definition at line 58 of file __init__.py.
| homeassistant.components.emulated_hue.CONFIG_SCHEMA |
Definition at line 66 of file __init__.py.