Add integration_type service to aftership (#158828)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:32:31 +01:00
committed by GitHub
parent dd8fc16788
commit a660ab3f97
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/aftership",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["pyaftership==21.11.0"]
}

View File

@@ -95,7 +95,7 @@
},
"aftership": {
"name": "AfterShip",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},