YoLink flexfob support (#90027)

This commit is contained in:
Matrix 2023-03-22 19:01:04 +08:00 committed by GitHub
parent 7efe058aa6
commit 87e6dd3949
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 308 additions and 6 deletions

View file

@ -7,3 +7,4 @@ ATTR_DEVICE_TYPE = "type"
ATTR_DEVICE_NAME = "name"
ATTR_DEVICE_STATE = "state"
ATTR_DEVICE_ID = "deviceId"
YOLINK_EVENT = f"{DOMAIN}_event"