Add integration_type service to caldav (#158872)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:26:40 +01:00
committed by GitHub
parent ebc7581718
commit 09de108676
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/caldav",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["caldav", "vobject"],
"requirements": ["caldav==2.1.0", "icalendar==6.3.1", "vobject==0.9.9"]

View File

@@ -939,7 +939,7 @@
},
"caldav": {
"name": "CalDAV",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},