Files
home-assistant-core/homeassistant/components/ghost/manifest.json
T

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"]
}