mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Include moonsighting calc for islamic_prayer_times (#75595)
This commit is contained in:
parent
c212fe7ca5
commit
f0deaa33a0
@ -15,7 +15,7 @@ SENSOR_TYPES = {
|
||||
|
||||
CONF_CALC_METHOD = "calculation_method"
|
||||
|
||||
CALC_METHODS = ["isna", "karachi", "mwl", "makkah"]
|
||||
CALC_METHODS = ["isna", "karachi", "mwl", "makkah", "moonsighting"]
|
||||
DEFAULT_CALC_METHOD = "isna"
|
||||
|
||||
DATA_UPDATED = "Islamic_prayer_data_updated"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"domain": "islamic_prayer_times",
|
||||
"name": "Islamic Prayer Times",
|
||||
"documentation": "https://www.home-assistant.io/integrations/islamic_prayer_times",
|
||||
"requirements": ["prayer_times_calculator==0.0.5"],
|
||||
"requirements": ["prayer_times_calculator==0.0.6"],
|
||||
"codeowners": ["@engrbm87"],
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
|
@ -1283,7 +1283,7 @@ poolsense==0.0.8
|
||||
praw==7.5.0
|
||||
|
||||
# homeassistant.components.islamic_prayer_times
|
||||
prayer_times_calculator==0.0.5
|
||||
prayer_times_calculator==0.0.6
|
||||
|
||||
# homeassistant.components.progettihwsw
|
||||
progettihwsw==0.1.1
|
||||
|
@ -904,7 +904,7 @@ poolsense==0.0.8
|
||||
praw==7.5.0
|
||||
|
||||
# homeassistant.components.islamic_prayer_times
|
||||
prayer_times_calculator==0.0.5
|
||||
prayer_times_calculator==0.0.6
|
||||
|
||||
# homeassistant.components.progettihwsw
|
||||
progettihwsw==0.1.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user