Upgrade python-mystrom to 0.5.0 (#21523)
parent
3e8e998078
commit
b0dd6e4093
homeassistant/components
light
switch
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue