Add integration type to rest (#157728)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 12:26:02 +01:00
committed by GitHub
parent 998bd23446
commit c705a1dc4b
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"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"]
}

View File

@@ -5548,7 +5548,7 @@
},
"rest": {
"name": "RESTful",
"integration_type": "hub",
"integration_type": "service",
"config_flow": false,
"iot_class": "local_polling"
},