* Initial xiaomi_ble integration * black * Update homeassistant/components/xiaomi_ble/config_flow.py Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Update homeassistant/components/xiaomi_ble/config_flow.py Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Apply suggestions from code review Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Update tests/components/xiaomi_ble/test_config_flow.py Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Update homeassistant/components/xiaomi_ble/sensor.py Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Update tests/components/xiaomi_ble/test_config_flow.py Co-authored-by: Ernst Klamer <e.klamer@gmail.com> * Remove debug code * Need 'proper' MAC when running tests on linux * Need to use proper MAC so validation passes * Add tests for already_in_progress and already_configured * copy test, add session fixture * fix test Co-authored-by: Ernst Klamer <e.klamer@gmail.com> Co-authored-by: J. Nick Koston <nick@koston.org>
45 lines
918 B
Python
45 lines
918 B
Python
"""Automatically generated by hassfest.
|
|
|
|
To update, run python3 -m script.hassfest
|
|
"""
|
|
from __future__ import annotations
|
|
|
|
# fmt: off
|
|
|
|
BLUETOOTH: list[dict[str, str | int | list[int]]] = [
|
|
{
|
|
"domain": "homekit_controller",
|
|
"manufacturer_id": 76,
|
|
"manufacturer_data_start": [
|
|
6
|
|
]
|
|
},
|
|
{
|
|
"domain": "inkbird",
|
|
"local_name": "sps"
|
|
},
|
|
{
|
|
"domain": "inkbird",
|
|
"local_name": "Inkbird*"
|
|
},
|
|
{
|
|
"domain": "inkbird",
|
|
"local_name": "iBBQ*"
|
|
},
|
|
{
|
|
"domain": "inkbird",
|
|
"local_name": "tps"
|
|
},
|
|
{
|
|
"domain": "sensorpush",
|
|
"local_name": "SensorPush*"
|
|
},
|
|
{
|
|
"domain": "switchbot",
|
|
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
|
|
},
|
|
{
|
|
"domain": "xiaomi_ble",
|
|
"service_uuid": "0000fe95-0000-1000-8000-00805f9b34fb"
|
|
}
|
|
]
|