mirror of
https://github.com/home-assistant/core.git
synced 2026-08-14 09:13:06 +01:00
Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
10 lines
278 B
JSON
10 lines
278 B
JSON
{
|
|
"domain": "command_line",
|
|
"name": "Command Line",
|
|
"codeowners": ["@gjohansson-ST"],
|
|
"documentation": "https://www.home-assistant.io/integrations/command_line",
|
|
"iot_class": "local_polling",
|
|
"quality_scale": "legacy",
|
|
"requirements": ["jsonpath-python==1.1.6"]
|
|
}
|