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

Variables

int API_TIMEOUT = 5
 
string ATTR_ERRORS = "errors"
 
string ATTR_LIGHTS = "lights"
 
string ATTR_PUMPS = "pumps"
 
string ATTR_REMINDERS = "reminders"
 
string ATTR_STATUS = "status"
 
int DEFAULT_LIGHT_BRIGHTNESS = 128
 
string DEFAULT_LIGHT_EFFECT = "purple"
 
int DEFAULT_MAX_TEMP = 40
 
float DEFAULT_MIN_TEMP = 18.5
 
string DOMAIN = "smarttub"
 
string EVENT_SMARTTUB = "smarttub"
 
int POLLING_TIMEOUT = 10
 
int SCAN_INTERVAL = 60
 
string SMARTTUB_CONTROLLER = "smarttub_controller"
 

Detailed Description

smarttub constants.

Variable Documentation

◆ API_TIMEOUT

int homeassistant.components.smarttub.const.API_TIMEOUT = 5

Definition at line 12 of file const.py.

◆ ATTR_ERRORS

string homeassistant.components.smarttub.const.ATTR_ERRORS = "errors"

Definition at line 24 of file const.py.

◆ ATTR_LIGHTS

string homeassistant.components.smarttub.const.ATTR_LIGHTS = "lights"

Definition at line 25 of file const.py.

◆ ATTR_PUMPS

string homeassistant.components.smarttub.const.ATTR_PUMPS = "pumps"

Definition at line 26 of file const.py.

◆ ATTR_REMINDERS

string homeassistant.components.smarttub.const.ATTR_REMINDERS = "reminders"

Definition at line 27 of file const.py.

◆ ATTR_STATUS

string homeassistant.components.smarttub.const.ATTR_STATUS = "status"

Definition at line 28 of file const.py.

◆ DEFAULT_LIGHT_BRIGHTNESS

int homeassistant.components.smarttub.const.DEFAULT_LIGHT_BRIGHTNESS = 128

Definition at line 22 of file const.py.

◆ DEFAULT_LIGHT_EFFECT

string homeassistant.components.smarttub.const.DEFAULT_LIGHT_EFFECT = "purple"

Definition at line 20 of file const.py.

◆ DEFAULT_MAX_TEMP

int homeassistant.components.smarttub.const.DEFAULT_MAX_TEMP = 40

Definition at line 15 of file const.py.

◆ DEFAULT_MIN_TEMP

float homeassistant.components.smarttub.const.DEFAULT_MIN_TEMP = 18.5

Definition at line 14 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ EVENT_SMARTTUB

string homeassistant.components.smarttub.const.EVENT_SMARTTUB = "smarttub"

Definition at line 5 of file const.py.

◆ POLLING_TIMEOUT

int homeassistant.components.smarttub.const.POLLING_TIMEOUT = 10

Definition at line 11 of file const.py.

◆ SCAN_INTERVAL

int homeassistant.components.smarttub.const.SCAN_INTERVAL = 60

Definition at line 9 of file const.py.

◆ SMARTTUB_CONTROLLER

string homeassistant.components.smarttub.const.SMARTTUB_CONTROLLER = "smarttub_controller"

Definition at line 7 of file const.py.