mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Add new Islamic prayer times calculation methods (#113763)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
1bd95d3596
commit
b2ade94d15
@ -23,6 +23,14 @@ CALC_METHODS: Final = [
|
|||||||
"turkey",
|
"turkey",
|
||||||
"russia",
|
"russia",
|
||||||
"moonsighting",
|
"moonsighting",
|
||||||
|
"dubai",
|
||||||
|
"jakim",
|
||||||
|
"tunisia",
|
||||||
|
"algeria",
|
||||||
|
"kemenag",
|
||||||
|
"morocco",
|
||||||
|
"portugal",
|
||||||
|
"jordan",
|
||||||
"custom",
|
"custom",
|
||||||
]
|
]
|
||||||
DEFAULT_CALC_METHOD: Final = "isna"
|
DEFAULT_CALC_METHOD: Final = "isna"
|
||||||
|
@ -41,6 +41,14 @@
|
|||||||
"turkey": "Diyanet İşleri Başkanlığı, Turkey",
|
"turkey": "Diyanet İşleri Başkanlığı, Turkey",
|
||||||
"russia": "Spiritual Administration of Muslims of Russia",
|
"russia": "Spiritual Administration of Muslims of Russia",
|
||||||
"moonsighting": "Moonsighting Committee Worldwide",
|
"moonsighting": "Moonsighting Committee Worldwide",
|
||||||
|
"dubai": "Dubai",
|
||||||
|
"jakim": "Jabatan Kemajuan Islam Malaysia (JAKIM)",
|
||||||
|
"tunisia": "Tunisia",
|
||||||
|
"algeria": "Algeria",
|
||||||
|
"kemenag": "ementerian Agama Republik Indonesia",
|
||||||
|
"morocco": "Morocco",
|
||||||
|
"portugal": "Comunidade Islamica de Lisboa",
|
||||||
|
"jordan": "Ministry of Awqaf, Islamic Affairs and Holy Places, Jordan",
|
||||||
"custom": "Custom"
|
"custom": "Custom"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user