Home Assistant Unofficial Reference 2024.12.1
sensor.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifiprotect.sensor.BaseProtectSensor
 
class  homeassistant.components.unifiprotect.sensor.ProtectDeviceSensor
 
class  homeassistant.components.unifiprotect.sensor.ProtectEventSensor
 
class  homeassistant.components.unifiprotect.sensor.ProtectLicensePlateEventSensor
 
class  homeassistant.components.unifiprotect.sensor.ProtectNVRSensor
 
class  homeassistant.components.unifiprotect.sensor.ProtectSensorEntityDescription
 
class  homeassistant.components.unifiprotect.sensor.ProtectSensorEventEntityDescription
 

Namespaces

 homeassistant.components.unifiprotect.sensor
 

Functions

list[ProtectDeviceEntity] homeassistant.components.unifiprotect.sensor._async_event_entities (ProtectData data, Camera|None ufp_device=None)
 
list[BaseProtectEntity] homeassistant.components.unifiprotect.sensor._async_nvr_entities (ProtectData data)
 
str homeassistant.components.unifiprotect.sensor._get_alarm_sound (Sensor obj)
 
float|None homeassistant.components.unifiprotect.sensor._get_nvr_memory (NVR obj)
 
int homeassistant.components.unifiprotect.sensor._get_nvr_recording_capacity (NVR obj)
 
datetime|None homeassistant.components.unifiprotect.sensor._get_uptime (ProtectDeviceModel obj)
 
None homeassistant.components.unifiprotect.sensor.async_setup_entry (HomeAssistant hass, UFPConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.unifiprotect.sensor._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.unifiprotect.sensor.OBJECT_TYPE_NONE = "none"