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

Variables

dictionary DEV_TYPE_TO_HA
 
string DOMAIN = "vesync"
 
string SERVICE_UPDATE_DEVS = "update_devices"
 
dictionary SKU_TO_BASE_DEVICE
 
string VS_DISCOVERY = "vesync_discovery_{}"
 
string VS_FANS = "fans"
 
string VS_LIGHTS = "lights"
 
string VS_MANAGER = "manager"
 
string VS_SENSORS = "sensors"
 
string VS_SWITCHES = "switches"
 

Detailed Description

Constants for VeSync Component.

Variable Documentation

◆ DEV_TYPE_TO_HA

dictionary homeassistant.components.vesync.const.DEV_TYPE_TO_HA
Initial value:
1 = {
2  "wifi-switch-1.3": "outlet",
3  "ESW03-USA": "outlet",
4  "ESW01-EU": "outlet",
5  "ESW15-USA": "outlet",
6  "ESWL01": "switch",
7  "ESWL03": "switch",
8  "ESO15-TB": "outlet",
9  "LV-PUR131S": "fan",
10  "Core200S": "fan",
11  "Core300S": "fan",
12  "Core400S": "fan",
13  "Core600S": "fan",
14  "EverestAir": "fan",
15  "Vital200S": "fan",
16  "Vital100S": "fan",
17  "ESD16": "walldimmer",
18  "ESWD16": "walldimmer",
19  "ESL100": "bulb-dimmable",
20  "ESL100CW": "bulb-tunable-white",
21 }

Definition at line 13 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ SERVICE_UPDATE_DEVS

string homeassistant.components.vesync.const.SERVICE_UPDATE_DEVS = "update_devices"

Definition at line 5 of file const.py.

◆ SKU_TO_BASE_DEVICE

dictionary homeassistant.components.vesync.const.SKU_TO_BASE_DEVICE

Definition at line 35 of file const.py.

◆ VS_DISCOVERY

string homeassistant.components.vesync.const.VS_DISCOVERY = "vesync_discovery_{}"

Definition at line 4 of file const.py.

◆ VS_FANS

string homeassistant.components.vesync.const.VS_FANS = "fans"

Definition at line 8 of file const.py.

◆ VS_LIGHTS

string homeassistant.components.vesync.const.VS_LIGHTS = "lights"

Definition at line 9 of file const.py.

◆ VS_MANAGER

string homeassistant.components.vesync.const.VS_MANAGER = "manager"

Definition at line 11 of file const.py.

◆ VS_SENSORS

string homeassistant.components.vesync.const.VS_SENSORS = "sensors"

Definition at line 10 of file const.py.

◆ VS_SWITCHES

string homeassistant.components.vesync.const.VS_SWITCHES = "switches"

Definition at line 7 of file const.py.