mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
Add integration_type service to octoprint (#159852)
This commit is contained in:
committed by
GitHub
parent
9a9c968cd2
commit
841baa15b6
@@ -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"],
|
||||
|
||||
@@ -4652,7 +4652,7 @@
|
||||
},
|
||||
"octoprint": {
|
||||
"name": "OctoPrint",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user