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

Variables

string DOMAIN = "epic_games_store"
 
list SUPPORTED_LANGUAGES
 

Detailed Description

Constants for the Epic Games Store integration.

Variable Documentation

◆ DOMAIN

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

Definition at line 5 of file const.py.

◆ SUPPORTED_LANGUAGES

list homeassistant.components.epic_games_store.const.SUPPORTED_LANGUAGES
Initial value:
1 = [
2  "ar",
3  "de",
4  "en-US",
5  "es-ES",
6  "es-MX",
7  "fr",
8  "it",
9  "ja",
10  "ko",
11  "pl",
12  "pt-BR",
13  "ru",
14  "th",
15  "tr",
16  "zh-CN",
17  "zh-Hant",
18 ]

Definition at line 7 of file const.py.