Functions | |
| None | _remove_chromecast (HomeAssistant hass, ChromecastInfo info) |
| None | config_entry_updated (HomeAssistant hass, ConfigEntry config_entry) |
| None | discover_chromecast (HomeAssistant hass, pychromecast.models.CastInfo cast_info) |
| None | setup_internal_discovery (HomeAssistant hass, ConfigEntry config_entry) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Deal with Cast discovery.
|
private |
Definition at line 44 of file discovery.py.
| None homeassistant.components.cast.discovery.config_entry_updated | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Handle config entry being updated.
Definition at line 100 of file discovery.py.
| None homeassistant.components.cast.discovery.discover_chromecast | ( | HomeAssistant | hass, |
| pychromecast.models.CastInfo | cast_info | ||
| ) |
Discover a Chromecast.
Definition at line 25 of file discovery.py.
| None homeassistant.components.cast.discovery.setup_internal_discovery | ( | HomeAssistant | hass, |
| ConfigEntry | config_entry | ||
| ) |
Set up the pychromecast internal discovery.
Definition at line 51 of file discovery.py.
|
private |
Definition at line 22 of file discovery.py.