mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Airthings BLE: Improve supported devices (#95883)
This commit is contained in:
parent
e68832a889
commit
9a5fe9f644
@ -3,7 +3,20 @@
|
||||
"name": "Airthings BLE",
|
||||
"bluetooth": [
|
||||
{
|
||||
"manufacturer_id": 820
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e1f6e-ade7-11e4-89d3-123b93f75cba"
|
||||
},
|
||||
{
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e4a8e-ade7-11e4-89d3-123b93f75cba"
|
||||
},
|
||||
{
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e1c08-ade7-11e4-89d3-123b93f75cba"
|
||||
},
|
||||
{
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e3882-ade7-11e4-89d3-123b93f75cba"
|
||||
}
|
||||
],
|
||||
"codeowners": ["@vincegio"],
|
||||
|
@ -9,6 +9,22 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
||||
{
|
||||
"domain": "airthings_ble",
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e1f6e-ade7-11e4-89d3-123b93f75cba",
|
||||
},
|
||||
{
|
||||
"domain": "airthings_ble",
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e4a8e-ade7-11e4-89d3-123b93f75cba",
|
||||
},
|
||||
{
|
||||
"domain": "airthings_ble",
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e1c08-ade7-11e4-89d3-123b93f75cba",
|
||||
},
|
||||
{
|
||||
"domain": "airthings_ble",
|
||||
"manufacturer_id": 820,
|
||||
"service_uuid": "b42e3882-ade7-11e4-89d3-123b93f75cba",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
|
Loading…
x
Reference in New Issue
Block a user