mirror of
https://github.com/elisspace/core.git
synced 2026-09-19 09:11:38 +00:00
* Initial fivem integration setup * Use licenseKey for unique ID * Create FiveMServer class * Create FiveMStatusBinarySensor * Fix platform loading * Create sensor platform * Remove config flow tests * Update manifest.json * Use attr_ instead or properties in sensors.py * Use entry_id as unique_id * Move device info to _attr instead of property * Register callback in FiveMEntity * Create config flow tests * Add loggin to fivem * Use FiveM in config_flow * Use update_coordinator instead of dispatcher * Bump fivem-api to 0.1.2 * Remove leftovers * More tests for config flow * Add component files to .coveragerc * Fix simple comments * Add gamename check to config flow * Use entity descriptions for sensors * Move extra attributes to init * Use [] instead of get() for server info * Fix error in gamename test
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"domain": "fivem",
|
|
"name": "FiveM",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/fivem",
|
|
"requirements": [
|
|
"fivem-api==0.1.2"
|
|
],
|
|
"codeowners": [
|
|
"@Sander0542"
|
|
],
|
|
"iot_class": "local_polling"
|
|
} |