python-miio version bumped. (#13055)

This commit is contained in:
Sebastian Muszynski 2018-03-10 18:11:10 +01:00 committed by Paulus Schoutsen
parent 0143752d94
commit b4b779c49d
6 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
})
REQUIREMENTS = ['python-miio==0.3.7']
REQUIREMENTS = ['python-miio==0.3.8']
ATTR_TEMPERATURE = 'temperature'
ATTR_HUMIDITY = 'humidity'

View file

@ -40,7 +40,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
'philips.light.bulb']),
})
REQUIREMENTS = ['python-miio==0.3.7']
REQUIREMENTS = ['python-miio==0.3.8']
# The light does not accept cct values < 1
CCT_MIN = 1

View file

@ -21,7 +21,7 @@ from homeassistant.const import (
import homeassistant.helpers.config_validation as cv
from homeassistant.util.dt import utcnow
REQUIREMENTS = ['python-miio==0.3.7']
REQUIREMENTS = ['python-miio==0.3.8']
_LOGGER = logging.getLogger(__name__)

View file

@ -33,7 +33,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
'chuangmi.plug.v2']),
})
REQUIREMENTS = ['python-miio==0.3.7']
REQUIREMENTS = ['python-miio==0.3.8']
ATTR_POWER = 'power'
ATTR_TEMPERATURE = 'temperature'

View file

@ -19,7 +19,7 @@ from homeassistant.const import (
ATTR_ENTITY_ID, CONF_HOST, CONF_NAME, CONF_TOKEN, STATE_OFF, STATE_ON)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-miio==0.3.7']
REQUIREMENTS = ['python-miio==0.3.8']
_LOGGER = logging.getLogger(__name__)

View file

@ -938,7 +938,7 @@ python-juicenet==0.0.5
# homeassistant.components.remote.xiaomi_miio
# homeassistant.components.switch.xiaomi_miio
# homeassistant.components.vacuum.xiaomi_miio
python-miio==0.3.7
python-miio==0.3.8
# homeassistant.components.media_player.mpd
python-mpd2==0.5.5