bump orvibo dependency version

This commit is contained in:
happyleaves 2015-12-15 18:50:15 -05:00
parent 5d3d2d4110
commit 149449624e
2 changed files with 2 additions and 2 deletions

View file

@ -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__)