mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Update pyhomematic (#21600)
This commit is contained in:
parent
45316f6ed6
commit
b8eebda541
@ -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.56']
|
REQUIREMENTS = ['pyhomematic==0.1.57']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -74,11 +74,11 @@ HM_DEVICE_TYPES = {
|
|||||||
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
||||||
'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus',
|
'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus',
|
||||||
'IPWeatherSensorBasic', 'IPBrightnessSensor', 'IPGarage',
|
'IPWeatherSensorBasic', 'IPBrightnessSensor', 'IPGarage',
|
||||||
'UniversalSensor', 'MotionIPV2', 'IPMultiIO'],
|
'UniversalSensor', 'MotionIPV2', 'IPMultiIO', 'IPThermostatWall2'],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
||||||
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
||||||
'ThermostatGroup', 'IPThermostatWall230V'],
|
'ThermostatGroup', 'IPThermostatWall230V', 'IPThermostatWall2'],
|
||||||
DISCOVER_BINARY_SENSORS: [
|
DISCOVER_BINARY_SENSORS: [
|
||||||
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
'ShutterContact', 'Smoke', 'SmokeV2', 'Motion', 'MotionV2',
|
||||||
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||||
@ -98,7 +98,8 @@ HM_IGNORE_DISCOVERY_NODE = [
|
|||||||
HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
|
HM_IGNORE_DISCOVERY_NODE_EXCEPTIONS = {
|
||||||
'ACTUAL_TEMPERATURE': [
|
'ACTUAL_TEMPERATURE': [
|
||||||
'IPAreaThermostat', 'IPWeatherSensor',
|
'IPAreaThermostat', 'IPWeatherSensor',
|
||||||
'IPWeatherSensorPlus', 'IPWeatherSensorBasic'],
|
'IPWeatherSensorPlus', 'IPWeatherSensorBasic',
|
||||||
|
'IPThermostatWall', 'IPThermostatWall2'],
|
||||||
}
|
}
|
||||||
|
|
||||||
HM_ATTRIBUTE_SUPPORT = {
|
HM_ATTRIBUTE_SUPPORT = {
|
||||||
|
@ -1068,7 +1068,7 @@ pyhik==0.2.2
|
|||||||
pyhiveapi==0.2.17
|
pyhiveapi==0.2.17
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.56
|
pyhomematic==0.1.57
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -197,7 +197,7 @@ pydeconz==52
|
|||||||
pydispatcher==2.0.5
|
pydispatcher==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.56
|
pyhomematic==0.1.57
|
||||||
|
|
||||||
# homeassistant.components.litejet
|
# homeassistant.components.litejet
|
||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user