mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Update pyhomematic to 0.1.40 (#13354)
* Update __init__.py * Update requirements_all.txt
This commit is contained in:
parent
5c4529d044
commit
05c9c57500
@ -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.39']
|
REQUIREMENTS = ['pyhomematic==0.1.40']
|
||||||
DOMAIN = 'homematic'
|
DOMAIN = 'homematic'
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -752,7 +752,7 @@ pyhik==0.1.8
|
|||||||
pyhiveapi==0.2.11
|
pyhiveapi==0.2.11
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.39
|
pyhomematic==0.1.40
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.1.0
|
pyhydroquebec==2.1.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user