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

Variables

 DEFAULT_SCAN_INTERVAL = timedelta(seconds=600)
 
string ENTRY_TITLE = "SwitchBot Cloud"
 
 Final
 
string SENSOR_KIND_BATTERY = "battery"
 
string SENSOR_KIND_HUMIDITY = "humidity"
 
string SENSOR_KIND_TEMPERATURE = "temperature"
 
string VACUUM_FAN_SPEED_MAX = "max"
 
string VACUUM_FAN_SPEED_QUIET = "quiet"
 
string VACUUM_FAN_SPEED_STANDARD = "standard"
 
string VACUUM_FAN_SPEED_STRONG = "strong"
 

Detailed Description

Constants for the SwitchBot Cloud integration.

Variable Documentation

◆ DEFAULT_SCAN_INTERVAL

homeassistant.components.switchbot_cloud.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=600)

Definition at line 8 of file const.py.

◆ ENTRY_TITLE

string homeassistant.components.switchbot_cloud.const.ENTRY_TITLE = "SwitchBot Cloud"

Definition at line 7 of file const.py.

◆ Final

homeassistant.components.switchbot_cloud.const.Final

Definition at line 6 of file const.py.

◆ SENSOR_KIND_BATTERY

string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_BATTERY = "battery"

Definition at line 12 of file const.py.

◆ SENSOR_KIND_HUMIDITY

string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_HUMIDITY = "humidity"

Definition at line 11 of file const.py.

◆ SENSOR_KIND_TEMPERATURE

string homeassistant.components.switchbot_cloud.const.SENSOR_KIND_TEMPERATURE = "temperature"

Definition at line 10 of file const.py.

◆ VACUUM_FAN_SPEED_MAX

string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_MAX = "max"

Definition at line 17 of file const.py.

◆ VACUUM_FAN_SPEED_QUIET

string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_QUIET = "quiet"

Definition at line 14 of file const.py.

◆ VACUUM_FAN_SPEED_STANDARD

string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_STANDARD = "standard"

Definition at line 15 of file const.py.

◆ VACUUM_FAN_SPEED_STRONG

string homeassistant.components.switchbot_cloud.const.VACUUM_FAN_SPEED_STRONG = "strong"

Definition at line 16 of file const.py.