mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Update pyhomematic 0.1.54 + small fixes (#19667)
* Update pyhomematic + small fix * Add casting for ILLUMINATION * Revert suggested fix
This commit is contained in:
parent
5aa2bd81cf
commit
4244ea78d0
@ -19,7 +19,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.53']
|
REQUIREMENTS = ['pyhomematic==0.1.54']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ HM_DEVICE_TYPES = {
|
|||||||
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
'IPWeatherSensor', 'RotaryHandleSensorIP', 'IPPassageSensor',
|
||||||
'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus',
|
'IPKeySwitchPowermeter', 'IPThermostatWall230V', 'IPWeatherSensorPlus',
|
||||||
'IPWeatherSensorBasic', 'IPBrightnessSensor', 'IPGarage',
|
'IPWeatherSensorBasic', 'IPBrightnessSensor', 'IPGarage',
|
||||||
'UniversalSensor'],
|
'UniversalSensor', 'MotionIPV2'],
|
||||||
DISCOVER_CLIMATE: [
|
DISCOVER_CLIMATE: [
|
||||||
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
'Thermostat', 'ThermostatWall', 'MAXThermostat', 'ThermostatWall2',
|
||||||
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
'MAXWallThermostat', 'IPThermostat', 'IPThermostatWall',
|
||||||
@ -89,7 +89,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', 'IPWeatherSensorPlus'],
|
'SmartwareMotion', 'IPWeatherSensorPlus', 'MotionIPV2'],
|
||||||
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
DISCOVER_COVER: ['Blind', 'KeyBlind', 'IPKeyBlind', 'IPKeyBlindTilt'],
|
||||||
DISCOVER_LOCKS: ['KeyMatic']
|
DISCOVER_LOCKS: ['KeyMatic']
|
||||||
}
|
}
|
||||||
|
@ -48,6 +48,7 @@ HM_UNIT_HA_CAST = {
|
|||||||
'GAS_POWER': 'm3',
|
'GAS_POWER': 'm3',
|
||||||
'GAS_ENERGY_COUNTER': 'm3',
|
'GAS_ENERGY_COUNTER': 'm3',
|
||||||
'LUX': 'lx',
|
'LUX': 'lx',
|
||||||
|
'ILLUMINATION': 'lx',
|
||||||
'CURRENT_ILLUMINATION': 'lx',
|
'CURRENT_ILLUMINATION': 'lx',
|
||||||
'AVERAGE_ILLUMINATION': 'lx',
|
'AVERAGE_ILLUMINATION': 'lx',
|
||||||
'LOWEST_ILLUMINATION': 'lx',
|
'LOWEST_ILLUMINATION': 'lx',
|
||||||
|
@ -1022,7 +1022,7 @@ pyhik==0.1.9
|
|||||||
pyhiveapi==0.2.14
|
pyhiveapi==0.2.14
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.53
|
pyhomematic==0.1.54
|
||||||
|
|
||||||
# homeassistant.components.homeworks
|
# homeassistant.components.homeworks
|
||||||
pyhomeworks==0.0.6
|
pyhomeworks==0.0.6
|
||||||
|
@ -175,7 +175,7 @@ pydeconz==47
|
|||||||
pydispatcher==2.0.5
|
pydispatcher==2.0.5
|
||||||
|
|
||||||
# homeassistant.components.homematic
|
# homeassistant.components.homematic
|
||||||
pyhomematic==0.1.53
|
pyhomematic==0.1.54
|
||||||
|
|
||||||
# homeassistant.components.litejet
|
# homeassistant.components.litejet
|
||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user