core/homeassistant/components/rest/manifest.json

9 lines
234 B
JSON

{
"domain": "rest",
"name": "RESTful",
"codeowners": ["@epenet"],
"documentation": "https://www.home-assistant.io/integrations/rest",
"iot_class": "local_polling",
"requirements": ["jsonpath==0.82", "xmltodict==0.13.0"]
}