mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 18:56:26 +01:00
ec536bda3d
Add json attributes path config to command line sensor
9 lines
243 B
JSON
9 lines
243 B
JSON
{
|
|
"domain": "command_line",
|
|
"name": "Command Line",
|
|
"codeowners": ["@gjohansson-ST"],
|
|
"documentation": "https://www.home-assistant.io/integrations/command_line",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["jsonpath==0.82.2"]
|
|
}
|