mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Updated to plexapi 3.0.6 (#13005)
This commit is contained in:
parent
4152ac4aa2
commit
d19a8ec7da
@ -24,7 +24,7 @@ from homeassistant.helpers import config_validation as cv
|
|||||||
from homeassistant.helpers.event import track_utc_time_change
|
from homeassistant.helpers.event import track_utc_time_change
|
||||||
from homeassistant.util.json import load_json, save_json
|
from homeassistant.util.json import load_json, save_json
|
||||||
|
|
||||||
REQUIREMENTS = ['plexapi==3.0.5']
|
REQUIREMENTS = ['plexapi==3.0.6']
|
||||||
|
|
||||||
_CONFIGURING = {}
|
_CONFIGURING = {}
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
@ -16,7 +16,7 @@ from homeassistant.helpers.entity import Entity
|
|||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['plexapi==3.0.5']
|
REQUIREMENTS = ['plexapi==3.0.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -588,7 +588,7 @@ pizzapi==0.0.3
|
|||||||
|
|
||||||
# homeassistant.components.media_player.plex
|
# homeassistant.components.media_player.plex
|
||||||
# homeassistant.components.sensor.plex
|
# homeassistant.components.sensor.plex
|
||||||
plexapi==3.0.5
|
plexapi==3.0.6
|
||||||
|
|
||||||
# homeassistant.components.sensor.mhz19
|
# homeassistant.components.sensor.mhz19
|
||||||
# homeassistant.components.sensor.serial_pm
|
# homeassistant.components.sensor.serial_pm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user