mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Merge pull request #2827 from home-assistant/hotfix-0-26-2
Hotfix 0 26 2
This commit is contained in:
commit
f61f0623f8
@ -10,7 +10,7 @@ from homeassistant.components.discovery import SERVICE_WEMO
|
||||
from homeassistant.helpers import discovery
|
||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||
|
||||
REQUIREMENTS = ['pywemo==0.4.3']
|
||||
REQUIREMENTS = ['pywemo==0.4.5']
|
||||
|
||||
DOMAIN = 'wemo'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# coding: utf-8
|
||||
"""Constants used by Home Assistant components."""
|
||||
|
||||
__version__ = "0.26.1"
|
||||
__version__ = "0.26.2"
|
||||
REQUIRED_PYTHON_VER = (3, 4)
|
||||
|
||||
PLATFORM_FORMAT = '{}.{}'
|
||||
|
@ -374,7 +374,7 @@ pyuserinput==0.1.9
|
||||
pyvera==0.2.15
|
||||
|
||||
# homeassistant.components.wemo
|
||||
pywemo==0.4.3
|
||||
pywemo==0.4.5
|
||||
|
||||
# homeassistant.components.thermostat.radiotherm
|
||||
radiotherm==1.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user