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
pull/109168/head^2
TheJulianJES 2024-01-30 22:39:59 +01:00 committed by GitHub
parent d4c91bd0b7
commit 0b09ffbcde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 28 deletions

View File

@ -24,7 +24,7 @@
"bellows==0.37.6",
"pyserial==3.5",
"pyserial-asyncio==0.6",
"zha-quirks==0.0.109",
"zha-quirks==0.0.110",
"zigpy-deconz==0.22.4",
"zigpy==0.60.7",
"zigpy-xbee==0.20.1",

View File

@ -2906,7 +2906,7 @@ zeroconf==0.131.0
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.109
zha-quirks==0.0.110
# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.9

View File

@ -2223,7 +2223,7 @@ zeroconf==0.131.0
zeversolar==0.3.1
# homeassistant.components.zha
zha-quirks==0.0.109
zha-quirks==0.0.110
# homeassistant.components.zha
zigpy-deconz==0.22.4

View File

@ -798,31 +798,6 @@ DEVICES = [
DEV_SIG_ENT_MAP_CLASS: "LQISensor",
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",
},
},
},
{