1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 13:44:32 +01:00

Add integration_type service to picnic (#159876)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 16:34:45 +01:00
committed by GitHub
parent 1ea8023753
commit 2b6abb372c
2 changed files with 2 additions and 1 deletions
@@ -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"]
+1 -1
View File
@@ -5061,7 +5061,7 @@
},
"picnic": {
"name": "Picnic",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},