Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.scrape.const
 

Variables

string homeassistant.components.scrape.const.CONF_ENCODING = "encoding"
 
string homeassistant.components.scrape.const.CONF_INDEX = "index"
 
string homeassistant.components.scrape.const.CONF_SELECT = "select"
 
string homeassistant.components.scrape.const.DEFAULT_ENCODING = "UTF-8"
 
string homeassistant.components.scrape.const.DEFAULT_NAME = "Web scrape"
 
 homeassistant.components.scrape.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
 
bool homeassistant.components.scrape.const.DEFAULT_VERIFY_SSL = True
 
string homeassistant.components.scrape.const.DOMAIN = "scrape"
 
list homeassistant.components.scrape.const.PLATFORMS = [Platform.SENSOR]