1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00

Add integration_type service to brottsplatskartan (#158869)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 08:30:59 +01:00
committed by GitHub
parent 3bb88ed433
commit 2b0fab0468
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@gjohansson-ST"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/brottsplatskartan",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["brottsplatskartan"],
"requirements": ["brottsplatskartan==1.0.5"]

View File

@@ -865,7 +865,7 @@
},
"brottsplatskartan": {
"name": "Brottsplatskartan",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},