core/homeassistant/components/recorder/manifest.json

15 lines
371 B
JSON
Raw Normal View History

{
"domain": "recorder",
"name": "Recorder",
"codeowners": ["@home-assistant/core"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/recorder",
"integration_type": "system",
"iot_class": "local_push",
2023-02-08 19:13:46 +00:00
"quality_scale": "internal",
"requirements": [
2024-02-14 09:32:05 +00:00
"SQLAlchemy==2.0.27",
2023-10-20 14:49:40 +00:00
"fnv-hash-fast==0.5.0",
"psutil-home-assistant==0.0.1"
]
2019-12-22 18:52:39 +00:00
}