core/homeassistant/components/recorder/manifest.json

11 lines
317 B
JSON
Raw Normal View History

{
"domain": "recorder",
"name": "Recorder",
"documentation": "https://www.home-assistant.io/integrations/recorder",
2022-11-15 14:51:13 +00:00
"requirements": ["sqlalchemy==1.4.44", "fnvhash==0.1.0"],
"codeowners": ["@home-assistant/core"],
"quality_scale": "internal",
"iot_class": "local_push",
"integration_type": "system"
2019-12-22 18:52:39 +00:00
}