19 lines
558 B
JSON
19 lines
558 B
JSON
{
|
|
"domain": "alexa_media",
|
|
"name": "Alexa Media Player",
|
|
"codeowners": ["@alandtse", "@keatontaylor"],
|
|
"config_flow": true,
|
|
"dependencies": ["persistent_notification", "http"],
|
|
"documentation": "https://github.com/alandtse/alexa_media_player/wiki",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/alandtse/alexa_media_player/issues",
|
|
"loggers": ["alexapy", "authcaptureproxy"],
|
|
"requirements": [
|
|
"alexapy==1.29.25",
|
|
"packaging>=20.3",
|
|
"wrapt>=1.14.0",
|
|
"dictor>=0.1.12,<0.2"
|
|
],
|
|
"version": "5.15.6"
|
|
}
|