mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update pyhomematic to 0.1.58 (#21989)
This commit is contained in:
parent
c15f433c3e
commit
0162e2abe5
@ -14,7 +14,7 @@ from homeassistant.helpers import discovery
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.57']
|
REQUIREMENTS = ['pyhomematic==0.1.58']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ HM_DEVICE_TYPES = {
|
|||||||
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
||||||
'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor',
|
'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor',
|
||||||
'SmartwareMotion', 'IPWeatherSensorPlus', 'MotionIPV2', 'WaterIP',
|
'SmartwareMotion', 'IPWeatherSensorPlus', 'MotionIPV2', 'WaterIP',
|
||||||
'IPMultiIO', 'TiltIP'],
|
'IPMultiIO', 'TiltIP', 'IPShutterContactSabotage'],
|
||||||
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
||||||
DISCOVER_LOCKS: ['KeyMatic']
|
DISCOVER_LOCKS: ['KeyMatic']
|
||||||
}
|
}
|
||||||
|
@ -1083,7 +1083,7 @@ pyhik==0.2.2
|
|||||||
pyhiveapi==0.2.17
|
pyhiveapi==0.2.17
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.57
|
pyhomematic==0.1.58
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -203,7 +203,7 @@ pydeconz==52
|
|||||||
pydispatcher==2.0.5
|
pydispatcher==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.57
|
pyhomematic==0.1.58
|
||||||
|
|
||||||
# homeassistant.components.litejet
|
# homeassistant.components.litejet
|
||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user