Skip to content

Commit fa81e6c

Browse files
authored
Add integration_type device to frontier_silicon (home-assistant#159025)
1 parent 746f4ef commit fa81e6c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

homeassistant/components/frontier_silicon/manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44
"codeowners": ["@wlcrs"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/frontier_silicon",
7+
"integration_type": "device",
78
"iot_class": "local_polling",
89
"requirements": ["afsapi==0.2.7"],
9-
"ssdp": [{ "st": "urn:schemas-frontier-silicon-com:undok:fsapi:1" }]
10+
"ssdp": [
11+
{
12+
"st": "urn:schemas-frontier-silicon-com:undok:fsapi:1"
13+
}
14+
]
1015
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2224,7 +2224,7 @@
22242224
},
22252225
"frontier_silicon": {
22262226
"name": "Frontier Silicon",
2227-
"integration_type": "hub",
2227+
"integration_type": "device",
22282228
"config_flow": true,
22292229
"iot_class": "local_polling"
22302230
},

0 commit comments

Comments
 (0)