mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00

* Fast follow improvements to VeSync * Apply suggestions to other platforms, use async_on_unload * Rename dev_list to entities
12 lines
243 B
Python
12 lines
243 B
Python
"""Constants for VeSync Component."""
|
|
|
|
DOMAIN = "vesync"
|
|
VS_DISCOVERY = "vesync_discovery_{}"
|
|
SERVICE_UPDATE_DEVS = "update_devices"
|
|
|
|
VS_SWITCHES = "switches"
|
|
VS_FANS = "fans"
|
|
VS_LIGHTS = "lights"
|
|
VS_SENSORS = "sensors"
|
|
VS_MANAGER = "manager"
|