hass-core/homeassistant/components/command_line/manifest.json
atlflyer ec536bda3d
Add json_attributes_path configuration for command_line sensor (#116656)
Add json attributes path config to command line sensor
2024-07-06 18:52:27 +02:00

8 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"]
}