Update pyhomematic to 0.1.42 (#14095)
* Updated pyhomematic to 0.1.42 * Updated pyhomematic to 0.1.42pull/14083/merge
parent
d7f7735490
commit
47e143d5a1
|
@ -20,7 +20,7 @@ from homeassistant.helpers.entity import Entity
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.loader import bind_hass
|
||||
|
||||
REQUIREMENTS = ['pyhomematic==0.1.41']
|
||||
REQUIREMENTS = ['pyhomematic==0.1.42']
|
||||
DOMAIN = 'homematic'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -790,7 +790,7 @@ pyhik==0.1.8
|
|||
pyhiveapi==0.2.14
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.41
|
||||
pyhomematic==0.1.42
|
||||
|
||||
# homeassistant.components.sensor.hydroquebec
|
||||
pyhydroquebec==2.2.2
|
||||
|
|
Loading…
Reference in New Issue