Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.browser
 

Functions

None homeassistant.components.browser._browser_url (ServiceCall service)
 
bool homeassistant.components.browser.setup (HomeAssistant hass, ConfigType config)
 

Variables

string homeassistant.components.browser.ATTR_URL = "url"
 
string homeassistant.components.browser.ATTR_URL_DEFAULT = "https://www.google.com"
 
 homeassistant.components.browser.CONFIG_SCHEMA = cv.empty_config_schema(DOMAIN)
 
string homeassistant.components.browser.DOMAIN = "browser"
 
string homeassistant.components.browser.SERVICE_BROWSE_URL = "browse_url"
 
 homeassistant.components.browser.SERVICE_BROWSE_URL_SCHEMA