1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-26 18:26:25 +01:00
Files
core/homeassistant/components/ghost/manifest.json
T

13 lines
330 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": "silver",
"requirements": ["aioghost==0.4.0"]
}