Namespaces | |
| config_flow | |
| const | |
| media_player | |
| update | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry config_entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER, Platform.UPDATE] |
The openhome component.
| bool homeassistant.components.openhome.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the configuration config entry.
Definition at line 34 of file __init__.py.
| bool homeassistant.components.openhome.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Cleanup before removing config entry.
Definition at line 24 of file __init__.py.
|
private |
Definition at line 17 of file __init__.py.
| homeassistant.components.openhome.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 21 of file __init__.py.
| list homeassistant.components.openhome.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.UPDATE] |
Definition at line 19 of file __init__.py.