Automate Islamic Adhan (also called Azan or Azzan) or other prayer calls - Updated 3_24_2023 for Node-RED

Could you check if you have the correct time zone in Home assistant by going to :settings>system>general

If everything is correct, I would remove the Islamic integration. reboot HA and reinstall the Islamic integration.
I personally used to use the Islamic time integration but now I just created the adthan sensors from the Prayer Times API - Prayer Times and Adhan Player

1 Like

Until the most recent update of home assistant core this script was working just fine.

Now all azaan is playing except isha. I am not sure if the azaan plugin.

Guys,

I was using this template with that source from Heroku but the source is i think no more available. What can i now use as source the best as my configuration here. Just i want to replace the source only can that?

rest:
  method: GET
  scan_interval: 172800
  resource: "https://ezanvakti.herokuapp.com/vakitler/13948"
  sensor:
    - name: Imsak
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Imsak }} {% endif %} {% endfor %}
    - name: Ogle
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Ogle }} {% endif %} {% endfor %}
    - name: Ikindi
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Ikindi }} {% endif %} {% endfor
        %}
    - name: Aksam
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Aksam }} {% endif %} {% endfor %}
    - name: Yatsi
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Yatsi }} {% endif %} {% endfor %}
    - name: hicri
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.HicriTarihUzun }} {% endif %} {%
        endfor %}
    - name: Gunes
      value_template: >-
        {% for entry in value_json %} {% if entry.MiladiTarihKisa ==
        now().strftime('%d.%m.%Y') %} {{ entry.Gunes }} {% endif %} {% endfor %}

Problem solved by my self. New URL should be https://ezanvakti.emushaf.net

Salam all,
I’m using prayer times integration, anyone know how I can get the Hijri calendar to work ?

Everything is working fine in terms of Azan.

Just want to display the calendar and look at the month, if it’s Ramadan then trigger duas for Iftar and suhoor.

Any help on this would be greatly appreciated.