python-miio version bumped. Fixes all xiaomi_miio components. (Closes: #12017, Closes: #11948, Closes: #11200) (#12188)
This commit is contained in:
parent
905a994972
commit
137933a774
5 changed files with 5 additions and 5 deletions
|
@ -29,7 +29,7 @@ PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
|||
vol.Optional(CONF_NAME, default=DEFAULT_NAME): cv.string,
|
||||
})
|
||||
|
||||
REQUIREMENTS = ['python-miio==0.3.4']
|
||||
REQUIREMENTS = ['python-miio==0.3.5']
|
||||
|
||||
# The light does not accept cct values < 1
|
||||
CCT_MIN = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue