Bump zha-quirks to 0.0.107 (#104683)

This commit is contained in:
TheJulianJES 2023-11-29 09:19:02 +01:00 committed by GitHub
parent 5dc64dd6b9
commit 2663a4d617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 3 deletions

View File

@ -24,7 +24,7 @@
"bellows==0.36.8",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.106",
"zha-quirks==0.0.107",
"zigpy-deconz==0.21.1",
"zigpy==0.59.0",
"zigpy-xbee==0.19.0",

View File

@ -2819,7 +2819,7 @@ zeroconf==0.127.0
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.106
zha-quirks==0.0.107
# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.9

View File

@ -2114,7 +2114,7 @@ zeroconf==0.127.0
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.106
zha-quirks==0.0.107
# homeassistant.components.zha
zigpy-deconz==0.21.1

View File

@ -2178,6 +2178,16 @@ DEVICES = [
DEV_SIG_ENT_MAP_CLASS: "ElectricalMeasurementPowerFactor",
DEV_SIG_ENT_MAP_ID: "sensor.lumi_lumi_relay_c2acn01_power_factor",
},
("sensor", "00:11:22:33:44:55:66:77-1-1794-summation_delivered"): {
DEV_SIG_CLUSTER_HANDLERS: ["smartenergy_metering"],
DEV_SIG_ENT_MAP_CLASS: "SmartEnergySummation",
DEV_SIG_ENT_MAP_ID: "sensor.lumi_lumi_relay_c2acn01_summation_delivered",
},
("sensor", "00:11:22:33:44:55:66:77-1-1794"): {
DEV_SIG_CLUSTER_HANDLERS: ["smartenergy_metering"],
DEV_SIG_ENT_MAP_CLASS: "SmartEnergyMetering",
DEV_SIG_ENT_MAP_ID: "sensor.lumi_lumi_relay_c2acn01_instantaneous_demand",
},
("sensor", "00:11:22:33:44:55:66:77-1-0-rssi"): {
DEV_SIG_CLUSTER_HANDLERS: ["basic"],
DEV_SIG_ENT_MAP_CLASS: "RSSISensor",