Fix inkbird ibbq2s that identify with xbbq (#76492)

pull/76567/head
J. Nick Koston 2022-08-09 04:49:17 -10:00 committed by GitHub
parent 891158f332
commit 6bae03c14b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -7,9 +7,10 @@
{ "local_name": "sps" },
{ "local_name": "Inkbird*" },
{ "local_name": "iBBQ*" },
{ "local_name": "xBBQ*" },
{ "local_name": "tps" }
],
"requirements": ["inkbird-ble==0.5.1"],
"requirements": ["inkbird-ble==0.5.2"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"

View File

@ -75,6 +75,10 @@ BLUETOOTH: list[dict[str, str | int | list[int]]] = [
"domain": "inkbird",
"local_name": "iBBQ*"
},
{
"domain": "inkbird",
"local_name": "xBBQ*"
},
{
"domain": "inkbird",
"local_name": "tps"

View File

@ -902,7 +902,7 @@ influxdb-client==1.24.0
influxdb==5.3.1
# homeassistant.components.inkbird
inkbird-ble==0.5.1
inkbird-ble==0.5.2
# homeassistant.components.insteon
insteon-frontend-home-assistant==0.2.0

View File

@ -655,7 +655,7 @@ influxdb-client==1.24.0
influxdb==5.3.1
# homeassistant.components.inkbird
inkbird-ble==0.5.1
inkbird-ble==0.5.2
# homeassistant.components.insteon
insteon-frontend-home-assistant==0.2.0