Classes | |
| class | SoundTouchMediaPlayer |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | ATTR_SOUNDTOUCH_GROUP = "soundtouch_group" |
| string | ATTR_SOUNDTOUCH_ZONE = "soundtouch_zone" |
| dictionary | MAP_STATUS |
Support for interface with a Bose SoundTouch.
| None homeassistant.components.soundtouch.media_player.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
Set up the Bose SoundTouch media player based on a config entry.
Definition at line 47 of file media_player.py.
|
private |
Definition at line 34 of file media_player.py.
| string homeassistant.components.soundtouch.media_player.ATTR_SOUNDTOUCH_GROUP = "soundtouch_group" |
Definition at line 43 of file media_player.py.
| string homeassistant.components.soundtouch.media_player.ATTR_SOUNDTOUCH_ZONE = "soundtouch_zone" |
Definition at line 44 of file media_player.py.
| dictionary homeassistant.components.soundtouch.media_player.MAP_STATUS |
Definition at line 36 of file media_player.py.