mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
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:
parent
40292a154d
commit
0abe7514b9
@ -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"]
|
||||||
}
|
}
|
||||||
|
10
homeassistant/generated/bluetooth.py
generated
10
homeassistant/generated/bluetooth.py
generated
@ -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
2
requirements_all.txt
generated
@ -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
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user