1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/kulersky/manifest.json
Emily Love Watson d44d07ffcf Kulersky refactor to new Bluetooth subsystem (#142309)
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-04-14 15:38:34 +02:00

17 lines
424 B
JSON

{
"domain": "kulersky",
"name": "Kuler Sky",
"bluetooth": [
{
"service_uuid": "8d96a001-0002-64c2-0001-9acc4838521c"
}
],
"codeowners": ["@emlove"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/kulersky",
"iot_class": "local_polling",
"loggers": ["bleak", "pykulersky"],
"requirements": ["pykulersky==0.5.8"]
}