Functions | |
| None | _browser_url (ServiceCall service) |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| string | ATTR_URL = "url" |
| string | ATTR_URL_DEFAULT = "https://www.google.com" |
| CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) | |
| string | DOMAIN = "browser" |
| string | SERVICE_BROWSE_URL = "browse_url" |
| SERVICE_BROWSE_URL_SCHEMA | |
Support for launching a web browser on the host machine.
|
private |
Browse to URL.
Definition at line 27 of file __init__.py.
| bool homeassistant.components.browser.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Listen for browse_url events.
Definition at line 32 of file __init__.py.
| string homeassistant.components.browser.ATTR_URL = "url" |
Definition at line 11 of file __init__.py.
| string homeassistant.components.browser.ATTR_URL_DEFAULT = "https://www.google.com" |
Definition at line 12 of file __init__.py.
| homeassistant.components.browser.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN) |
Definition at line 24 of file __init__.py.
| string homeassistant.components.browser.DOMAIN = "browser" |
Definition at line 14 of file __init__.py.
| string homeassistant.components.browser.SERVICE_BROWSE_URL = "browse_url" |
Definition at line 16 of file __init__.py.
| homeassistant.components.browser.SERVICE_BROWSE_URL_SCHEMA |
Definition at line 18 of file __init__.py.