1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 13:56:28 +00:00
Files
core/homeassistant/components/kef/manifest.json
2023-12-25 09:18:06 -10:00

10 lines
265 B
JSON

{
"domain": "kef",
"name": "KEF",
"codeowners": ["@basnijholt"],
"documentation": "https://www.home-assistant.io/integrations/kef",
"iot_class": "local_polling",
"loggers": ["aiokef", "tenacity"],
"requirements": ["aiokef==0.2.16", "getmac==0.9.4"]
}