Namespaces | |
| climate | |
| config_flow | |
| const | |
| device | |
| entity | |
| heartbeat | |
| helpers | |
| light | |
| remote | |
| select | |
| sensor | |
| switch | |
| time | |
| updater | |
Classes | |
| class | BroadlinkData |
Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
The Broadlink integration.
| bool homeassistant.components.broadlink.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Broadlink integration.
Definition at line 28 of file __init__.py.
| bool homeassistant.components.broadlink.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up a Broadlink device from a config entry.
Definition at line 34 of file __init__.py.
| bool homeassistant.components.broadlink.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 47 of file __init__.py.
| homeassistant.components.broadlink.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 16 of file __init__.py.