Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.switchbot.const .SupportedModels Class Reference
Inheritance diagram for homeassistant.components.switchbot.const .SupportedModels:
[legend]
Collaboration diagram for homeassistant.components.switchbot.const .SupportedModels:
[legend]

Static Public Attributes

string BLIND_TILT = "blind_tilt"
 
string BOT = "bot"
 
string BULB = "bulb"
 
string CEILING_LIGHT = "ceiling_light"
 
string CONTACT = "contact"
 
string CURTAIN = "curtain"
 
string HUB2 = "hub2"
 
string HUMIDIFIER = "humidifier"
 
string HYGROMETER = "hygrometer"
 
string HYGROMETER_CO2 = "hygrometer_co2"
 
string LIGHT_STRIP = "light_strip"
 
string LOCK = "lock"
 
string LOCK_PRO = "lock_pro"
 
string MOTION = "motion"
 
string PLUG = "plug"
 

Detailed Description

Supported Switchbot models.

Definition at line 15 of file const.py.

Member Data Documentation

◆ BLIND_TILT

string homeassistant.components.switchbot.const .SupportedModels.BLIND_TILT = "blind_tilt"
static

Definition at line 31 of file const.py.

◆ BOT

string homeassistant.components.switchbot.const .SupportedModels.BOT = "bot"
static

Definition at line 18 of file const.py.

◆ BULB

string homeassistant.components.switchbot.const .SupportedModels.BULB = "bulb"
static

Definition at line 19 of file const.py.

◆ CEILING_LIGHT

string homeassistant.components.switchbot.const .SupportedModels.CEILING_LIGHT = "ceiling_light"
static

Definition at line 20 of file const.py.

◆ CONTACT

string homeassistant.components.switchbot.const .SupportedModels.CONTACT = "contact"
static

Definition at line 25 of file const.py.

◆ CURTAIN

string homeassistant.components.switchbot.const .SupportedModels.CURTAIN = "curtain"
static

Definition at line 21 of file const.py.

◆ HUB2

string homeassistant.components.switchbot.const .SupportedModels.HUB2 = "hub2"
static

Definition at line 32 of file const.py.

◆ HUMIDIFIER

string homeassistant.components.switchbot.const .SupportedModels.HUMIDIFIER = "humidifier"
static

Definition at line 28 of file const.py.

◆ HYGROMETER

string homeassistant.components.switchbot.const .SupportedModels.HYGROMETER = "hygrometer"
static

Definition at line 22 of file const.py.

◆ HYGROMETER_CO2

string homeassistant.components.switchbot.const .SupportedModels.HYGROMETER_CO2 = "hygrometer_co2"
static

Definition at line 23 of file const.py.

◆ LIGHT_STRIP

string homeassistant.components.switchbot.const .SupportedModels.LIGHT_STRIP = "light_strip"
static

Definition at line 24 of file const.py.

◆ LOCK

string homeassistant.components.switchbot.const .SupportedModels.LOCK = "lock"
static

Definition at line 29 of file const.py.

◆ LOCK_PRO

string homeassistant.components.switchbot.const .SupportedModels.LOCK_PRO = "lock_pro"
static

Definition at line 30 of file const.py.

◆ MOTION

string homeassistant.components.switchbot.const .SupportedModels.MOTION = "motion"
static

Definition at line 27 of file const.py.

◆ PLUG

string homeassistant.components.switchbot.const .SupportedModels.PLUG = "plug"
static

Definition at line 26 of file const.py.


The documentation for this class was generated from the following file: