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

Namespaces

 calendar
 
 config_flow
 
 const
 
 coordinator
 
 helper
 

Functions

bool async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 

Detailed Description

The Epic Games Store integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.epic_games_store.async_setup_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Set up Epic Games Store from a config entry.

Definition at line 17 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.epic_games_store.async_unload_entry ( HomeAssistant  hass,
ConfigEntry  entry 
)
Unload a config entry.

Definition at line 30 of file __init__.py.