2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "recorder",
|
|
|
|
"name": "Recorder",
|
2021-10-07 06:56:43 +00:00
|
|
|
"codeowners": ["@home-assistant/core"],
|
2023-02-08 19:13:46 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/recorder",
|
|
|
|
"integration_type": "system",
|
2022-10-04 14:36:42 +00:00
|
|
|
"iot_class": "local_push",
|
2023-02-08 19:13:46 +00:00
|
|
|
"quality_scale": "internal",
|
2023-04-18 10:35:49 +00:00
|
|
|
"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",
|
2023-04-18 10:35:49 +00:00
|
|
|
"psutil-home-assistant==0.0.1"
|
|
|
|
]
|
2019-12-22 18:52:39 +00:00
|
|
|
}
|