Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.guardian.GuardianData
 
class  homeassistant.components.guardian.PairedSensorManager
 

Namespaces

 homeassistant.components.guardian
 

Functions

str homeassistant.components.guardian.async_get_entry_id_for_service_call (HomeAssistant hass, ServiceCall call)
 
bool homeassistant.components.guardian.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.guardian.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

string homeassistant.components.guardian.DATA_PAIRED_SENSOR_MANAGER = "paired_sensor_manager"
 
list homeassistant.components.guardian.PLATFORMS
 
 homeassistant.components.guardian.SERVICE_BASE_SCHEMA
 
string homeassistant.components.guardian.SERVICE_NAME_PAIR_SENSOR = "pair_sensor"
 
string homeassistant.components.guardian.SERVICE_NAME_UNPAIR_SENSOR = "unpair_sensor"
 
string homeassistant.components.guardian.SERVICE_NAME_UPGRADE_FIRMWARE = "upgrade_firmware"
 
 homeassistant.components.guardian.SERVICE_PAIR_UNPAIR_SENSOR_SCHEMA
 
 homeassistant.components.guardian.SERVICE_UPGRADE_FIRMWARE_SCHEMA
 
tuple homeassistant.components.guardian.SERVICES