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

Static Public Attributes

int BROWSE_MEDIA = 131072
 
int CLEAR_PLAYLIST = 8192
 
int GROUPING = 524288
 
int MEDIA_ANNOUNCE = 1048576
 
int MEDIA_ENQUEUE = 2097152
 
int NEXT_TRACK = 32
 
int PAUSE = 1
 
int PLAY = 16384
 
int PLAY_MEDIA = 512
 
int PREVIOUS_TRACK = 16
 
int REPEAT_SET = 262144
 
int SEEK = 2
 
int SELECT_SOUND_MODE = 65536
 
int SELECT_SOURCE = 2048
 
int SHUFFLE_SET = 32768
 
int STOP = 4096
 
int TURN_OFF = 256
 
int TURN_ON = 128
 
int VOLUME_MUTE = 8
 
int VOLUME_SET = 4
 
int VOLUME_STEP = 1024
 

Detailed Description

Supported features of the media player entity.

Definition at line 197 of file const.py.

Member Data Documentation

◆ BROWSE_MEDIA

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.BROWSE_MEDIA = 131072
static

Definition at line 217 of file const.py.

◆ CLEAR_PLAYLIST

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.CLEAR_PLAYLIST = 8192
static

Definition at line 213 of file const.py.

◆ GROUPING

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.GROUPING = 524288
static

Definition at line 219 of file const.py.

◆ MEDIA_ANNOUNCE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.MEDIA_ANNOUNCE = 1048576
static

Definition at line 220 of file const.py.

◆ MEDIA_ENQUEUE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.MEDIA_ENQUEUE = 2097152
static

Definition at line 221 of file const.py.

◆ NEXT_TRACK

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.NEXT_TRACK = 32
static

Definition at line 205 of file const.py.

◆ PAUSE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PAUSE = 1
static

Definition at line 200 of file const.py.

◆ PLAY

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PLAY = 16384
static

Definition at line 214 of file const.py.

◆ PLAY_MEDIA

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PLAY_MEDIA = 512
static

Definition at line 209 of file const.py.

◆ PREVIOUS_TRACK

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PREVIOUS_TRACK = 16
static

Definition at line 204 of file const.py.

◆ REPEAT_SET

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.REPEAT_SET = 262144
static

Definition at line 218 of file const.py.

◆ SEEK

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SEEK = 2
static

Definition at line 201 of file const.py.

◆ SELECT_SOUND_MODE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SELECT_SOUND_MODE = 65536
static

Definition at line 216 of file const.py.

◆ SELECT_SOURCE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SELECT_SOURCE = 2048
static

Definition at line 211 of file const.py.

◆ SHUFFLE_SET

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SHUFFLE_SET = 32768
static

Definition at line 215 of file const.py.

◆ STOP

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.STOP = 4096
static

Definition at line 212 of file const.py.

◆ TURN_OFF

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.TURN_OFF = 256
static

Definition at line 208 of file const.py.

◆ TURN_ON

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.TURN_ON = 128
static

Definition at line 207 of file const.py.

◆ VOLUME_MUTE

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_MUTE = 8
static

Definition at line 203 of file const.py.

◆ VOLUME_SET

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_SET = 4
static

Definition at line 202 of file const.py.

◆ VOLUME_STEP

int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_STEP = 1024
static

Definition at line 210 of file const.py.


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