Home Assistant Unofficial Reference 2024.12.1
number.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifiprotect.number.ProtectNumberEntityDescription
 
class  homeassistant.components.unifiprotect.number.ProtectNumbers
 

Namespaces

 homeassistant.components.unifiprotect.number
 

Functions

int homeassistant.components.unifiprotect.number._get_auto_close (Doorlock obj)
 
int homeassistant.components.unifiprotect.number._get_chime_duration (Camera obj)
 
int homeassistant.components.unifiprotect.number._get_pir_duration (Light obj)
 
None homeassistant.components.unifiprotect.number._set_auto_close (Doorlock obj, float value)
 
None homeassistant.components.unifiprotect.number._set_pir_duration (Light obj, float value)
 
None homeassistant.components.unifiprotect.number.async_setup_entry (HomeAssistant hass, UFPConfigEntry entry, AddEntitiesCallback async_add_entities)