mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 19:46:55 +00:00
* KEF: add support for play, pause, next track, and previous track * bump aiokef to 0.2.7 * run isort * do not dynamically change the supported features
9 lines
217 B
JSON
9 lines
217 B
JSON
{
|
|
"domain": "kef",
|
|
"name": "KEF",
|
|
"documentation": "https://www.home-assistant.io/integrations/kef",
|
|
"dependencies": [],
|
|
"codeowners": ["@basnijholt"],
|
|
"requirements": ["aiokef==0.2.7", "getmac==0.8.1"]
|
|
}
|