Add integration_type for some integrations (#81499)
This commit is contained in:
parent
e7a616b8ff
commit
bc146a09db
14 changed files with 35 additions and 22 deletions
|
@ -6,5 +6,6 @@
|
|||
"codeowners": ["@tkdrob"],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["deluge_client"]
|
||||
"loggers": ["deluge_client"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["nextcord==2.0.0a8"],
|
||||
"codeowners": ["@tkdrob"],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["discord"]
|
||||
"loggers": ["discord"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["pyefergy==22.1.1"],
|
||||
"codeowners": ["@tkdrob"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["iso4217", "pyefergy"]
|
||||
"loggers": ["iso4217", "pyefergy"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
"codeowners": ["@tkdrob"],
|
||||
"quality_scale": "silver",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["goalzero"]
|
||||
"loggers": ["goalzero"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/google_sheets/",
|
||||
"requirements": ["gspread==5.5.0"],
|
||||
"codeowners": ["@tkdrob"],
|
||||
"iot_class": "cloud_polling"
|
||||
"iot_class": "cloud_polling",
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"codeowners": ["@tkdrob"],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aiopyarr"]
|
||||
"loggers": ["aiopyarr"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"codeowners": ["@natekspencer", "@tkdrob"],
|
||||
"dhcp": [{ "hostname": "litter-robot4" }],
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["pylitterbot"]
|
||||
"loggers": ["pylitterbot"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
"dependencies": ["usb"],
|
||||
"iot_class": "local_polling",
|
||||
"usb": [{ "vid": "0572", "pid": "1340" }],
|
||||
"loggers": ["phone_modem"]
|
||||
"loggers": ["phone_modem"],
|
||||
"integration_type": "device"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"codeowners": ["@tkdrob"],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["notifications_android_tv"]
|
||||
"loggers": ["notifications_android_tv"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"codeowners": ["@tkdrob"],
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aiopyarr"]
|
||||
"loggers": ["aiopyarr"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
"dependencies": ["ffmpeg"],
|
||||
"codeowners": ["@tkdrob"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["aioskybell"]
|
||||
"loggers": ["aioskybell"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"requirements": ["steamodd==4.21"],
|
||||
"codeowners": ["@tkdrob"],
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["steam"]
|
||||
"loggers": ["steam"],
|
||||
"integration_type": "service"
|
||||
}
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
"config_flow": true,
|
||||
"codeowners": ["@ludeeus", "@tkdrob"],
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pytautulli"]
|
||||
"loggers": ["pytautulli"],
|
||||
"integration_type": "hub"
|
||||
}
|
||||
|
|
|
@ -947,7 +947,7 @@
|
|||
},
|
||||
"deluge": {
|
||||
"name": "Deluge",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -1046,7 +1046,7 @@
|
|||
},
|
||||
"discord": {
|
||||
"name": "Discord",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push"
|
||||
},
|
||||
|
@ -1906,7 +1906,7 @@
|
|||
},
|
||||
"goalzero": {
|
||||
"name": "Goal Zero Yeti",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -1951,7 +1951,7 @@
|
|||
"name": "Google Pub/Sub"
|
||||
},
|
||||
"google_sheets": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Google Sheets"
|
||||
|
@ -2761,7 +2761,7 @@
|
|||
},
|
||||
"lidarr": {
|
||||
"name": "Lidarr",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -3233,7 +3233,7 @@
|
|||
},
|
||||
"modem_callerid": {
|
||||
"name": "Phone Modem",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -3480,7 +3480,7 @@
|
|||
},
|
||||
"nfandroidtv": {
|
||||
"name": "Notifications for Android TV / Fire TV",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
@ -4211,7 +4211,7 @@
|
|||
},
|
||||
"radarr": {
|
||||
"name": "Radarr",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
@ -5038,7 +5038,7 @@
|
|||
},
|
||||
"steam_online": {
|
||||
"name": "Steam",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue