From 81469806e6bef2d6cbbcfbb207b3c4662a5ceb24 Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sun, 8 Jul 2018 22:30:31 +0200 Subject: [PATCH 1/2] Update requirements_all.txt --- requirements_all.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index c84f484cabd8f..ac0ea36639284 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -391,7 +391,7 @@ gstreamer-player==1.1.0 ha-ffmpeg==1.9 # homeassistant.components.media_player.philips_js -ha-philipsjs==0.0.4 +ha-philipsjs==0.0.5 # homeassistant.components.sensor.geo_rss_events haversine==0.4.5 From 47e00fc19e89149c8299ac683e577086646c6e6f Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Sun, 8 Jul 2018 22:30:59 +0200 Subject: [PATCH 2/2] Update philips_js.py --- homeassistant/components/media_player/philips_js.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/media_player/philips_js.py b/homeassistant/components/media_player/philips_js.py index be0c0527f1bc9..06f054a03f723 100644 --- a/homeassistant/components/media_player/philips_js.py +++ b/homeassistant/components/media_player/philips_js.py @@ -20,7 +20,7 @@ from homeassistant.helpers.script import Script from homeassistant.util import Throttle -REQUIREMENTS = ['ha-philipsjs==0.0.4'] +REQUIREMENTS = ['ha-philipsjs==0.0.5'] _LOGGER = logging.getLogger(__name__)