mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"domain": "rest",
|
|
"name": "RESTful",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/rest",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["jsonpath==0.82.2", "xmltodict==1.0.2"]
|
|
}
|