core/homeassistant/components/kef/manifest.json

10 lines
265 B
JSON
Raw Normal View History

{
"domain": "kef",
"name": "KEF",
"codeowners": ["@basnijholt"],
2023-02-08 19:35:25 +00:00
"documentation": "https://www.home-assistant.io/integrations/kef",
"iot_class": "local_polling",
2023-02-08 19:35:25 +00:00
"loggers": ["aiokef", "tenacity"],
2023-12-25 19:18:06 +00:00
"requirements": ["aiokef==0.2.16", "getmac==0.9.4"]
}