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

Classes

class  PlexServer
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 X_PLEX_DEVICE_NAME
 
 X_PLEX_PLATFORM
 
 X_PLEX_PRODUCT
 
 X_PLEX_VERSION
 

Detailed Description

Shared class to maintain Plex server instances.

Variable Documentation

◆ _LOGGER

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

Definition at line 57 of file server.py.

◆ X_PLEX_DEVICE_NAME

homeassistant.components.plex.server.X_PLEX_DEVICE_NAME

Definition at line 60 of file server.py.

◆ X_PLEX_PLATFORM

homeassistant.components.plex.server.X_PLEX_PLATFORM

Definition at line 61 of file server.py.

◆ X_PLEX_PRODUCT

homeassistant.components.plex.server.X_PLEX_PRODUCT

Definition at line 62 of file server.py.

◆ X_PLEX_VERSION

homeassistant.components.plex.server.X_PLEX_VERSION

Definition at line 63 of file server.py.