Namespaces | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| light | |
| sensor | |
| switch | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ElgatorConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ElgatorConfigEntry entry) |
Variables | |
| ElgatorConfigEntry | |
| list | PLATFORMS = [Platform.BUTTON, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH] |
Support for Elgato Lights.
| bool homeassistant.components.elgato.async_setup_entry | ( | HomeAssistant | hass, |
| ElgatorConfigEntry | entry | ||
| ) |
Set up Elgato Light from a config entry.
Definition at line 14 of file __init__.py.
| bool homeassistant.components.elgato.async_unload_entry | ( | HomeAssistant | hass, |
| ElgatorConfigEntry | entry | ||
| ) |
Unload Elgato Light config entry.
Definition at line 25 of file __init__.py.
| homeassistant.components.elgato.ElgatorConfigEntry |
Definition at line 11 of file __init__.py.
| list homeassistant.components.elgato.PLATFORMS = [Platform.BUTTON, Platform.LIGHT, Platform.SENSOR, Platform.SWITCH] |
Definition at line 9 of file __init__.py.