From 6ee8d9bd65e62a1251c83c71ff63b40387980a86 Mon Sep 17 00:00:00 2001 From: Daniel Perna <danielperna84@gmail.com> Date: Mon, 9 Jul 2018 21:35:06 +0200 Subject: [PATCH] Update ha-philipsjs to 0.0.5 (#15378) * Update requirements_all.txt * Update philips_js.py --- homeassistant/components/media_player/philips_js.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/philips_js.py b/homeassistant/components/media_player/philips_js.py index be0c0527f1b..06f054a03f7 100644 --- a/homeassistant/components/media_player/philips_js.py +++ b/homeassistant/components/media_player/philips_js.py @@ -20,7 +20,7 @@ from homeassistant.const import ( 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 482c4cbbd49..848364ed3f4 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 -- GitLab