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": [
2023-09-20 14:19:53 +00:00
"SQLAlchemy==2.0.21",
2023-08-27 15:08:21 +00:00
"fnv-hash-fast==0.4.1",
"psutil-home-assistant==0.0.1"
]
2019-12-22 18:52:39 +00:00
}