hass-core/homeassistant/components/kef/manifest.json
2022-01-28 13:37:53 -08:00

9 lines
265 B
JSON

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