Functions | |
| def | async_remove_user (core.HomeAssistant hass, config_entries.ConfigEntry entry) |
| def | async_setup_ha_cast (core.HomeAssistant hass, config_entries.ConfigEntry entry) |
Variables | |
| string | ATTR_URL_PATH = "dashboard_path" |
| string | ATTR_VIEW_PATH = "view_path" |
| string | CAST_USER_NAME = "Home Assistant Cast" |
| tuple | NO_URL_AVAILABLE_ERROR |
| string | SERVICE_SHOW_VIEW = "show_lovelace_view" |
Home Assistant Cast integration for Cast.
| def homeassistant.components.cast.home_assistant_cast.async_remove_user | ( | core.HomeAssistant | hass, |
| config_entries.ConfigEntry | entry | ||
| ) |
Remove Home Assistant Cast user.
Definition at line 92 of file home_assistant_cast.py.
| def homeassistant.components.cast.home_assistant_cast.async_setup_ha_cast | ( | core.HomeAssistant | hass, |
| config_entries.ConfigEntry | entry | ||
| ) |
Set up Home Assistant Cast.
Definition at line 26 of file home_assistant_cast.py.
| string homeassistant.components.cast.home_assistant_cast.ATTR_URL_PATH = "dashboard_path" |
Definition at line 18 of file home_assistant_cast.py.
| string homeassistant.components.cast.home_assistant_cast.ATTR_VIEW_PATH = "view_path" |
Definition at line 17 of file home_assistant_cast.py.
| string homeassistant.components.cast.home_assistant_cast.CAST_USER_NAME = "Home Assistant Cast" |
Definition at line 19 of file home_assistant_cast.py.
| tuple homeassistant.components.cast.home_assistant_cast.NO_URL_AVAILABLE_ERROR |
Definition at line 20 of file home_assistant_cast.py.
| string homeassistant.components.cast.home_assistant_cast.SERVICE_SHOW_VIEW = "show_lovelace_view" |
Definition at line 16 of file home_assistant_cast.py.