1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00
Files
core/homeassistant/components/ghost/manifest.json

13 lines
328 B
JSON

{
"domain": "ghost",
"name": "Ghost",
"codeowners": ["@johnonolan"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/ghost",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["aioghost"],
"quality_scale": "gold",
"requirements": ["aioghost==0.4.0"]
}