core/homeassistant/components/history/manifest.json

10 lines
265 B
JSON
Raw Normal View History

{
"domain": "history",
"name": "History",
"codeowners": ["@home-assistant/core"],
2023-02-08 19:27:05 +00:00
"dependencies": ["http", "recorder"],
"documentation": "https://www.home-assistant.io/integrations/history",
"integration_type": "system",
"quality_scale": "internal"
}