mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Bump zha-quirks to 0.0.107 (#104683)
This commit is contained in:
parent
5dc64dd6b9
commit
2663a4d617
@ -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",
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user