From 024d646526741106a156bb46c4414b0ce111515e Mon Sep 17 00:00:00 2001 From: Meow Date: Tue, 25 Jul 2023 08:33:56 +0200 Subject: [PATCH] Aligned integration manifest files (#97175) --- homeassistant/components/accuweather/manifest.json | 2 +- homeassistant/components/agent_dvr/manifest.json | 2 +- homeassistant/components/atag/manifest.json | 2 +- homeassistant/components/bluetooth_le_tracker/manifest.json | 3 +-- homeassistant/components/co2signal/manifest.json | 2 +- homeassistant/components/device_tracker/manifest.json | 1 - homeassistant/components/elv/manifest.json | 2 +- homeassistant/components/flick_electric/manifest.json | 2 +- homeassistant/components/flume/manifest.json | 2 +- homeassistant/components/fortios/manifest.json | 2 +- homeassistant/components/fully_kiosk/manifest.json | 2 +- homeassistant/components/google/manifest.json | 2 +- homeassistant/components/google_assistant_sdk/manifest.json | 2 +- homeassistant/components/google_mail/manifest.json | 2 +- homeassistant/components/google_sheets/manifest.json | 2 +- homeassistant/components/growatt_server/manifest.json | 2 +- homeassistant/components/homewizard/manifest.json | 1 - homeassistant/components/iaqualink/manifest.json | 2 +- homeassistant/components/ld2410_ble/manifest.json | 2 +- homeassistant/components/led_ble/manifest.json | 2 +- homeassistant/components/lookin/manifest.json | 2 +- homeassistant/components/nina/manifest.json | 1 - homeassistant/components/oasa_telematics/manifest.json | 2 +- homeassistant/components/ombi/manifest.json | 2 +- homeassistant/components/radio_browser/manifest.json | 2 +- homeassistant/components/smarttub/manifest.json | 1 - homeassistant/components/speedtestdotnet/manifest.json | 1 - homeassistant/components/switcher_kis/manifest.json | 2 +- homeassistant/components/system_log/manifest.json | 1 - homeassistant/components/totalconnect/manifest.json | 1 - 30 files changed, 23 insertions(+), 31 deletions(-) diff --git a/homeassistant/components/accuweather/manifest.json b/homeassistant/components/accuweather/manifest.json index 658b5d368d0..3a834261af5 100644 --- a/homeassistant/components/accuweather/manifest.json +++ b/homeassistant/components/accuweather/manifest.json @@ -3,7 +3,7 @@ "name": "AccuWeather", "codeowners": ["@bieniu"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/accuweather/", + "documentation": "https://www.home-assistant.io/integrations/accuweather", "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["accuweather"], diff --git a/homeassistant/components/agent_dvr/manifest.json b/homeassistant/components/agent_dvr/manifest.json index 0c9c829631a..9a6c528c336 100644 --- a/homeassistant/components/agent_dvr/manifest.json +++ b/homeassistant/components/agent_dvr/manifest.json @@ -3,7 +3,7 @@ "name": "Agent DVR", "codeowners": ["@ispysoftware"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/agent_dvr/", + "documentation": "https://www.home-assistant.io/integrations/agent_dvr", "iot_class": "local_polling", "loggers": ["agent"], "requirements": ["agent-py==0.0.23"] diff --git a/homeassistant/components/atag/manifest.json b/homeassistant/components/atag/manifest.json index 2a279840a9e..c45d8c42546 100644 --- a/homeassistant/components/atag/manifest.json +++ b/homeassistant/components/atag/manifest.json @@ -3,7 +3,7 @@ "name": "Atag", "codeowners": ["@MatsNL"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/atag/", + "documentation": "https://www.home-assistant.io/integrations/atag", "iot_class": "local_polling", "loggers": ["pyatag"], "requirements": ["pyatag==0.3.5.3"] diff --git a/homeassistant/components/bluetooth_le_tracker/manifest.json b/homeassistant/components/bluetooth_le_tracker/manifest.json index 9c13bcc8c94..79f885cad18 100644 --- a/homeassistant/components/bluetooth_le_tracker/manifest.json +++ b/homeassistant/components/bluetooth_le_tracker/manifest.json @@ -4,6 +4,5 @@ "codeowners": [], "dependencies": ["bluetooth_adapters"], "documentation": "https://www.home-assistant.io/integrations/bluetooth_le_tracker", - "iot_class": "local_push", - "loggers": [] + "iot_class": "local_push" } diff --git a/homeassistant/components/co2signal/manifest.json b/homeassistant/components/co2signal/manifest.json index 0c5e6f4139b..a0a3ee71a9c 100644 --- a/homeassistant/components/co2signal/manifest.json +++ b/homeassistant/components/co2signal/manifest.json @@ -3,7 +3,7 @@ "name": "Electricity Maps", "codeowners": [], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/electricity_maps", + "documentation": "https://www.home-assistant.io/integrations/co2signal", "iot_class": "cloud_polling", "loggers": ["CO2Signal"], "requirements": ["CO2Signal==0.4.2"] diff --git a/homeassistant/components/device_tracker/manifest.json b/homeassistant/components/device_tracker/manifest.json index 11c85ebf872..5fde0fc9fa1 100644 --- a/homeassistant/components/device_tracker/manifest.json +++ b/homeassistant/components/device_tracker/manifest.json @@ -1,7 +1,6 @@ { "domain": "device_tracker", "name": "Device Tracker", - "after_dependencies": [], "codeowners": ["@home-assistant/core"], "dependencies": ["zone"], "documentation": "https://www.home-assistant.io/integrations/device_tracker", diff --git a/homeassistant/components/elv/manifest.json b/homeassistant/components/elv/manifest.json index 92213f39fce..9b71595e58f 100644 --- a/homeassistant/components/elv/manifest.json +++ b/homeassistant/components/elv/manifest.json @@ -2,7 +2,7 @@ "domain": "elv", "name": "ELV PCA", "codeowners": ["@majuss"], - "documentation": "https://www.home-assistant.io/integrations/pca", + "documentation": "https://www.home-assistant.io/integrations/elv", "iot_class": "local_polling", "loggers": ["pypca"], "requirements": ["pypca==0.0.7"] diff --git a/homeassistant/components/flick_electric/manifest.json b/homeassistant/components/flick_electric/manifest.json index a7db00b8f17..0b1f2677d6a 100644 --- a/homeassistant/components/flick_electric/manifest.json +++ b/homeassistant/components/flick_electric/manifest.json @@ -3,7 +3,7 @@ "name": "Flick Electric", "codeowners": ["@ZephireNZ"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/flick_electric/", + "documentation": "https://www.home-assistant.io/integrations/flick_electric", "integration_type": "service", "iot_class": "cloud_polling", "loggers": ["pyflick"], diff --git a/homeassistant/components/flume/manifest.json b/homeassistant/components/flume/manifest.json index 17a2b0b53be..953d9791f2f 100644 --- a/homeassistant/components/flume/manifest.json +++ b/homeassistant/components/flume/manifest.json @@ -8,7 +8,7 @@ "hostname": "flume-gw-*" } ], - "documentation": "https://www.home-assistant.io/integrations/flume/", + "documentation": "https://www.home-assistant.io/integrations/flume", "iot_class": "cloud_polling", "loggers": ["pyflume"], "requirements": ["PyFlume==0.6.5"] diff --git a/homeassistant/components/fortios/manifest.json b/homeassistant/components/fortios/manifest.json index a161d48398f..93e55071178 100644 --- a/homeassistant/components/fortios/manifest.json +++ b/homeassistant/components/fortios/manifest.json @@ -2,7 +2,7 @@ "domain": "fortios", "name": "FortiOS", "codeowners": ["@kimfrellsen"], - "documentation": "https://www.home-assistant.io/integrations/fortios/", + "documentation": "https://www.home-assistant.io/integrations/fortios", "iot_class": "local_polling", "loggers": ["fortiosapi", "paramiko"], "requirements": ["fortiosapi==1.0.5"] diff --git a/homeassistant/components/fully_kiosk/manifest.json b/homeassistant/components/fully_kiosk/manifest.json index f313a117c44..dcd36671fce 100644 --- a/homeassistant/components/fully_kiosk/manifest.json +++ b/homeassistant/components/fully_kiosk/manifest.json @@ -8,7 +8,7 @@ "registered_devices": true } ], - "documentation": "https://www.home-assistant.io/integrations/fullykiosk", + "documentation": "https://www.home-assistant.io/integrations/fully_kiosk", "iot_class": "local_polling", "mqtt": ["fully/deviceInfo/+"], "requirements": ["python-fullykiosk==0.0.12"] diff --git a/homeassistant/components/google/manifest.json b/homeassistant/components/google/manifest.json index f4177e8c300..d5329598655 100644 --- a/homeassistant/components/google/manifest.json +++ b/homeassistant/components/google/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@allenporter"], "config_flow": true, "dependencies": ["application_credentials"], - "documentation": "https://www.home-assistant.io/integrations/calendar.google/", + "documentation": "https://www.home-assistant.io/integrations/calendar.google", "iot_class": "cloud_polling", "loggers": ["googleapiclient"], "requirements": ["gcal-sync==4.1.4", "oauth2client==4.1.3"] diff --git a/homeassistant/components/google_assistant_sdk/manifest.json b/homeassistant/components/google_assistant_sdk/manifest.json index 984bbdfe7c1..d52b7c18c41 100644 --- a/homeassistant/components/google_assistant_sdk/manifest.json +++ b/homeassistant/components/google_assistant_sdk/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@tronikos"], "config_flow": true, "dependencies": ["application_credentials", "http"], - "documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk/", + "documentation": "https://www.home-assistant.io/integrations/google_assistant_sdk", "integration_type": "service", "iot_class": "cloud_polling", "quality_scale": "platinum", diff --git a/homeassistant/components/google_mail/manifest.json b/homeassistant/components/google_mail/manifest.json index 1375ae45392..dfc5e279dc5 100644 --- a/homeassistant/components/google_mail/manifest.json +++ b/homeassistant/components/google_mail/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@tkdrob"], "config_flow": true, "dependencies": ["application_credentials"], - "documentation": "https://www.home-assistant.io/integrations/google_mail/", + "documentation": "https://www.home-assistant.io/integrations/google_mail", "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["google-api-python-client==2.71.0"] diff --git a/homeassistant/components/google_sheets/manifest.json b/homeassistant/components/google_sheets/manifest.json index 5b2e5da8902..6fae364df3b 100644 --- a/homeassistant/components/google_sheets/manifest.json +++ b/homeassistant/components/google_sheets/manifest.json @@ -4,7 +4,7 @@ "codeowners": ["@tkdrob"], "config_flow": true, "dependencies": ["application_credentials"], - "documentation": "https://www.home-assistant.io/integrations/google_sheets/", + "documentation": "https://www.home-assistant.io/integrations/google_sheets", "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["gspread==5.5.0"] diff --git a/homeassistant/components/growatt_server/manifest.json b/homeassistant/components/growatt_server/manifest.json index 7cdf12ab6bd..a21c811af47 100644 --- a/homeassistant/components/growatt_server/manifest.json +++ b/homeassistant/components/growatt_server/manifest.json @@ -3,7 +3,7 @@ "name": "Growatt", "codeowners": ["@muppet3000"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/growatt_server/", + "documentation": "https://www.home-assistant.io/integrations/growatt_server", "iot_class": "cloud_polling", "loggers": ["growattServer"], "requirements": ["growattServer==1.3.0"] diff --git a/homeassistant/components/homewizard/manifest.json b/homeassistant/components/homewizard/manifest.json index 1ca833c6a74..36b9631c801 100644 --- a/homeassistant/components/homewizard/manifest.json +++ b/homeassistant/components/homewizard/manifest.json @@ -3,7 +3,6 @@ "name": "HomeWizard Energy", "codeowners": ["@DCSBL"], "config_flow": true, - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/homewizard", "iot_class": "local_polling", "loggers": ["homewizard_energy"], diff --git a/homeassistant/components/iaqualink/manifest.json b/homeassistant/components/iaqualink/manifest.json index df77d60c141..8834a538be9 100644 --- a/homeassistant/components/iaqualink/manifest.json +++ b/homeassistant/components/iaqualink/manifest.json @@ -3,7 +3,7 @@ "name": "Jandy iAqualink", "codeowners": ["@flz"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/iaqualink/", + "documentation": "https://www.home-assistant.io/integrations/iaqualink", "iot_class": "cloud_polling", "loggers": ["iaqualink"], "requirements": ["iaqualink==0.5.0", "h2==4.1.0"] diff --git a/homeassistant/components/ld2410_ble/manifest.json b/homeassistant/components/ld2410_ble/manifest.json index 5ee0102ce17..1a613a82098 100644 --- a/homeassistant/components/ld2410_ble/manifest.json +++ b/homeassistant/components/ld2410_ble/manifest.json @@ -17,7 +17,7 @@ "codeowners": ["@930913"], "config_flow": true, "dependencies": ["bluetooth_adapters"], - "documentation": "https://www.home-assistant.io/integrations/ld2410_ble/", + "documentation": "https://www.home-assistant.io/integrations/ld2410_ble", "integration_type": "device", "iot_class": "local_push", "requirements": ["bluetooth-data-tools==1.6.1", "ld2410-ble==0.1.1"] diff --git a/homeassistant/components/led_ble/manifest.json b/homeassistant/components/led_ble/manifest.json index 3e34176771c..5a1eef40001 100644 --- a/homeassistant/components/led_ble/manifest.json +++ b/homeassistant/components/led_ble/manifest.json @@ -30,7 +30,7 @@ "codeowners": ["@bdraco"], "config_flow": true, "dependencies": ["bluetooth_adapters"], - "documentation": "https://www.home-assistant.io/integrations/led_ble/", + "documentation": "https://www.home-assistant.io/integrations/led_ble", "iot_class": "local_polling", "requirements": ["bluetooth-data-tools==1.6.1", "led-ble==1.0.0"] } diff --git a/homeassistant/components/lookin/manifest.json b/homeassistant/components/lookin/manifest.json index 232493234bb..63da470c5cd 100644 --- a/homeassistant/components/lookin/manifest.json +++ b/homeassistant/components/lookin/manifest.json @@ -3,7 +3,7 @@ "name": "LOOKin", "codeowners": ["@ANMalko", "@bdraco"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/lookin/", + "documentation": "https://www.home-assistant.io/integrations/lookin", "iot_class": "local_push", "loggers": ["aiolookin"], "requirements": ["aiolookin==1.0.0"], diff --git a/homeassistant/components/nina/manifest.json b/homeassistant/components/nina/manifest.json index 0185c727f67..d1897b53e04 100644 --- a/homeassistant/components/nina/manifest.json +++ b/homeassistant/components/nina/manifest.json @@ -3,7 +3,6 @@ "name": "NINA", "codeowners": ["@DeerMaximum"], "config_flow": true, - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/nina", "iot_class": "cloud_polling", "loggers": ["pynina"], diff --git a/homeassistant/components/oasa_telematics/manifest.json b/homeassistant/components/oasa_telematics/manifest.json index d50561a33a4..d3dbaad98e3 100644 --- a/homeassistant/components/oasa_telematics/manifest.json +++ b/homeassistant/components/oasa_telematics/manifest.json @@ -2,7 +2,7 @@ "domain": "oasa_telematics", "name": "OASA Telematics", "codeowners": [], - "documentation": "https://www.home-assistant.io/integrations/oasa_telematics/", + "documentation": "https://www.home-assistant.io/integrations/oasa_telematics", "iot_class": "cloud_polling", "loggers": ["oasatelematics"], "requirements": ["oasatelematics==0.3"] diff --git a/homeassistant/components/ombi/manifest.json b/homeassistant/components/ombi/manifest.json index 91df756dafe..d9da13d2381 100644 --- a/homeassistant/components/ombi/manifest.json +++ b/homeassistant/components/ombi/manifest.json @@ -2,7 +2,7 @@ "domain": "ombi", "name": "Ombi", "codeowners": ["@larssont"], - "documentation": "https://www.home-assistant.io/integrations/ombi/", + "documentation": "https://www.home-assistant.io/integrations/ombi", "iot_class": "local_polling", "requirements": ["pyombi==0.1.10"] } diff --git a/homeassistant/components/radio_browser/manifest.json b/homeassistant/components/radio_browser/manifest.json index 3d2ba299628..035c4bdda45 100644 --- a/homeassistant/components/radio_browser/manifest.json +++ b/homeassistant/components/radio_browser/manifest.json @@ -3,7 +3,7 @@ "name": "Radio Browser", "codeowners": ["@frenck"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/radio", + "documentation": "https://www.home-assistant.io/integrations/radio_browser", "integration_type": "service", "iot_class": "cloud_polling", "requirements": ["radios==0.1.1"] diff --git a/homeassistant/components/smarttub/manifest.json b/homeassistant/components/smarttub/manifest.json index 76e79fcf949..3b8b727015b 100644 --- a/homeassistant/components/smarttub/manifest.json +++ b/homeassistant/components/smarttub/manifest.json @@ -3,7 +3,6 @@ "name": "SmartTub", "codeowners": ["@mdz"], "config_flow": true, - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/smarttub", "iot_class": "cloud_polling", "loggers": ["smarttub"], diff --git a/homeassistant/components/speedtestdotnet/manifest.json b/homeassistant/components/speedtestdotnet/manifest.json index 6cb8e2b7d92..79999eb8ad9 100644 --- a/homeassistant/components/speedtestdotnet/manifest.json +++ b/homeassistant/components/speedtestdotnet/manifest.json @@ -3,7 +3,6 @@ "name": "Speedtest.net", "codeowners": ["@rohankapoorcom", "@engrbm87"], "config_flow": true, - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/speedtestdotnet", "iot_class": "cloud_polling", "requirements": ["speedtest-cli==2.1.3"] diff --git a/homeassistant/components/switcher_kis/manifest.json b/homeassistant/components/switcher_kis/manifest.json index 823f2c5463f..9accda95912 100644 --- a/homeassistant/components/switcher_kis/manifest.json +++ b/homeassistant/components/switcher_kis/manifest.json @@ -3,7 +3,7 @@ "name": "Switcher", "codeowners": ["@thecode"], "config_flow": true, - "documentation": "https://www.home-assistant.io/integrations/switcher_kis/", + "documentation": "https://www.home-assistant.io/integrations/switcher_kis", "iot_class": "local_push", "loggers": ["aioswitcher"], "quality_scale": "platinum", diff --git a/homeassistant/components/system_log/manifest.json b/homeassistant/components/system_log/manifest.json index 5d0fa29b2e8..e9a24cfe1e1 100644 --- a/homeassistant/components/system_log/manifest.json +++ b/homeassistant/components/system_log/manifest.json @@ -2,7 +2,6 @@ "domain": "system_log", "name": "System Log", "codeowners": [], - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/system_log", "integration_type": "system", "quality_scale": "internal" diff --git a/homeassistant/components/totalconnect/manifest.json b/homeassistant/components/totalconnect/manifest.json index a81e7518132..183919f05f2 100644 --- a/homeassistant/components/totalconnect/manifest.json +++ b/homeassistant/components/totalconnect/manifest.json @@ -3,7 +3,6 @@ "name": "Total Connect", "codeowners": ["@austinmroczek"], "config_flow": true, - "dependencies": [], "documentation": "https://www.home-assistant.io/integrations/totalconnect", "iot_class": "cloud_polling", "loggers": ["total_connect_client"],