core/homeassistant/components/rest/manifest.json

9 lines
234 B
JSON
Raw Normal View History

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