Namespaces | |
| config_flow | |
| const | |
| coordinator | |
| sensor | |
Functions | |
| bool | async_remove_config_entry_device (HomeAssistant hass, ConfigEntry entry, DeviceEntry device) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ScrapeConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| None | update_listener (HomeAssistant hass, ConfigEntry entry) |
Variables | |
| COMBINED_SCHEMA | |
| CONFIG_SCHEMA | |
| ScrapeConfigEntry | |
| SENSOR_SCHEMA | |
The scrape component.
| bool homeassistant.components.scrape.async_remove_config_entry_device | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| DeviceEntry | device | ||
| ) |
Remove Scrape config entry from a device.
Definition at line 126 of file __init__.py.
| bool homeassistant.components.scrape.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up Scrape from yaml config.
Definition at line 63 of file __init__.py.
| bool homeassistant.components.scrape.async_setup_entry | ( | HomeAssistant | hass, |
| ScrapeConfigEntry | entry | ||
| ) |
Set up Scrape from a config entry.
Definition at line 95 of file __init__.py.
| bool homeassistant.components.scrape.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload Scrape config entry.
Definition at line 116 of file __init__.py.
| None homeassistant.components.scrape.update_listener | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Handle options update.
Definition at line 121 of file __init__.py.
| homeassistant.components.scrape.COMBINED_SCHEMA |
Definition at line 47 of file __init__.py.
| homeassistant.components.scrape.CONFIG_SCHEMA |
Definition at line 57 of file __init__.py.
| homeassistant.components.scrape.ScrapeConfigEntry |
Definition at line 34 of file __init__.py.
| homeassistant.components.scrape.SENSOR_SCHEMA |
Definition at line 36 of file __init__.py.