Update ha-philips_js to 0.0.3 (#13702)
* Update requirements_all.txt * Update philips_js.pypull/13692/head^2
parent
206e38a2ab
commit
b2d37f5257
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
||||||
from homeassistant.helpers.script import Script
|
from homeassistant.helpers.script import Script
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['ha-philipsjs==0.0.2']
|
REQUIREMENTS = ['ha-philipsjs==0.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -358,7 +358,7 @@ gstreamer-player==1.1.0
|
||||||
ha-ffmpeg==1.9
|
ha-ffmpeg==1.9
|
||||||
|
|
||||||
# homeassistant.components.media_player.philips_js
|
# homeassistant.components.media_player.philips_js
|
||||||
ha-philipsjs==0.0.2
|
ha-philipsjs==0.0.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.geo_rss_events
|
# homeassistant.components.sensor.geo_rss_events
|
||||||
haversine==0.4.5
|
haversine==0.4.5
|
||||||
|
|
Loading…
Reference in New Issue