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] |
Constants for Scrape integration.
| 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] |