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": [
|
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",
|
2023-04-18 10:35:49 +00:00
|
|
|
"psutil-home-assistant==0.0.1"
|
|
|
|
]
|
2019-12-22 18:52:39 +00:00
|
|
|
}
|