Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rest
 

Functions

bool homeassistant.components.rest._async_process_config (HomeAssistant hass, ConfigType config)
 
None homeassistant.components.rest._async_setup_shared_data (HomeAssistant hass)
 
DataUpdateCoordinator[None] homeassistant.components.rest._rest_coordinator (HomeAssistant hass, RestData rest, template.Template|None resource_template, template.Template|None payload_template, timedelta update_interval)
 
tuple[ConfigType, DataUpdateCoordinator[None], RestData] homeassistant.components.rest.async_get_config_and_coordinator (HomeAssistant hass, str platform_domain, DiscoveryInfoType discovery_info)
 
bool homeassistant.components.rest.async_setup (HomeAssistant hass, ConfigType config)
 
RestData homeassistant.components.rest.create_rest_data_from_config (HomeAssistant hass, ConfigType config)
 

Variables

 homeassistant.components.rest._LOGGER = logging.getLogger(__name__)
 
list homeassistant.components.rest.COORDINATOR_AWARE_PLATFORMS = [SENSOR_DOMAIN, BINARY_SENSOR_DOMAIN]
 
list homeassistant.components.rest.PLATFORMS