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

Static Public Attributes

string BUFFERING = "buffering"
 
string IDLE = "idle"
 
string OFF = "off"
 
string ON = "on"
 
string PAUSED = "paused"
 
string PLAYING = "playing"
 
string STANDBY = "standby"
 

Detailed Description

State of media player entities.

Definition at line 51 of file const.py.

Member Data Documentation

◆ BUFFERING

string homeassistant.components.media_player.const .MediaPlayerState.BUFFERING = "buffering"
static

Definition at line 60 of file const.py.

◆ IDLE

string homeassistant.components.media_player.const .MediaPlayerState.IDLE = "idle"
static

Definition at line 56 of file const.py.

◆ OFF

string homeassistant.components.media_player.const .MediaPlayerState.OFF = "off"
static

Definition at line 54 of file const.py.

◆ ON

string homeassistant.components.media_player.const .MediaPlayerState.ON = "on"
static

Definition at line 55 of file const.py.

◆ PAUSED

string homeassistant.components.media_player.const .MediaPlayerState.PAUSED = "paused"
static

Definition at line 58 of file const.py.

◆ PLAYING

string homeassistant.components.media_player.const .MediaPlayerState.PLAYING = "playing"
static

Definition at line 57 of file const.py.

◆ STANDBY

string homeassistant.components.media_player.const .MediaPlayerState.STANDBY = "standby"
static

Definition at line 59 of file const.py.


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