Namespaces | |
| config_flow | |
| const | |
| media_player | |
Classes | |
| class | SoundTouchData |
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 | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER] |
| SERVICE_ADD_ZONE_SCHEMA | |
| SERVICE_CREATE_ZONE_SCHEMA | |
| SERVICE_PLAY_EVERYWHERE_SCHEMA = vol.Schema({vol.Required("master"): cv.entity_id}) | |
| SERVICE_REMOVE_ZONE_SCHEMA | |
The soundtouch component.
| bool homeassistant.components.soundtouch.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Bose SoundTouch component.
Definition at line 59 of file __init__.py.
| bool homeassistant.components.soundtouch.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Bose SoundTouch from a config entry.
Definition at line 131 of file __init__.py.
| bool homeassistant.components.soundtouch.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 141 of file __init__.py.
|
private |
Definition at line 23 of file __init__.py.
| homeassistant.components.soundtouch.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 47 of file __init__.py.
| list homeassistant.components.soundtouch.PLATFORMS = [Platform.MEDIA_PLAYER] |
Definition at line 45 of file __init__.py.
| homeassistant.components.soundtouch.SERVICE_ADD_ZONE_SCHEMA |
Definition at line 32 of file __init__.py.
| homeassistant.components.soundtouch.SERVICE_CREATE_ZONE_SCHEMA |
Definition at line 26 of file __init__.py.
| homeassistant.components.soundtouch.SERVICE_PLAY_EVERYWHERE_SCHEMA = vol.Schema({vol.Required("master"): cv.entity_id}) |
Definition at line 25 of file __init__.py.
| homeassistant.components.soundtouch.SERVICE_REMOVE_ZONE_SCHEMA |
Definition at line 38 of file __init__.py.