Bump python-miio requirement (#17260)
This commit is contained in:
parent
1393766659
commit
56a43436d7
8 changed files with 8 additions and 8 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue