Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.fivem.const Namespace Reference

Variables

string ATTR_PLAYERS_LIST = "players_list"
 
string ATTR_RESOURCES_LIST = "resources_list"
 
string DOMAIN = "fivem"
 
string MANUFACTURER = "Cfx.re"
 
string NAME_PLAYERS_MAX = "Players Max"
 
string NAME_PLAYERS_ONLINE = "Players Online"
 
string NAME_RESOURCES = "Resources"
 
string NAME_STATUS = "Status"
 
int SCAN_INTERVAL = 60
 
string UNIT_PLAYERS_MAX = "players"
 
string UNIT_PLAYERS_ONLINE = "players"
 
string UNIT_RESOURCES = "resources"
 

Detailed Description

Constants for the FiveM integration.

Variable Documentation

◆ ATTR_PLAYERS_LIST

string homeassistant.components.fivem.const.ATTR_PLAYERS_LIST = "players_list"

Definition at line 3 of file const.py.

◆ ATTR_RESOURCES_LIST

string homeassistant.components.fivem.const.ATTR_RESOURCES_LIST = "resources_list"

Definition at line 4 of file const.py.

◆ DOMAIN

string homeassistant.components.fivem.const.DOMAIN = "fivem"

Definition at line 6 of file const.py.

◆ MANUFACTURER

string homeassistant.components.fivem.const.MANUFACTURER = "Cfx.re"

Definition at line 8 of file const.py.

◆ NAME_PLAYERS_MAX

string homeassistant.components.fivem.const.NAME_PLAYERS_MAX = "Players Max"

Definition at line 10 of file const.py.

◆ NAME_PLAYERS_ONLINE

string homeassistant.components.fivem.const.NAME_PLAYERS_ONLINE = "Players Online"

Definition at line 11 of file const.py.

◆ NAME_RESOURCES

string homeassistant.components.fivem.const.NAME_RESOURCES = "Resources"

Definition at line 12 of file const.py.

◆ NAME_STATUS

string homeassistant.components.fivem.const.NAME_STATUS = "Status"

Definition at line 13 of file const.py.

◆ SCAN_INTERVAL

int homeassistant.components.fivem.const.SCAN_INTERVAL = 60

Definition at line 15 of file const.py.

◆ UNIT_PLAYERS_MAX

string homeassistant.components.fivem.const.UNIT_PLAYERS_MAX = "players"

Definition at line 17 of file const.py.

◆ UNIT_PLAYERS_ONLINE

string homeassistant.components.fivem.const.UNIT_PLAYERS_ONLINE = "players"

Definition at line 18 of file const.py.

◆ UNIT_RESOURCES

string homeassistant.components.fivem.const.UNIT_RESOURCES = "resources"

Definition at line 19 of file const.py.