Skip to content

Commit

Permalink
Add new Islamic prayer times calculation methods (home-assistant#113763)
Browse files Browse the repository at this point in the history
Co-authored-by: J. Nick Koston <[email protected]>
  • Loading branch information
Yazanmy and bdraco authored Jun 22, 2024
1 parent 1bd95d3 commit b2ade94
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions homeassistant/components/islamic_prayer_times/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
"turkey",
"russia",
"moonsighting",
"dubai",
"jakim",
"tunisia",
"algeria",
"kemenag",
"morocco",
"portugal",
"jordan",
"custom",
]
DEFAULT_CALC_METHOD: Final = "isna"
Expand Down
8 changes: 8 additions & 0 deletions homeassistant/components/islamic_prayer_times/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
"turkey": "Diyanet İşleri Başkanlığı, Turkey",
"russia": "Spiritual Administration of Muslims of Russia",
"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"
}
},
Expand Down

0 comments on commit b2ade94

Please sign in to comment.