1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type hub to cert_expiry (#158897)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 10:39:14 +01:00
committed by GitHub
parent 02ec56bffa
commit ad970c1234
2 changed files with 2 additions and 1 deletions

View File

@@ -4,5 +4,6 @@
"codeowners": ["@jjlawren"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/cert_expiry",
"integration_type": "service",
"iot_class": "cloud_polling"
}

View File

@@ -963,7 +963,7 @@
"iot_class": "local_polling"
},
"cert_expiry": {
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},