mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Update pyhomematic to 0.1.48 (#16588)
This commit is contained in:
parent
cb542a90eb
commit
d0aeb90c22
@ -20,7 +20,7 @@ import homeassistant.helpers.config_validation as cv
|
|||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
from homeassistant.loader import bind_hass
|
from homeassistant.loader import bind_hass
|
||||||
|
|
||||||
REQUIREMENTS = ['pyhomematic==0.1.47']
|
REQUIREMENTS = ['pyhomematic==0.1.48']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -77,7 +77,8 @@ HM_DEVICE_TYPES = {
|
|||||||
'FillingLevel', 'ValveDrive', 'EcoLogic', 'IPThermostatWall',
|
'FillingLevel', 'ValveDrive', 'EcoLogic', 'IPThermostatWall',
|
||||||
'IPSmoke', 'RFSiren', 'PresenceIP', 'IPAreaThermostat',
|
'IPSmoke', 'RFSiren', 'PresenceIP', 'IPAreaThermostat',
|
||||||
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
||||||
'IPKeySwitchPowermeter', 'IPThermostatWall230V'],
|
'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus',
|
||||||
|
'IPWeatherSensorBasic'],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
||||||
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
||||||
@ -87,7 +88,7 @@ HM_DEVICE_TYPES = {
|
|||||||
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
'MotionIP', 'RemoteMotion', 'WeatherSensor', 'TiltSensor',
|
||||||
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
'IPShutterContact', 'HMWIOSwitch', 'MaxShutterContact', 'Rain',
|
||||||
'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor',
|
'WiredSensor', 'PresenceIP', 'IPWeatherSensor', 'IPPassageSensor',
|
||||||
'SmartwareMotion'],
|
'SmartwareMotion', 'IPWeatherSensorPlus'],
|
||||||
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
||||||
DISCOVER_LOCKS: ['KeyMatic']
|
DISCOVER_LOCKS: ['KeyMatic']
|
||||||
}
|
}
|
||||||
|
@ -895,7 +895,7 @@ pyhik==0.1.8
|
|||||||
pyhiveapi==0.2.14
|
pyhiveapi==0.2.14
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.47
|
pyhomematic==0.1.48
|
||||||
|
|
||||||
# homeassistant.components.sensor.hydroquebec
|
# homeassistant.components.sensor.hydroquebec
|
||||||
pyhydroquebec==2.2.2
|
pyhydroquebec==2.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user