mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update pyhomematic to 0.1.74 (#54613)
This commit is contained in:
parent
87e7a8fb5f
commit
675441142d
@ -62,6 +62,7 @@ HM_DEVICE_TYPES = {
|
||||
"IPWIODevice",
|
||||
"IPSwitchBattery",
|
||||
"IPMultiIOPCB",
|
||||
"IPGarageSwitch",
|
||||
],
|
||||
DISCOVER_LIGHTS: [
|
||||
"Dimmer",
|
||||
@ -125,6 +126,7 @@ HM_DEVICE_TYPES = {
|
||||
"TempModuleSTE2",
|
||||
"IPMultiIOPCB",
|
||||
"ValveBoxW",
|
||||
"CO2SensorIP",
|
||||
],
|
||||
DISCOVER_CLIMATE: [
|
||||
"Thermostat",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "homematic",
|
||||
"name": "Homematic",
|
||||
"documentation": "https://www.home-assistant.io/integrations/homematic",
|
||||
"requirements": ["pyhomematic==0.1.73"],
|
||||
"requirements": ["pyhomematic==0.1.74"],
|
||||
"codeowners": ["@pvizeli", "@danielperna84"],
|
||||
"iot_class": "local_push"
|
||||
}
|
||||
|
@ -3,7 +3,9 @@ import logging
|
||||
|
||||
from homeassistant.components.sensor import SensorEntity
|
||||
from homeassistant.const import (
|
||||
CONCENTRATION_PARTS_PER_MILLION,
|
||||
DEGREE,
|
||||
DEVICE_CLASS_CO2,
|
||||
DEVICE_CLASS_HUMIDITY,
|
||||
DEVICE_CLASS_ILLUMINANCE,
|
||||
DEVICE_CLASS_POWER,
|
||||
@ -72,6 +74,7 @@ HM_UNIT_HA_CAST = {
|
||||
"VALVE_STATE": PERCENTAGE,
|
||||
"CARRIER_SENSE_LEVEL": PERCENTAGE,
|
||||
"DUTY_CYCLE_LEVEL": PERCENTAGE,
|
||||
"CONCENTRATION": CONCENTRATION_PARTS_PER_MILLION,
|
||||
}
|
||||
|
||||
HM_DEVICE_CLASS_HA_CAST = {
|
||||
@ -85,6 +88,7 @@ HM_DEVICE_CLASS_HA_CAST = {
|
||||
"HIGHEST_ILLUMINATION": DEVICE_CLASS_ILLUMINANCE,
|
||||
"POWER": DEVICE_CLASS_POWER,
|
||||
"CURRENT": DEVICE_CLASS_POWER,
|
||||
"CONCENTRATION": DEVICE_CLASS_CO2,
|
||||
}
|
||||
|
||||
HM_ICON_HA_CAST = {"WIND_SPEED": "mdi:weather-windy", "BRIGHTNESS": "mdi:invert-colors"}
|
||||
|
@ -1487,7 +1487,7 @@ pyhik==0.2.8
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.73
|
||||
pyhomematic==0.1.74
|
||||
|
||||
# homeassistant.components.homeworks
|
||||
pyhomeworks==0.0.6
|
||||
|
@ -839,7 +839,7 @@ pyheos==0.7.2
|
||||
pyhiveapi==0.4.2
|
||||
|
||||
# homeassistant.components.homematic
|
||||
pyhomematic==0.1.73
|
||||
pyhomematic==0.1.74
|
||||
|
||||
# homeassistant.components.ialarm
|
||||
pyialarm==1.9.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user