hass-core/homeassistant/generated/bluetooth.py
J. Nick Koston 8d63f81821
Add bluetooth discovery to HomeKit Controller (#75333)
Co-authored-by: Jc2k <john.carr@unrouted.co.uk>
2022-07-17 08:19:05 -05:00

19 lines
411 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]] = [
{
"domain": "homekit_controller",
"manufacturer_id": 76,
"manufacturer_data_first_byte": 6
},
{
"domain": "switchbot",
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
}
]