Bump inkbird-ble to 0.8.0 (#140244)

Adds support for the ITH-21-B and ITH-13-B models
This commit is contained in:
J. Nick Koston 2025-03-09 22:15:41 -10:00 committed by GitHub
parent 40292a154d
commit 0abe7514b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 3 deletions

View File

@ -21,6 +21,14 @@
{ {
"local_name": "tps", "local_name": "tps",
"connectable": false "connectable": false
},
{
"local_name": "ITH-13-B",
"connectable": false
},
{
"local_name": "ITH-21-B",
"connectable": false
} }
], ],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
@ -28,5 +36,5 @@
"dependencies": ["bluetooth_adapters"], "dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/inkbird", "documentation": "https://www.home-assistant.io/integrations/inkbird",
"iot_class": "local_push", "iot_class": "local_push",
"requirements": ["inkbird-ble==0.7.1"] "requirements": ["inkbird-ble==0.8.0"]
} }

View File

@ -356,6 +356,16 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
"domain": "inkbird", "domain": "inkbird",
"local_name": "tps", "local_name": "tps",
}, },
{
"connectable": False,
"domain": "inkbird",
"local_name": "ITH-13-B",
},
{
"connectable": False,
"domain": "inkbird",
"local_name": "ITH-21-B",
},
{ {
"connectable": True, "connectable": True,
"domain": "iron_os", "domain": "iron_os",

2
requirements_all.txt generated
View File

@ -1226,7 +1226,7 @@ influxdb-client==1.24.0
influxdb==5.3.1 influxdb==5.3.1
# homeassistant.components.inkbird # homeassistant.components.inkbird
inkbird-ble==0.7.1 inkbird-ble==0.8.0
# homeassistant.components.insteon # homeassistant.components.insteon
insteon-frontend-home-assistant==0.5.0 insteon-frontend-home-assistant==0.5.0

View File

@ -1040,7 +1040,7 @@ influxdb-client==1.24.0
influxdb==5.3.1 influxdb==5.3.1
# homeassistant.components.inkbird # homeassistant.components.inkbird
inkbird-ble==0.7.1 inkbird-ble==0.8.0
# homeassistant.components.insteon # homeassistant.components.insteon
insteon-frontend-home-assistant==0.5.0 insteon-frontend-home-assistant==0.5.0