Supported features of the media player entity.
Definition at line 197 of file const.py.
◆ BROWSE_MEDIA
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.BROWSE_MEDIA = 131072 |
|
static |
◆ CLEAR_PLAYLIST
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.CLEAR_PLAYLIST = 8192 |
|
static |
◆ GROUPING
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.GROUPING = 524288 |
|
static |
◆ MEDIA_ANNOUNCE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.MEDIA_ANNOUNCE = 1048576 |
|
static |
◆ MEDIA_ENQUEUE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.MEDIA_ENQUEUE = 2097152 |
|
static |
◆ NEXT_TRACK
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.NEXT_TRACK = 32 |
|
static |
◆ PAUSE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PAUSE = 1 |
|
static |
◆ PLAY
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PLAY = 16384 |
|
static |
◆ PLAY_MEDIA
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PLAY_MEDIA = 512 |
|
static |
◆ PREVIOUS_TRACK
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.PREVIOUS_TRACK = 16 |
|
static |
◆ REPEAT_SET
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.REPEAT_SET = 262144 |
|
static |
◆ SEEK
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SEEK = 2 |
|
static |
◆ SELECT_SOUND_MODE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SELECT_SOUND_MODE = 65536 |
|
static |
◆ SELECT_SOURCE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SELECT_SOURCE = 2048 |
|
static |
◆ SHUFFLE_SET
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.SHUFFLE_SET = 32768 |
|
static |
◆ STOP
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.STOP = 4096 |
|
static |
◆ TURN_OFF
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.TURN_OFF = 256 |
|
static |
◆ TURN_ON
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.TURN_ON = 128 |
|
static |
◆ VOLUME_MUTE
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_MUTE = 8 |
|
static |
◆ VOLUME_SET
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_SET = 4 |
|
static |
◆ VOLUME_STEP
| int homeassistant.components.media_player.const .MediaPlayerEntityFeature.VOLUME_STEP = 1024 |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/media_player/const.py