Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| entity | |
| media_player | |
| number | |
| select | |
| switch | |
Functions | |
| None | async_reload_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| def | get_upnp_desc (HomeAssistant hass, str host) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| list | PLATFORMS = [Platform.MEDIA_PLAYER, Platform.NUMBER, Platform.SELECT, Platform.SWITCH] |
The MusicCast integration.
| None homeassistant.components.yamaha_musiccast.async_reload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Reload config entry.
Definition at line 83 of file __init__.py.
| bool homeassistant.components.yamaha_musiccast.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up MusicCast from a config entry.
Definition at line 40 of file __init__.py.
| bool homeassistant.components.yamaha_musiccast.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 73 of file __init__.py.
| def homeassistant.components.yamaha_musiccast.get_upnp_desc | ( | HomeAssistant | hass, |
| str | host | ||
| ) |
Get the upnp description URL for a given host, using the SSPD scanner.
Definition at line 23 of file __init__.py.
|
private |
Definition at line 20 of file __init__.py.
| list homeassistant.components.yamaha_musiccast.PLATFORMS = [Platform.MEDIA_PLAYER, Platform.NUMBER, Platform.SELECT, Platform.SWITCH] |
Definition at line 18 of file __init__.py.