Namespaces | |
| binary_sensor | |
| browse_media | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| media_player | |
| sensor | |
Classes | |
| class | SqueezeboxData |
Functions | |
| bool | async_setup_entry (HomeAssistant hass, SqueezeboxConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, SqueezeboxConfigEntry entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS |
| SqueezeboxConfigEntry | |
The Squeezebox integration.
| bool homeassistant.components.squeezebox.async_setup_entry | ( | HomeAssistant | hass, |
| SqueezeboxConfigEntry | entry | ||
| ) |
Set up an LMS Server from a config entry.
Definition at line 72 of file __init__.py.
| bool homeassistant.components.squeezebox.async_unload_entry | ( | HomeAssistant | hass, |
| SqueezeboxConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 183 of file __init__.py.
|
private |
Definition at line 52 of file __init__.py.
| list homeassistant.components.squeezebox.PLATFORMS |
Definition at line 54 of file __init__.py.
| homeassistant.components.squeezebox.SqueezeboxConfigEntry |
Definition at line 69 of file __init__.py.