Bump zha-quirks to 0.0.110 (#109161)
* Bump zha-quirks to 0.0.110 * Reflect removal of `IasWd` cluster for Heiman sensor in testspull/109168/head^2
parent
d4c91bd0b7
commit
0b09ffbcde
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue