Improve Sonos polling (#51170)
* Improve Sonos polling Warn user if polling is being used Provide callback IP:port to help user fix networking Fix radio handling when polling (no event payload) Clarify dispatch target to reflect polling action * Lint * Revert method removal
This commit is contained in:
parent
e45196f9c9
commit
39e62f9c90
7 changed files with 35 additions and 17 deletions
|
@ -136,7 +136,7 @@ SONOS_CREATE_ALARM = "sonos_create_alarm"
|
|||
SONOS_CREATE_BATTERY = "sonos_create_battery"
|
||||
SONOS_CREATE_MEDIA_PLAYER = "sonos_create_media_player"
|
||||
SONOS_ENTITY_CREATED = "sonos_entity_created"
|
||||
SONOS_ENTITY_UPDATE = "sonos_entity_update"
|
||||
SONOS_POLL_UPDATE = "sonos_poll_update"
|
||||
SONOS_GROUP_UPDATE = "sonos_group_update"
|
||||
SONOS_HOUSEHOLD_UPDATED = "sonos_household_updated"
|
||||
SONOS_ALARM_UPDATE = "sonos_alarm_update"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue