mirror of https://github.com/home-assistant/core
12 lines
371 B
JSON
12 lines
371 B
JSON
{
|
|
"domain": "nfandroidtv",
|
|
"name": "Notifications for Android TV / Fire TV",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/nfandroidtv",
|
|
"integration_type": "service",
|
|
"iot_class": "local_push",
|
|
"loggers": ["notifications_android_tv"],
|
|
"requirements": ["notifications-android-tv==0.1.5"]
|
|
}
|