Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.plex.models Namespace Reference

Classes

class  PlexMediaSearchResult
 
class  PlexSession
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
string LIVE_TV_SECTION = "Live TV"
 
dictionary SPECIAL_SECTIONS
 
string TRANSIENT_SECTION = "Preroll"
 
string UNKNOWN_SECTION = "Unknown"
 

Detailed Description

Models to represent various Plex objects used in the integration.

Variable Documentation

◆ _LOGGER

homeassistant.components.plex.models._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file models.py.

◆ LIVE_TV_SECTION

string homeassistant.components.plex.models.LIVE_TV_SECTION = "Live TV"

Definition at line 9 of file models.py.

◆ SPECIAL_SECTIONS

dictionary homeassistant.components.plex.models.SPECIAL_SECTIONS
Initial value:
1 = {
2  -2: TRANSIENT_SECTION,
3  -4: LIVE_TV_SECTION,
4 }

Definition at line 12 of file models.py.

◆ TRANSIENT_SECTION

string homeassistant.components.plex.models.TRANSIENT_SECTION = "Preroll"

Definition at line 10 of file models.py.

◆ UNKNOWN_SECTION

string homeassistant.components.plex.models.UNKNOWN_SECTION = "Unknown"

Definition at line 11 of file models.py.