Add YoLink SpeakerHub Service (#107787)
* Add YoLink SpeakerHub Service * fix as suggestion * service's params descriptions
This commit is contained in:
parent
dc10f3c204
commit
83fbcb11ea
6 changed files with 158 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue