mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 06:37:52 +00:00
Fix manifest.json schema violations (#131220)
This commit is contained in:
parent
158b0c8ce2
commit
c94122e105
@ -10,7 +10,7 @@
|
|||||||
"codeowners": ["@alistair23"],
|
"codeowners": ["@alistair23"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/???",
|
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower_ble",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["automower-ble==0.2.0"]
|
"requirements": ["automower-ble==0.2.0"]
|
||||||
}
|
}
|
||||||
|
@ -3,8 +3,7 @@
|
|||||||
"name": "LG ThinQ",
|
"name": "LG ThinQ",
|
||||||
"codeowners": ["@LG-ThinQ-Integration"],
|
"codeowners": ["@LG-ThinQ-Integration"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": [],
|
"documentation": "https://www.home-assistant.io/integrations/lg_thinq",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/lg_thinq/",
|
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"loggers": ["thinqconnect"],
|
"loggers": ["thinqconnect"],
|
||||||
"requirements": ["thinqconnect==1.0.1"]
|
"requirements": ["thinqconnect==1.0.1"]
|
||||||
|
@ -5,10 +5,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["webhook"],
|
"dependencies": ["webhook"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nasweb",
|
"documentation": "https://www.home-assistant.io/integrations/nasweb",
|
||||||
"homekit": {},
|
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["webio-api==0.1.8"],
|
"requirements": ["webio-api==0.1.8"]
|
||||||
"ssdp": [],
|
|
||||||
"zeroconf": []
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user