diff --git a/homeassistant/components/plex/models.py b/homeassistant/components/plex/models.py index 731d5bbc7dbc..af1343095f0c 100644 --- a/homeassistant/components/plex/models.py +++ b/homeassistant/components/plex/models.py @@ -7,7 +7,7 @@ from homeassistant.components.media_player.const import ( ) from homeassistant.util import dt as dt_util -LIVE_TV_SECTION = "-4" +LIVE_TV_SECTION = -4 class PlexSession: