1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/recorder/manifest.json
2026-03-15 09:55:54 +01:00

15 lines
371 B
JSON

{
"domain": "recorder",
"name": "Recorder",
"codeowners": ["@home-assistant/core"],
"documentation": "https://www.home-assistant.io/integrations/recorder",
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": [
"SQLAlchemy==2.0.41",
"fnv-hash-fast==2.0.0",
"psutil-home-assistant==0.0.1"
]
}