mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
10 lines
265 B
JSON
10 lines
265 B
JSON
{
|
|
"domain": "rest",
|
|
"name": "RESTful",
|
|
"codeowners": [],
|
|
"documentation": "https://www.home-assistant.io/integrations/rest",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["jsonpath-python==1.1.6", "xmltodict==1.0.4"]
|
|
}
|