Fix schema violations in manifest.json files (#128561)
This commit is contained in:
parent
906cecf087
commit
2f60395ba9
5 changed files with 3 additions and 5 deletions
|
@ -2,7 +2,6 @@
|
||||||
"domain": "arris_tg2492lg",
|
"domain": "arris_tg2492lg",
|
||||||
"name": "Arris TG2492LG",
|
"name": "Arris TG2492LG",
|
||||||
"codeowners": ["@vanbalken"],
|
"codeowners": ["@vanbalken"],
|
||||||
"dependencies": [],
|
|
||||||
"documentation": "https://www.home-assistant.io/integrations/arris_tg2492lg",
|
"documentation": "https://www.home-assistant.io/integrations/arris_tg2492lg",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"codeowners": ["@allenporter"],
|
"codeowners": ["@allenporter"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["application_credentials"],
|
"dependencies": ["application_credentials"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/calendar.google",
|
"documentation": "https://www.home-assistant.io/integrations/google",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["googleapiclient"],
|
"loggers": ["googleapiclient"],
|
||||||
"requirements": ["gcal-sync==6.1.6", "oauth2client==4.1.3", "ical==8.2.0"]
|
"requirements": ["gcal-sync==6.1.6", "oauth2client==4.1.3", "ical==8.2.0"]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Sun WEG",
|
"name": "Sun WEG",
|
||||||
"codeowners": ["@rokam"],
|
"codeowners": ["@rokam"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sunweg/",
|
"documentation": "https://www.home-assistant.io/integrations/sunweg",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["sunweg"],
|
"loggers": ["sunweg"],
|
||||||
"requirements": ["sunweg==3.0.2"]
|
"requirements": ["sunweg==3.0.2"]
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "TRIGGERcmd",
|
"name": "TRIGGERcmd",
|
||||||
"codeowners": ["@rvmey"],
|
"codeowners": ["@rvmey"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://docs.triggercmd.com",
|
"documentation": "https://www.home-assistant.io/integrations/triggercmd",
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"requirements": ["triggercmd==0.0.27"]
|
"requirements": ["triggercmd==0.0.27"]
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"name": "WMS WebControl pro",
|
"name": "WMS WebControl pro",
|
||||||
"codeowners": ["@mback2k"],
|
"codeowners": ["@mback2k"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": [],
|
|
||||||
"dhcp": [
|
"dhcp": [
|
||||||
{
|
{
|
||||||
"macaddress": "0023D5*"
|
"macaddress": "0023D5*"
|
||||||
|
|
Loading…
Add table
Reference in a new issue