core/homeassistant/components/rest/manifest.json

9 lines
225 B
JSON
Raw Normal View History

{
"domain": "rest",
"name": "RESTful",
"documentation": "https://www.home-assistant.io/integrations/rest",
2020-10-19 08:18:47 +00:00
"requirements": ["jsonpath==0.82", "xmltodict==0.12.0"],
"codeowners": [],
"iot_class": "local_polling"
}