Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.surepetcare.const
 

Variables

string homeassistant.components.surepetcare.const.ATTR_FLAP_ID = "flap_id"
 
string homeassistant.components.surepetcare.const.ATTR_LOCATION = "location"
 
string homeassistant.components.surepetcare.const.ATTR_LOCK_STATE = "lock_state"
 
string homeassistant.components.surepetcare.const.ATTR_PET_NAME = "pet_name"
 
string homeassistant.components.surepetcare.const.CONF_FEEDERS = "feeders"
 
string homeassistant.components.surepetcare.const.CONF_FLAPS = "flaps"
 
string homeassistant.components.surepetcare.const.CONF_PETS = "pets"
 
string homeassistant.components.surepetcare.const.DOMAIN = "surepetcare"
 
string homeassistant.components.surepetcare.const.SERVICE_SET_LOCK_STATE = "set_lock_state"
 
string homeassistant.components.surepetcare.const.SERVICE_SET_PET_LOCATION = "set_pet_location"
 
int homeassistant.components.surepetcare.const.SURE_API_TIMEOUT = 60
 
float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_DIFF = SURE_BATT_VOLTAGE_FULL - SURE_BATT_VOLTAGE_LOW
 
float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_FULL = 1.6
 
float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_LOW = 1.25