Classes | |
| class | SonosSpeaker |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| dictionary | EVENT_CHARGING |
| float | NEVER_TIME = -1200.0 |
| float | RESUB_COOLDOWN_SECONDS = 10.0 |
| dictionary | SUBSCRIPTION_SERVICES |
| tuple | SUPPORTED_VANISH_REASONS = ("powered off", "sleeping", "switch to bluetooth", "upgrade") |
| list | UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"] |
Base class for common speaker tasks.
|
private |
Definition at line 89 of file speaker.py.
| dictionary homeassistant.components.sonos.speaker.EVENT_CHARGING |
Definition at line 73 of file speaker.py.
| float homeassistant.components.sonos.speaker.NEVER_TIME = -1200.0 |
Definition at line 71 of file speaker.py.
| float homeassistant.components.sonos.speaker.RESUB_COOLDOWN_SECONDS = 10.0 |
Definition at line 72 of file speaker.py.
| dictionary homeassistant.components.sonos.speaker.SUBSCRIPTION_SERVICES |
Definition at line 77 of file speaker.py.
| tuple homeassistant.components.sonos.speaker.SUPPORTED_VANISH_REASONS = ("powered off", "sleeping", "switch to bluetooth", "upgrade") |
Definition at line 85 of file speaker.py.
| list homeassistant.components.sonos.speaker.UNUSED_DEVICE_KEYS = ["SPID", "TargetRoomName"] |
Definition at line 86 of file speaker.py.