Bump python-miio to 0.4.4 (#19042)

This commit is contained in:
Teemu R 2018-12-05 18:19:30 +01:00 committed by Sebastian Muszynski
parent 16e25f2039
commit da0542e961
8 changed files with 8 additions and 8 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.const import (
from homeassistant.exceptions import PlatformNotReady
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['python-miio==0.4.3', 'construct==2.9.45']
REQUIREMENTS = ['python-miio==0.4.4', 'construct==2.9.45']
_LOGGER = logging.getLogger(__name__)