1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-16 11:59:16 +00:00
2023-03-22 12:01:04 +01:00

11 lines
252 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"
YOLINK_EVENT = f"{DOMAIN}_event"