* Separate the garage door device from the door sensor * Bump yolink api to 0.2.1 * fix suggest * fix typos * Bump yolink-api to 0.2.6 * Bump version to 0.2.7 and fix rename effects * change aiohttp min version to 3.8.1
9 lines
219 B
Python
9 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"
|