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

Namespaces

 config_flow
 
 const
 
 coordinator
 
 sensor
 

Functions

bool async_migrate_entry (HomeAssistant hass, ConfigEntry config_entry)
 
None async_options_updated (HomeAssistant hass, IslamicPrayerTimesConfigEntry entry)
 
bool async_setup_entry (HomeAssistant hass, IslamicPrayerTimesConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, IslamicPrayerTimesConfigEntry config_entry)
 

Variables

 _LOGGER = logging.getLogger(__name__)
 
 IslamicPrayerTimesConfigEntry
 
list PLATFORMS = [Platform.SENSOR]
 

Detailed Description

The islamic_prayer_times component.

Function Documentation

◆ async_migrate_entry()

bool homeassistant.components.islamic_prayer_times.async_migrate_entry ( HomeAssistant  hass,
ConfigEntry  config_entry 
)
Migrate old entry.

Definition at line 51 of file __init__.py.

◆ async_options_updated()

None homeassistant.components.islamic_prayer_times.async_options_updated ( HomeAssistant  hass,
IslamicPrayerTimesConfigEntry   entry 
)
Triggered by config entry options updates.

Definition at line 90 of file __init__.py.

◆ async_setup_entry()

bool homeassistant.components.islamic_prayer_times.async_setup_entry ( HomeAssistant  hass,
IslamicPrayerTimesConfigEntry   config_entry 
)
Set up the Islamic Prayer Component.

Definition at line 22 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.islamic_prayer_times.async_unload_entry ( HomeAssistant  hass,
IslamicPrayerTimesConfigEntry   config_entry 
)
Unload Islamic Prayer entry from config_entry.

Definition at line 77 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.islamic_prayer_times._LOGGER = logging.getLogger(__name__)
private

Definition at line 17 of file __init__.py.

◆ IslamicPrayerTimesConfigEntry

homeassistant.components.islamic_prayer_times.IslamicPrayerTimesConfigEntry

Definition at line 19 of file __init__.py.

◆ PLATFORMS

list homeassistant.components.islamic_prayer_times.PLATFORMS = [Platform.SENSOR]

Definition at line 14 of file __init__.py.