Skip to content

Commit

Permalink
Fix schema violations in manifest.json files (#128561)
Browse files Browse the repository at this point in the history
  • Loading branch information
autinerd authored Oct 17, 2024
1 parent 906cecf commit 2f60395
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/arris_tg2492lg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"domain": "arris_tg2492lg",
"name": "Arris TG2492LG",
"codeowners": ["@vanbalken"],
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/arris_tg2492lg",
"integration_type": "hub",
"iot_class": "local_polling",
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/google/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/google",
"iot_class": "cloud_polling",
"loggers": ["googleapiclient"],
"requirements": ["gcal-sync==6.1.6", "oauth2client==4.1.3", "ical==8.2.0"]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/sunweg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Sun WEG",
"codeowners": ["@rokam"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/sunweg/",
"documentation": "https://www.home-assistant.io/integrations/sunweg",
"iot_class": "cloud_polling",
"loggers": ["sunweg"],
"requirements": ["sunweg==3.0.2"]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/triggercmd/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "TRIGGERcmd",
"codeowners": ["@rvmey"],
"config_flow": true,
"documentation": "https://docs.triggercmd.com",
"documentation": "https://www.home-assistant.io/integrations/triggercmd",
"integration_type": "hub",
"iot_class": "cloud_polling",
"requirements": ["triggercmd==0.0.27"]
Expand Down
1 change: 0 additions & 1 deletion homeassistant/components/wmspro/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "WMS WebControl pro",
"codeowners": ["@mback2k"],
"config_flow": true,
"dependencies": [],
"dhcp": [
{
"macaddress": "0023D5*"
Expand Down

0 comments on commit 2f60395

Please sign in to comment.