mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 03:37:07 +00:00
Fix HomeMatic variables (#15417)
* Update __init__.py * Update requirements_all.txt
This commit is contained in:
parent
534233388c
commit
4c6394b307
@ -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.44']
|
||||
REQUIREMENTS = ['pyhomematic==0.1.45']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -847,7 +847,7 @@ pyhik==0.1.8
|
||||
pyhiveapi==0.2.14
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.44
|
||||
pyhomematic==0.1.45
|
||||
|
||||
# homeassistant.components.sensor.hydroquebec
|
||||
pyhydroquebec==2.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user