Update pyhomematic to 0.1.38 (#11936)
parent
2b68bec428
commit
af5d0b3443
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.37']
|
REQUIREMENTS = ['pyhomematic==0.1.38']
|
||||||
DOMAIN = 'homematic'
|
DOMAIN = 'homematic'
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -732,7 +732,7 @@ pyhik==0.1.4
|
||||||
pyhiveapi==0.2.11
|
pyhiveapi==0.2.11
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.37
|
pyhomematic==0.1.38
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.1.0
|
pyhydroquebec==2.1.0
|
||||||
|
|
Loading…
Reference in New Issue