mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 03:03:17 +01:00
Add integration_type service to picnic (#159876)
This commit is contained in:
committed by
GitHub
parent
1ea8023753
commit
2b6abb372c
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@corneyl", "@codesalatdev"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/picnic",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["python_picnic_api2"],
|
||||
"requirements": ["python-picnic-api2==1.3.1"]
|
||||
|
||||
@@ -5061,7 +5061,7 @@
|
||||
},
|
||||
"picnic": {
|
||||
"name": "Picnic",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user