Home Assistant Unofficial Reference 2024.12.1
services.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.unifiprotect.services
 

Functions

set[ProtectApiClient] homeassistant.components.unifiprotect.services._async_get_protect_from_call (HomeAssistant hass, ServiceCall call)
 
Camera homeassistant.components.unifiprotect.services._async_get_ufp_camera (HomeAssistant hass, ServiceCall call)
 
ProtectApiClient homeassistant.components.unifiprotect.services._async_get_ufp_instance (HomeAssistant hass, str device_id)
 
None homeassistant.components.unifiprotect.services._async_service_call_nvr (HomeAssistant hass, ServiceCall call, str method, *Any args, **Any kwargs)
 
str homeassistant.components.unifiprotect.services._async_unique_id_to_mac (str unique_id)
 
None homeassistant.components.unifiprotect.services.add_doorbell_text (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.unifiprotect.services.async_setup_services (HomeAssistant hass)
 
None homeassistant.components.unifiprotect.services.remove_doorbell_text (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.unifiprotect.services.remove_privacy_zone (HomeAssistant hass, ServiceCall call)
 
None homeassistant.components.unifiprotect.services.set_chime_paired_doorbells (HomeAssistant hass, ServiceCall call)
 

Variables

list homeassistant.components.unifiprotect.services.ALL_GLOBAL_SERIVCES
 
 homeassistant.components.unifiprotect.services.CHIME_PAIRED_SCHEMA
 
 homeassistant.components.unifiprotect.services.DOORBELL_TEXT_SCHEMA
 
 homeassistant.components.unifiprotect.services.REMOVE_PRIVACY_ZONE_SCHEMA
 
string homeassistant.components.unifiprotect.services.SERVICE_ADD_DOORBELL_TEXT = "add_doorbell_text"
 
string homeassistant.components.unifiprotect.services.SERVICE_REMOVE_DOORBELL_TEXT = "remove_doorbell_text"
 
string homeassistant.components.unifiprotect.services.SERVICE_REMOVE_PRIVACY_ZONE = "remove_privacy_zone"
 
string homeassistant.components.unifiprotect.services.SERVICE_SET_CHIME_PAIRED = "set_chime_paired_doorbells"
 
string homeassistant.components.unifiprotect.services.SERVICE_SET_PRIVACY_ZONE = "set_privacy_zone"