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:
committed by
GitHub
parent
0f827403c5
commit
11cc8beac1
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user