Bump python-miio version (#16110)

This commit is contained in:
Sebastian Muszynski 2018-08-21 21:25:48 +02:00 committed by Fabian Affolter
parent 0e1fb74e1b
commit 7ed8ed83e3
8 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
'philips.light.candle2']),
})
REQUIREMENTS = ['python-miio==0.4.0', 'construct==2.9.41']
REQUIREMENTS = ['python-miio==0.4.1', 'construct==2.9.41']
# The light does not accept cct values < 1
CCT_MIN = 1