Upgrade python-mystrom to 0.5.0 ()

pull/21536/head
Fabian Affolter 2019-02-28 17:46:38 +05:30 committed by GitHub
parent 3e8e998078
commit b0dd6e4093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 15 deletions
homeassistant/components

View File

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

View File

@ -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'

View File

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