1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 10:59:24 +00:00

Add integration_type service to fivem (#159016)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 09:40:48 +01:00
committed by GitHub
parent 0f827403c5
commit 11cc8beac1
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@Sander0542"], "codeowners": ["@Sander0542"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fivem", "documentation": "https://www.home-assistant.io/integrations/fivem",
"integration_type": "service",
"iot_class": "local_polling", "iot_class": "local_polling",
"requirements": ["fivem-api==0.1.2"] "requirements": ["fivem-api==0.1.2"]
} }

View File

@@ -2018,7 +2018,7 @@
}, },
"fivem": { "fivem": {
"name": "FiveM", "name": "FiveM",
"integration_type": "hub", "integration_type": "service",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling" "iot_class": "local_polling"
}, },