Namespaces | |
| button | |
| config_flow | |
| const | |
| coordinator | |
| diagnostics | |
| entity | |
| helpers | |
| light | |
| number | |
| select | |
| sensor | |
| switch | |
| update | |
Functions | |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, WLEDConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, WLEDConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| tuple | PLATFORMS |
| WLEDConfigEntry | |
Support for WLED.
| None homeassistant.components.wled.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Reload the config entry when it changed.
Definition at line 70 of file __init__.py.
| bool homeassistant.components.wled.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the WLED integration. We set up a single coordinator for fetching WLED releases, which is used across all WLED devices (and config entries) to avoid fetching the same data multiple times for each.
Definition at line 31 of file __init__.py.
| bool homeassistant.components.wled.async_setup_entry | ( | HomeAssistant | hass, |
| WLEDConfigEntry | entry | ||
| ) |
Set up WLED from a config entry.
Definition at line 43 of file __init__.py.
| bool homeassistant.components.wled.async_unload_entry | ( | HomeAssistant | hass, |
| WLEDConfigEntry | entry | ||
| ) |
Unload WLED config entry.
Definition at line 57 of file __init__.py.
| homeassistant.components.wled.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 28 of file __init__.py.
| tuple homeassistant.components.wled.PLATFORMS |
Definition at line 15 of file __init__.py.
| homeassistant.components.wled.WLEDConfigEntry |
Definition at line 25 of file __init__.py.