mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"domain": "version",
|
|
"name": "Version",
|
|
"documentation": "https://www.home-assistant.io/integrations/version",
|
|
"requirements": ["pyhaversion==22.4.1"],
|
|
"codeowners": ["@fabaff", "@ludeeus"],
|
|
"quality_scale": "internal",
|
|
"iot_class": "local_push",
|
|
"config_flow": true,
|
|
"loggers": ["pyhaversion"]
|
|
}
|