Add YoLink SpeakerHub Service (#107787)

* Add YoLink SpeakerHub Service

* fix as suggestion

* service's params descriptions
This commit is contained in:
Matrix 2024-01-12 15:18:44 +08:00 committed by GitHub
parent dc10f3c204
commit 83fbcb11ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 158 additions and 0 deletions

View file

@ -7,5 +7,10 @@ ATTR_DEVICE_TYPE = "type"
ATTR_DEVICE_NAME = "name"
ATTR_DEVICE_STATE = "state"
ATTR_DEVICE_ID = "deviceId"
ATTR_TARGET_DEVICE = "target_device"
ATTR_VOLUME = "volume"
ATTR_TEXT_MESSAGE = "message"
ATTR_REPEAT = "repeat"
ATTR_TONE = "tone"
YOLINK_EVENT = f"{DOMAIN}_event"
YOLINK_OFFLINE_TIME = 32400