Skip to content

Commit ad970c1

Browse files
authored
Add integration_type hub to cert_expiry (home-assistant#158897)
1 parent 02ec56b commit ad970c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/cert_expiry/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"codeowners": ["@jjlawren"],
55
"config_flow": true,
66
"documentation": "https://www.home-assistant.io/integrations/cert_expiry",
7+
"integration_type": "service",
78
"iot_class": "cloud_polling"
89
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@
963963
"iot_class": "local_polling"
964964
},
965965
"cert_expiry": {
966-
"integration_type": "hub",
966+
"integration_type": "service",
967967
"config_flow": true,
968968
"iot_class": "cloud_polling"
969969
},

0 commit comments

Comments
 (0)