Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.scrape.const Namespace Reference

Variables

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

Detailed Description

Constants for Scrape integration.

Variable Documentation

◆ CONF_ENCODING

string homeassistant.components.scrape.const.CONF_ENCODING = "encoding"

Definition at line 17 of file const.py.

◆ CONF_INDEX

string homeassistant.components.scrape.const.CONF_INDEX = "index"

Definition at line 19 of file const.py.

◆ CONF_SELECT

string homeassistant.components.scrape.const.CONF_SELECT = "select"

Definition at line 18 of file const.py.

◆ DEFAULT_ENCODING

string homeassistant.components.scrape.const.DEFAULT_ENCODING = "UTF-8"

Definition at line 10 of file const.py.

◆ DEFAULT_NAME

string homeassistant.components.scrape.const.DEFAULT_NAME = "Web scrape"

Definition at line 11 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.scrape.const.DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)

Definition at line 13 of file const.py.

◆ DEFAULT_VERIFY_SSL

bool homeassistant.components.scrape.const.DEFAULT_VERIFY_SSL = True

Definition at line 12 of file const.py.

◆ DOMAIN

string homeassistant.components.scrape.const.DOMAIN = "scrape"

Definition at line 9 of file const.py.

◆ PLATFORMS

list homeassistant.components.scrape.const.PLATFORMS = [Platform.SENSOR]

Definition at line 15 of file const.py.