core/homeassistant/components/recorder/manifest.json

11 lines
316 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",
2023-03-13 18:51:01 +00:00
"requirements": ["sqlalchemy==2.0.6", "fnvhash==0.1.0"]
2019-12-22 18:52:39 +00:00
}