mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Bump zha-quirks to 0.0.110 (#109161)
* Bump zha-quirks to 0.0.110 * Reflect removal of `IasWd` cluster for Heiman sensor in tests
This commit is contained in:
parent
d4c91bd0b7
commit
0b09ffbcde
@ -24,7 +24,7 @@
|
|||||||
"bellows==0.37.6",
|
"bellows==0.37.6",
|
||||||
"pyserial==3.5",
|
"pyserial==3.5",
|
||||||
"pyserial-asyncio==0.6",
|
"pyserial-asyncio==0.6",
|
||||||
"zha-quirks==0.0.109",
|
"zha-quirks==0.0.110",
|
||||||
"zigpy-deconz==0.22.4",
|
"zigpy-deconz==0.22.4",
|
||||||
"zigpy==0.60.7",
|
"zigpy==0.60.7",
|
||||||
"zigpy-xbee==0.20.1",
|
"zigpy-xbee==0.20.1",
|
||||||
|
@ -2906,7 +2906,7 @@ zeroconf==0.131.0
|
|||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.109
|
zha-quirks==0.0.110
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong-hong-hvac==1.0.9
|
zhong-hong-hvac==1.0.9
|
||||||
|
@ -2223,7 +2223,7 @@ zeroconf==0.131.0
|
|||||||
zeversolar==0.3.1
|
zeversolar==0.3.1
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha-quirks==0.0.109
|
zha-quirks==0.0.110
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zigpy-deconz==0.22.4
|
zigpy-deconz==0.22.4
|
||||||
|
@ -798,31 +798,6 @@ DEVICES = [
|
|||||||
DEV_SIG_ENT_MAP_CLASS: "LQISensor",
|
DEV_SIG_ENT_MAP_CLASS: "LQISensor",
|
||||||
DEV_SIG_ENT_MAP_ID: "sensor.heiman_smokesensor_em_lqi",
|
DEV_SIG_ENT_MAP_ID: "sensor.heiman_smokesensor_em_lqi",
|
||||||
},
|
},
|
||||||
("select", "00:11:22:33:44:55:66:77-1-1282-WarningMode"): {
|
|
||||||
DEV_SIG_CLUSTER_HANDLERS: ["ias_wd"],
|
|
||||||
DEV_SIG_ENT_MAP_CLASS: "ZHADefaultToneSelectEntity",
|
|
||||||
DEV_SIG_ENT_MAP_ID: "select.heiman_smokesensor_em_default_siren_tone",
|
|
||||||
},
|
|
||||||
("select", "00:11:22:33:44:55:66:77-1-1282-SirenLevel"): {
|
|
||||||
DEV_SIG_CLUSTER_HANDLERS: ["ias_wd"],
|
|
||||||
DEV_SIG_ENT_MAP_CLASS: "ZHADefaultSirenLevelSelectEntity",
|
|
||||||
DEV_SIG_ENT_MAP_ID: "select.heiman_smokesensor_em_default_siren_level",
|
|
||||||
},
|
|
||||||
("select", "00:11:22:33:44:55:66:77-1-1282-StrobeLevel"): {
|
|
||||||
DEV_SIG_CLUSTER_HANDLERS: ["ias_wd"],
|
|
||||||
DEV_SIG_ENT_MAP_CLASS: "ZHADefaultStrobeLevelSelectEntity",
|
|
||||||
DEV_SIG_ENT_MAP_ID: "select.heiman_smokesensor_em_default_strobe_level",
|
|
||||||
},
|
|
||||||
("select", "00:11:22:33:44:55:66:77-1-1282-Strobe"): {
|
|
||||||
DEV_SIG_CLUSTER_HANDLERS: ["ias_wd"],
|
|
||||||
DEV_SIG_ENT_MAP_CLASS: "ZHADefaultStrobeSelectEntity",
|
|
||||||
DEV_SIG_ENT_MAP_ID: "select.heiman_smokesensor_em_default_strobe",
|
|
||||||
},
|
|
||||||
("siren", "00:11:22:33:44:55:66:77-1-1282"): {
|
|
||||||
DEV_SIG_CLUSTER_HANDLERS: ["ias_wd"],
|
|
||||||
DEV_SIG_ENT_MAP_CLASS: "ZHASiren",
|
|
||||||
DEV_SIG_ENT_MAP_ID: "siren.heiman_smokesensor_em_siren",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user