Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.bang_olufsen.const .WebsocketNotification Class Reference
Inheritance diagram for homeassistant.components.bang_olufsen.const .WebsocketNotification:
[legend]
Collaboration diagram for homeassistant.components.bang_olufsen.const .WebsocketNotification:
[legend]

Static Public Attributes

string ACTIVE_LISTENING_MODE = "active_listening_mode"
 
string ALL = "all"
 
string BEOLINK = "beolink"
 
string BEOLINK_AVAILABLE_LISTENERS = "beolinkAvailableListeners"
 
string BEOLINK_LISTENERS = "beolinkListeners"
 
string BEOLINK_PEERS = "beolinkPeers"
 
string CONFIGURATION = "configuration"
 
 Final
 
 items
 
string NOTIFICATION = "notification"
 
string PLAYBACK_ERROR = "playback_error"
 
string PLAYBACK_METADATA = "playback_metadata"
 
string PLAYBACK_PROGRESS = "playback_progress"
 
string PLAYBACK_SOURCE = "playback_source"
 
string PLAYBACK_STATE = "playback_state"
 
string REMOTE_MENU_CHANGED = "remoteMenuChanged"
 
string SOFTWARE_UPDATE_STATE = "software_update_state"
 
string SOURCE_CHANGE = "source_change"
 
string VOLUME = "volume"
 

Detailed Description

Enum for WebSocket notification types.

Definition at line 78 of file const.py.

Member Data Documentation

◆ ACTIVE_LISTENING_MODE

string homeassistant.components.bang_olufsen.const .WebsocketNotification.ACTIVE_LISTENING_MODE = "active_listening_mode"
static

Definition at line 81 of file const.py.

◆ ALL

string homeassistant.components.bang_olufsen.const .WebsocketNotification.ALL = "all"
static

Definition at line 100 of file const.py.

◆ BEOLINK

string homeassistant.components.bang_olufsen.const .WebsocketNotification.BEOLINK = "beolink"
static

Definition at line 92 of file const.py.

◆ BEOLINK_AVAILABLE_LISTENERS

string homeassistant.components.bang_olufsen.const .WebsocketNotification.BEOLINK_AVAILABLE_LISTENERS = "beolinkAvailableListeners"
static

Definition at line 95 of file const.py.

◆ BEOLINK_LISTENERS

string homeassistant.components.bang_olufsen.const .WebsocketNotification.BEOLINK_LISTENERS = "beolinkListeners"
static

Definition at line 94 of file const.py.

◆ BEOLINK_PEERS

string homeassistant.components.bang_olufsen.const .WebsocketNotification.BEOLINK_PEERS = "beolinkPeers"
static

Definition at line 93 of file const.py.

◆ CONFIGURATION

string homeassistant.components.bang_olufsen.const .WebsocketNotification.CONFIGURATION = "configuration"
static

Definition at line 96 of file const.py.

◆ Final

homeassistant.components.bang_olufsen.const .WebsocketNotification.Final
static

Definition at line 109 of file const.py.

◆ items

homeassistant.components.bang_olufsen.const .WebsocketNotification.items
static

Definition at line 139 of file const.py.

◆ NOTIFICATION

string homeassistant.components.bang_olufsen.const .WebsocketNotification.NOTIFICATION = "notification"
static

Definition at line 97 of file const.py.

◆ PLAYBACK_ERROR

string homeassistant.components.bang_olufsen.const .WebsocketNotification.PLAYBACK_ERROR = "playback_error"
static

Definition at line 82 of file const.py.

◆ PLAYBACK_METADATA

string homeassistant.components.bang_olufsen.const .WebsocketNotification.PLAYBACK_METADATA = "playback_metadata"
static

Definition at line 83 of file const.py.

◆ PLAYBACK_PROGRESS

string homeassistant.components.bang_olufsen.const .WebsocketNotification.PLAYBACK_PROGRESS = "playback_progress"
static

Definition at line 84 of file const.py.

◆ PLAYBACK_SOURCE

string homeassistant.components.bang_olufsen.const .WebsocketNotification.PLAYBACK_SOURCE = "playback_source"
static

Definition at line 85 of file const.py.

◆ PLAYBACK_STATE

string homeassistant.components.bang_olufsen.const .WebsocketNotification.PLAYBACK_STATE = "playback_state"
static

Definition at line 86 of file const.py.

◆ REMOTE_MENU_CHANGED

string homeassistant.components.bang_olufsen.const .WebsocketNotification.REMOTE_MENU_CHANGED = "remoteMenuChanged"
static

Definition at line 98 of file const.py.

◆ SOFTWARE_UPDATE_STATE

string homeassistant.components.bang_olufsen.const .WebsocketNotification.SOFTWARE_UPDATE_STATE = "software_update_state"
static

Definition at line 87 of file const.py.

◆ SOURCE_CHANGE

string homeassistant.components.bang_olufsen.const .WebsocketNotification.SOURCE_CHANGE = "source_change"
static

Definition at line 88 of file const.py.

◆ VOLUME

string homeassistant.components.bang_olufsen.const .WebsocketNotification.VOLUME = "volume"
static

Definition at line 89 of file const.py.


The documentation for this class was generated from the following file: