mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Upgrade python-mystrom to 0.5.0 (#21523)
This commit is contained in:
parent
3e8e998078
commit
b0dd6e4093
@ -1,9 +1,4 @@
|
|||||||
"""
|
"""Support for myStrom Wifi bulbs."""
|
||||||
Support for myStrom Wifi bulbs.
|
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
|
||||||
https://home-assistant.io/components/light.mystrom/
|
|
||||||
"""
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
@ -15,7 +10,7 @@ from homeassistant.components.light import (
|
|||||||
ATTR_HS_COLOR)
|
ATTR_HS_COLOR)
|
||||||
from homeassistant.const import CONF_HOST, CONF_MAC, CONF_NAME
|
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__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1,9 +1,4 @@
|
|||||||
"""
|
"""Support for myStrom switches."""
|
||||||
Support for myStrom switches.
|
|
||||||
|
|
||||||
For more details about this component, please refer to the documentation at
|
|
||||||
https://home-assistant.io/components/switch.mystrom/
|
|
||||||
"""
|
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
@ -12,7 +7,7 @@ from homeassistant.components.switch import (SwitchDevice, PLATFORM_SCHEMA)
|
|||||||
from homeassistant.const import (CONF_NAME, CONF_HOST)
|
from homeassistant.const import (CONF_NAME, CONF_HOST)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['python-mystrom==0.4.4']
|
REQUIREMENTS = ['python-mystrom==0.5.0']
|
||||||
|
|
||||||
DEFAULT_NAME = 'myStrom Switch'
|
DEFAULT_NAME = 'myStrom Switch'
|
||||||
|
|
||||||
|
@ -1345,7 +1345,7 @@ python-mpd2==1.0.0
|
|||||||
|
|
||||||
# homeassistant.components.light.mystrom
|
# homeassistant.components.light.mystrom
|
||||||
# homeassistant.components.switch.mystrom
|
# homeassistant.components.switch.mystrom
|
||||||
python-mystrom==0.4.4
|
python-mystrom==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.nest
|
# homeassistant.components.nest
|
||||||
python-nest==4.1.0
|
python-nest==4.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user