From d593a642745d5516655eb25ba218a380aa57795c Mon Sep 17 00:00:00 2001 From: Quentame Date: Tue, 23 Apr 2024 16:17:22 +0200 Subject: [PATCH] Add Epic Games Store integration (#24798) * Add Epic Games Store integration * Update from parent PR changes * Update to adapt for the move from sensor to calendar platform * Apply updates from core repo * Update epic_games_store.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update epic_games_store.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- .../_integrations/epic_games_store.markdown | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 source/_integrations/epic_games_store.markdown diff --git a/source/_integrations/epic_games_store.markdown b/source/_integrations/epic_games_store.markdown new file mode 100644 index 00000000000..9456c6075e2 --- /dev/null +++ b/source/_integrations/epic_games_store.markdown @@ -0,0 +1,32 @@ +--- +title: Epic Games Store +description: Instructions on how to integrate Epic Games Store service into Home Assistant. +ha_category: + - Calendar +ha_release: 2024.5 +ha_iot_class: Cloud Polling +ha_codeowners: + - '@hacf-fr' + - '@Quentame' +ha_domain: epic_games_store +ha_config_flow: true +ha_platforms: + - calendar +ha_integration_type: service +--- + +The **Epic Games Store** {% term integration %} integrates the [Epic Games Store](https://store.epicgames.com/) service into Home Assistant. + +The integration adds calendars to follow [discounts & free games](https://store.epicgames.com/free-games). + +{% include integrations/config_flow.md %} + + +## Calendars + +The following calendars will be created: + +|Entity|Description| +|------|-----------| +|`epic_games_store_discount_games`|Current and upcoming discounts on games, one calendar event per game| +|`epic_games_store_free_games`|Free games for the current and upcoming week, one calendar event per game|