10 lines
219 B
Python
10 lines
219 B
Python
|
"""Constants for the yolink integration."""
|
||
|
|
||
|
DOMAIN = "yolink"
|
||
|
MANUFACTURER = "YoLink"
|
||
|
ATTR_DEVICE = "devices"
|
||
|
ATTR_DEVICE_TYPE = "type"
|
||
|
ATTR_DEVICE_NAME = "name"
|
||
|
ATTR_DEVICE_STATE = "state"
|
||
|
ATTR_DEVICE_ID = "deviceId"
|