Skip to content

Commit

Permalink
Updated to plexapi 3.0.6 (#13005)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanm101 authored and balloob committed Mar 9, 2018
1 parent ecaf018 commit d8a7c54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from homeassistant.helpers.event import track_utc_time_change
from homeassistant.util.json import load_json, save_json

REQUIREMENTS = ['plexapi==3.0.5']
REQUIREMENTS = ['plexapi==3.0.6']

_CONFIGURING = {}
_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sensor/plex.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.util import Throttle
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['plexapi==3.0.5']
REQUIREMENTS = ['plexapi==3.0.6']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ pizzapi==0.0.3

# homeassistant.components.media_player.plex
# homeassistant.components.sensor.plex
plexapi==3.0.5
plexapi==3.0.6

# homeassistant.components.sensor.mhz19
# homeassistant.components.sensor.serial_pm
Expand Down

0 comments on commit d8a7c54

Please sign in to comment.