core/homeassistant/components/history/manifest.json

14 lines
244 B
JSON
Raw Normal View History

{
"domain": "history",
"name": "History",
"documentation": "https://www.home-assistant.io/integrations/history",
"requirements": [],
"dependencies": [
"http",
"recorder"
],
"codeowners": [
"@home-assistant/core"
]
}