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] |
The islamic_prayer_times component.
| 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.
| 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.
| 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.
| 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.
|
private |
Definition at line 17 of file __init__.py.
| homeassistant.components.islamic_prayer_times.IslamicPrayerTimesConfigEntry |
Definition at line 19 of file __init__.py.
| list homeassistant.components.islamic_prayer_times.PLATFORMS = [Platform.SENSOR] |
Definition at line 14 of file __init__.py.