Update pyhomematic to 0.1.43 (#14583)
* Update __init__.py * Update requirements_all.txtpull/14584/head
parent
0d9b3bea10
commit
118c49ecaa
|
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.helpers.entity import Entity
|
||||
from homeassistant.loader import bind_hass
|
||||
|
||||
REQUIREMENTS = ['pyhomematic==0.1.42']
|
||||
REQUIREMENTS = ['pyhomematic==0.1.43']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -805,7 +805,7 @@ pyhik==0.1.8
|
|||
pyhiveapi==0.2.14
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.42
|
||||
pyhomematic==0.1.43
|
||||
|
||||
# homeassistant.components.sensor.hydroquebec
|
||||
pyhydroquebec==2.2.2
|
||||
|
|
Loading…
Reference in New Issue