Skip to content

Commit c705a1d

Browse files
arturpragaczclaude
andauthored
Add integration type to rest (home-assistant#157728)
Co-authored-by: Claude <[email protected]>
1 parent 998bd23 commit c705a1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/rest/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"name": "RESTful",
44
"codeowners": [],
55
"documentation": "https://www.home-assistant.io/integrations/rest",
6+
"integration_type": "service",
67
"iot_class": "local_polling",
78
"requirements": ["jsonpath==0.82.2", "xmltodict==1.0.2"]
89
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5548,7 +5548,7 @@
55485548
},
55495549
"rest": {
55505550
"name": "RESTful",
5551-
"integration_type": "hub",
5551+
"integration_type": "service",
55525552
"config_flow": false,
55535553
"iot_class": "local_polling"
55545554
},

0 commit comments

Comments
 (0)