Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the FiveM integration."""
2 
3 ATTR_PLAYERS_LIST = "players_list"
4 ATTR_RESOURCES_LIST = "resources_list"
5 
6 DOMAIN = "fivem"
7 
8 MANUFACTURER = "Cfx.re"
9 
10 NAME_PLAYERS_MAX = "Players Max"
11 NAME_PLAYERS_ONLINE = "Players Online"
12 NAME_RESOURCES = "Resources"
13 NAME_STATUS = "Status"
14 
15 SCAN_INTERVAL = 60
16 
17 UNIT_PLAYERS_MAX = "players"
18 UNIT_PLAYERS_ONLINE = "players"
19 UNIT_RESOURCES = "resources"