mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Update pyhomematic to 0.1.41 (#13814)
* Update requirements_all.txt * Update __init__.py
This commit is contained in:
parent
16a1a4e0b1
commit
b2695e498d
@ -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.40']
|
||||
REQUIREMENTS = ['pyhomematic==0.1.41']
|
||||
DOMAIN = 'homematic'
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -777,7 +777,7 @@ pyhik==0.1.8
|
||||
pyhiveapi==0.2.11
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.40
|
||||
pyhomematic==0.1.41
|
||||
|
||||
# homeassistant.components.sensor.hydroquebec
|
||||
pyhydroquebec==2.2.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user