Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.fivem.const
 

Variables

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