Bump python-miio requirement (#17260)

This commit is contained in:
Teemu R 2018-10-08 22:33:06 +02:00 committed by Sebastian Muszynski
parent 1393766659
commit 56a43436d7
8 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
})
REQUIREMENTS = ['python-miio==0.4.1', 'construct==2.9.41']
REQUIREMENTS = ['python-miio==0.4.2', 'construct==2.9.41']
ATTR_POWER = 'power'
ATTR_CHARGING = 'charging'