diff --git a/homeassistant/components/light/mystrom.py b/homeassistant/components/light/mystrom.py index 8060bef0fa8..f9b8dcd203b 100644 --- a/homeassistant/components/light/mystrom.py +++ b/homeassistant/components/light/mystrom.py @@ -1,9 +1,4 @@ -""" -Support for myStrom Wifi bulbs. - -For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/light.mystrom/ -""" +"""Support for myStrom Wifi bulbs.""" import logging import voluptuous as vol @@ -15,7 +10,7 @@ from homeassistant.components.light import ( ATTR_HS_COLOR) from homeassistant.const import CONF_HOST, CONF_MAC, CONF_NAME -REQUIREMENTS = ['python-mystrom==0.4.4'] +REQUIREMENTS = ['python-mystrom==0.5.0'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/switch/mystrom.py b/homeassistant/components/switch/mystrom.py index a0058cb925c..a25517eea91 100644 --- a/homeassistant/components/switch/mystrom.py +++ b/homeassistant/components/switch/mystrom.py @@ -1,9 +1,4 @@ -""" -Support for myStrom switches. - -For more details about this component, please refer to the documentation at -https://home-assistant.io/components/switch.mystrom/ -""" +"""Support for myStrom switches.""" import logging import voluptuous as vol @@ -12,7 +7,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA) from homeassistant.const import (CONF_NAME, CONF_HOST) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-mystrom==0.4.4'] +REQUIREMENTS = ['python-mystrom==0.5.0'] DEFAULT_NAME = 'myStrom Switch' diff --git a/requirements_all.txt b/requirements_all.txt index c6568676e32..703be36352d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1345,7 +1345,7 @@ python-mpd2==1.0.0 # homeassistant.components.light.mystrom # homeassistant.components.switch.mystrom -python-mystrom==0.4.4 +python-mystrom==0.5.0 # homeassistant.components.nest python-nest==4.1.0