Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.surepetcare.const Namespace Reference

Variables

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

Detailed Description

Constants for the Sure Petcare component.

Variable Documentation

◆ ATTR_FLAP_ID

string homeassistant.components.surepetcare.const.ATTR_FLAP_ID = "flap_id"

Definition at line 20 of file const.py.

◆ ATTR_LOCATION

string homeassistant.components.surepetcare.const.ATTR_LOCATION = "location"

Definition at line 21 of file const.py.

◆ ATTR_LOCK_STATE

string homeassistant.components.surepetcare.const.ATTR_LOCK_STATE = "lock_state"

Definition at line 22 of file const.py.

◆ ATTR_PET_NAME

string homeassistant.components.surepetcare.const.ATTR_PET_NAME = "pet_name"

Definition at line 23 of file const.py.

◆ CONF_FEEDERS

string homeassistant.components.surepetcare.const.CONF_FEEDERS = "feeders"

Definition at line 5 of file const.py.

◆ CONF_FLAPS

string homeassistant.components.surepetcare.const.CONF_FLAPS = "flaps"

Definition at line 6 of file const.py.

◆ CONF_PETS

string homeassistant.components.surepetcare.const.CONF_PETS = "pets"

Definition at line 7 of file const.py.

◆ DOMAIN

string homeassistant.components.surepetcare.const.DOMAIN = "surepetcare"

Definition at line 3 of file const.py.

◆ SERVICE_SET_LOCK_STATE

string homeassistant.components.surepetcare.const.SERVICE_SET_LOCK_STATE = "set_lock_state"

Definition at line 18 of file const.py.

◆ SERVICE_SET_PET_LOCATION

string homeassistant.components.surepetcare.const.SERVICE_SET_PET_LOCATION = "set_pet_location"

Definition at line 19 of file const.py.

◆ SURE_API_TIMEOUT

int homeassistant.components.surepetcare.const.SURE_API_TIMEOUT = 60

Definition at line 10 of file const.py.

◆ SURE_BATT_VOLTAGE_DIFF

float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_DIFF = SURE_BATT_VOLTAGE_FULL - SURE_BATT_VOLTAGE_LOW

Definition at line 15 of file const.py.

◆ SURE_BATT_VOLTAGE_FULL

float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_FULL = 1.6

Definition at line 13 of file const.py.

◆ SURE_BATT_VOLTAGE_LOW

float homeassistant.components.surepetcare.const.SURE_BATT_VOLTAGE_LOW = 1.25

Definition at line 14 of file const.py.