From f744467c5d1be1f219050922b70c0f8b8c1d1581 Mon Sep 17 00:00:00 2001
From: Spencer Oberstadt <soberstadt@gmail.com>
Date: Sat, 20 Jan 2018 00:56:56 -0500
Subject: [PATCH] bump roku version (#11816)

---
 homeassistant/components/media_player/roku.py | 2 +-
 requirements_all.txt                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/media_player/roku.py b/homeassistant/components/media_player/roku.py
index 5917f1e3083..15b16eec11b 100644
--- a/homeassistant/components/media_player/roku.py
+++ b/homeassistant/components/media_player/roku.py
@@ -16,7 +16,7 @@ from homeassistant.const import (
     CONF_HOST, STATE_IDLE, STATE_PLAYING, STATE_UNKNOWN, STATE_HOME)
 import homeassistant.helpers.config_validation as cv
 
-REQUIREMENTS = ['python-roku==3.1.3']
+REQUIREMENTS = ['python-roku==3.1.5']
 
 KNOWN_HOSTS = []
 DEFAULT_PORT = 8060
diff --git a/requirements_all.txt b/requirements_all.txt
index f7a76d1fe2d..f7c7ce2d889 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -918,7 +918,7 @@ python-pushover==0.3
 python-ripple-api==0.0.3
 
 # homeassistant.components.media_player.roku
-python-roku==3.1.3
+python-roku==3.1.5
 
 # homeassistant.components.sensor.sochain
 python-sochain-api==0.0.2
-- 
GitLab