Add integration_type service to octoprint (#159852)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 15:11:44 +01:00
committed by GitHub
parent 9a9c968cd2
commit 841baa15b6
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@rfleming71"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/octoprint",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["pyoctoprintapi"],
"requirements": ["pyoctoprintapi==0.1.14"],

View File

@@ -4652,7 +4652,7 @@
},
"octoprint": {
"name": "OctoPrint",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "local_polling"
},