15 lines
285 B
Python
15 lines
285 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": "switchbot",
|
||
|
"service_uuid": "cba20d00-224d-11e6-9fb8-0002a5d5c51b"
|
||
|
}
|
||
|
]
|