Initial commit

This commit is contained in:
2022-10-10 22:41:15 +02:00
commit 926e652f67
12 changed files with 779 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"domain": "plejd",
"name": "plejd",
"dependencies": ["bluetooth"],
"codeowners": [],
"requirements": [],
"config_flow": true,
"version": "0.0.1",
"iot_class": "local_push",
"bluetooth": [
{
"service_uuid": "31ba0001-6085-4726-be45-040c957391b5",
"connectable": true
}
]
}