Home Assistant Unofficial Reference 2024.12.1
calendar.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.epic_games_store.calendar.EGSCalendar
 

Namespaces

 homeassistant.components.epic_games_store.calendar
 

Functions

bool homeassistant.components.epic_games_store.calendar._are_date_range_overlapping (DateRange range1, DateRange range2)
 
CalendarEvent homeassistant.components.epic_games_store.calendar._get_calendar_event (dict[str, Any] event)
 
None homeassistant.components.epic_games_store.calendar.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.epic_games_store.calendar.DateRange = namedtuple("DateRange", ["start", "end"])