Fix incorrect mapping of sensitive mode on oralb 4000 series (#83031)
parent
5147beb475
commit
88072512d8
|
@ -8,7 +8,7 @@
|
|||
"manufacturer_id": 220
|
||||
}
|
||||
],
|
||||
"requirements": ["oralb-ble==0.14.2"],
|
||||
"requirements": ["oralb-ble==0.14.3"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -1261,7 +1261,7 @@ openwrt-luci-rpc==1.1.11
|
|||
openwrt-ubus-rpc==0.0.2
|
||||
|
||||
# homeassistant.components.oralb
|
||||
oralb-ble==0.14.2
|
||||
oralb-ble==0.14.3
|
||||
|
||||
# homeassistant.components.oru
|
||||
oru==0.1.11
|
||||
|
|
|
@ -906,7 +906,7 @@ open-meteo==0.2.1
|
|||
openerz-api==0.1.0
|
||||
|
||||
# homeassistant.components.oralb
|
||||
oralb-ble==0.14.2
|
||||
oralb-ble==0.14.3
|
||||
|
||||
# homeassistant.components.ovo_energy
|
||||
ovoenergy==1.2.0
|
||||
|
|
Loading…
Reference in New Issue