Namespaces | |
| api | |
| application_credentials | |
| binary_sensor | |
| browse_media | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| media_player | |
| media_source | |
| remote | |
| sensor | |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS |
The xbox integration.
| bool homeassistant.components.xbox.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up xbox from a config entry.
Definition at line 35 of file __init__.py.
| bool homeassistant.components.xbox.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 69 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| homeassistant.components.xbox.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 25 of file __init__.py.
| list homeassistant.components.xbox.PLATFORMS |
Definition at line 27 of file __init__.py.