Skip to content
Snippets Groups Projects
Unverified Commit b0dd6e40 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Upgrade python-mystrom to 0.5.0 (#21523)

parent 3e8e9980
No related branches found
No related tags found
No related merge requests found
"""
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__)
......
"""
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment