core/homeassistant/components/rest/manifest.json

9 lines
227 B
JSON
Raw Normal View History

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