From 149449624e6f35878bc881c14547912ce109a76c Mon Sep 17 00:00:00 2001
From: happyleaves <happyleaves.tfr@gmail.com>
Date: Tue, 15 Dec 2015 18:50:15 -0500
Subject: [PATCH] bump orvibo dependency version

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

diff --git a/homeassistant/components/switch/orvibo.py b/homeassistant/components/switch/orvibo.py
index c636a7f3f55..a5c21342418 100644
--- a/homeassistant/components/switch/orvibo.py
+++ b/homeassistant/components/switch/orvibo.py
@@ -11,7 +11,7 @@ import logging
 from homeassistant.components.switch import SwitchDevice
 
 DEFAULT_NAME = "Orvibo S20 Switch"
-REQUIREMENTS = ['orvibo==1.0.1']
+REQUIREMENTS = ['orvibo==1.1.0']
 _LOGGER = logging.getLogger(__name__)
 
 
diff --git a/requirements_all.txt b/requirements_all.txt
index 15bdeb60a3c..c266fe8faa1 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -154,7 +154,7 @@ https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f
 hikvision==0.4
 
 # homeassistant.components.switch.orvibo
-orvibo==1.0.1
+orvibo==1.1.0
 
 # homeassistant.components.switch.wemo
 pywemo==0.3.3
-- 
GitLab