Without wishing to hijack this thread perhaps this might be of value for you or others who might subscribe to the London Unified Timetable (ELM/LCM) (which can’t easily be calculated).
(Please respect the thread and send issues/support elsewhere)
Without wishing to hijack this thread perhaps this might be of value for you or others who might subscribe to the London Unified Timetable (ELM/LCM) (which can’t easily be calculated).
(Please respect the thread and send issues/support elsewhere)
Hi
Just to remind everyone that the Azan times will be off due to the time change in the US but it will self correct the next day. this happens because the prayer time integration reaches out and updates before the time change happens.
Someone using this api at Netherlands hanafi and are the times well correct? Islamic prayer time integration was the times not correct.
Hi guys,
I am new here so need help first of all…everyone done great jobs
so I am looking to display let say fajr time still as true or active in between within until 1 hour after fajr time. so let say it is 6am until 7 am it will show me that still time to pray.
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M,
%Y-%m-%d”)) > as_timestamp(strptime(states(“sensor.dhuhr_prayer”), “%Y-%m-%dT%H:%M:%S”))
}}’
thank you for help !!!
Hi Guys, i am a newbie and having issues running the adhaan. Configuration is below:
homeassistant:
name: Home
latitude: -35.473469
longitude: 149.012375
elevation: 719m
unit_system: metric
time_zone: Australia/ACT
customize: !include customize.yaml
whitelist_external_dirs:
- ‘/config/www’
#introduction:
discovery:
media_extractor:
#Sensors
sensor:
platform: yr
platform: time_date
display_options:
platform: islamic_prayer_times
calculation_method: makkah
sensors:
tts:
#Google Home
cast:
media_player:
#- host: xxx.xxx.x.xxx #Google Home Mini
- host: xxx.xxx.x.xxx #Google Nest Hub
#input Boolean - used to synchronize between multiple speakers
input_boolean:
adhan:
name: Adhan
initial: off
sensor:
media_extractor:
Automation.yaml:
you can try to use the following code to adjust SG prayer time.
- platform: template
sensors:
salah_fajr:
friendly_name: "Fajr"
value_template: "{{ (as_timestamp(states('sensor.fajr_prayer')) - 480) | timestamp_custom('%Y-%m-%dT%H:%M:%S+00:00', false) }}"
device_class: timestamp
- platform: template
sensors:
salah_dhuhr:
friendly_name: "Dhuhr"
value_template: "{{ (as_timestamp(states('sensor.dhuhr_prayer')) + 60) | timestamp_custom('%Y-%m-%dT%H:%M:%S+00:00', false) }}"
device_class: timestamp
Hi, thank you but I solved this a few years ago…
How did you solve it? any dynamic way?
I’m using Node-Red with HomeAssistant. So the time adjustment is done in Node-Red. Previously I did something like what you posted… I think I posted it somewhere in this thread or the original thread for this integration.
Because Ramadan is approaching, I was considering creating an automation that would send me a voice alert on my google speaker 10 minutes before iftar. What is the best way for me to do this?
Just use the method posted above for an offset of -10 :
* Template warning: 'strptime' got invalid input '2022-04-21T18:20:00+00:00' when rendering template '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.dhuhr_prayer"), "%Y-%m-%dT%H:%M:%S")) }}' but no default was specified. Currently 'strptime' will return '2022-04-21T18:20:00+00:00', however this template will fail to render in Home Assistant core 2022.1
I keep getting this error. Does anyone know how to resolve it or what can I use to replace ‘strptime’? If someone could point in the right direction, I would appreciate it.
I found a solution from another post. I am going to link his answer here. Azan or Adhan automation Islamic Prayer Times - #5 by 123 Thanks @123
Hello, with latest ha version the get template has error.
Do you have a workaround please
My adhan automation stopped working after updating to latest version
Dear all my brothers & sisters,
After the recent update on my HA, my Adhan suddenly stop working, upon searching the error in log, it’s likely due to the time template.
For those who have similar issues, please refer below ‘before’ and ‘after’ changes in my template.
BEFORE
- platform: template
sensors:
subuh_selangor:
friendly_name: 'Subuh'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Fajr"] | timestamp_custom("%H:%M") }}'
zuhur_selangor:
friendly_name: 'Zuhur'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Dhuhr"] | timestamp_custom("%H:%M") }}'
asar_selangor:
friendly_name: 'Asar'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Asr"] | timestamp_custom("%H:%M") }}'
maghrib_selangor:
friendly_name: 'Maghrib'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Maghrib"] | timestamp_custom("%H:%M") }}'
isyak_selangor:
friendly_name: 'Isyak'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Isha"] | timestamp_custom("%H:%M") }}'
AFTER
- platform: template
sensors:
subuh_selangor:
friendly_name: 'Subuh'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Fajr"] }}'
zuhur_selangor:
friendly_name: 'Zuhur'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Dhuhr"] }}'
asar_selangor:
friendly_name: 'Asar'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Asr"] }}'
maghrib_selangor:
friendly_name: 'Maghrib'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Maghrib"] }}'
isyak_selangor:
friendly_name: 'Isyak'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Isha"] }}'
MY WORKABLE FULL CONFIGURATION
#Time Data
- platform: time_date
display_options:
- 'time'
- 'date'
- 'date_time'
- 'time_date'
- 'time_utc'
- 'beat'
#selangor
- platform: rest
name: "Prayer selangor"
json_attributes:
- data
resource: "http://api.aladhan.com/v1/timings?latitude=3.333333&longitude=333.33333&method=3"
value_template: '{{ value_json["data"]["meta"]["method"]["name"].title() }}'
scan_interval: 86400
- platform: template
sensors:
subuh_selangor:
friendly_name: 'Subuh'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Fajr"] }}'
zuhur_selangor:
friendly_name: 'Zuhur'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Dhuhr"] }}'
asar_selangor:
friendly_name: 'Asar'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Asr"] }}'
maghrib_selangor:
friendly_name: 'Maghrib'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Maghrib"] }}'
isyak_selangor:
friendly_name: 'Isyak'
value_template: '{{ states.sensor.prayer_selangor.attributes.data.timings["Isha"] }}'
In summary what i did, is to remove the ‘timestamp_custom’ line from the template. Hope it helps.
If you want to keep the timestamp_custom filter, this is what it should look like now that de default parameter is a required parameter:
timestamp_custom("%H:%M", default = 0)
Edwin
i tried your above method but got all my time 0.
That would normally happen if the value before is undefined. Wat exactly is displayed if you remove ithe filter entirely?
Hello, I am using version 2022.7.4, I have installed islamic prayer times, all is well, but the adhan won’t go off automatically. I have put my configuration files below for your idea. The scripts below used to work on an extremely old version of HA that I was running for the past few years. Since my old raspberry died, I’ve put this on a vmware esxi server for more stability. Please let me know if you can see what am I missing.
config/configuration.yaml
homeassistant:
latitude: 43.21824
longitude: -79.7875487
elevation: 106
unit_system: metric
time_zone: America/Torontodefault_config:
discovery:
media_extractor:
sun:sensor:
- platform: time_date
display_options:
- ‘time’
- ‘date’
- ‘date_time’
- ‘date_time_iso’
- ‘time_date’
- ‘time_utc’
- ‘beat’
- platform: islamic_prayer_times
calculation_method: isna
sensors:
- fajr
- sunrise
- dhuhr
- asr
- maghrib
- isha
- midnight
Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
config/automation.yaml
Fajr Adhan
################################################################################
- alias: Fujr Adhan
id: ‘1517693010922’
trigger:
- platform: template
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_fajr”), “%Y-%m-%dT%H:%M:%S”)) -3600 }}’ # Activate this in November right after the time change
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_fajr”), “%Y-%m-%dT%H:%M:%S”)) +3600 }}’ # Activate this in March right after the time change
value_template: '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.islamic_prayer_time_fajr"), "%Y-%m-%dT%H:%M:%S")) }}' # Always the Normal
action:
- service: media_player.volume_set
data:
entity_id:
- media_player.family_room_speaker
- media_player.master_bedroom_speaker
volume_level: ‘0.40’# Fujr Adhan - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/adhan/adhan_fajr_makkah.mp3 #media_content_id: http://192.168.1.160/aud/adhan/adhan_al-aqsa.mp3 media_content_type: audio/mp3 - delay: '00:03:50' #- delay: '00:04:15' # Adhan Dua - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/dua/dua-e-adhan.mp3 media_content_type: audio/mp3 - delay: '00:00:19' #- service: media_player.volume_set # data: # entity_id: # - media_player.family_room_speaker # - media_player.guest_room_wifi # volume_level: '0.29' # 96 Surah Al'Alaq #- service: media_extractor.play_media # data: # entity_id: # - media_player.family_room_speaker # - media_player.guest_room_wifi # media_content_id: http://192.168.1.160/aud/surah/quran_96.mp3 # media_content_type: audio/mp3 #- delay: '00:02:46' # 109 Surah Al'Kafirun #- service: media_extractor.play_media # data: # entity_id: # - media_player.family_room_speaker # - media_player.guest_room_wifi # media_content_id: http://192.168.1.160/aud/surah/quran_109.mp3 # media_content_type: audio/mp3 #- delay: '00:01:19' # 110 Surah An'Nasr #- service: media_extractor.play_media # data: # entity_id: # - media_player.family_room_speaker # - media_player.guest_room_wifi # media_content_id: http://192.168.1.160/aud/surah/quran_110.mp3 # media_content_type: audio/mp3 #- delay: '00:00:57' # 01 Surah Al'Fatiha - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/surah/quran_01.mp3 media_content_type: audio/mp3 - delay: '00:01:28' # 112 Surah Al'Ikhlas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/surah/quran_112.mp3 media_content_type: audio/mp3 - delay: '00:00:41' # 113 Surah Al'Falaq - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/surah/quran_113.mp3 media_content_type: audio/mp3 - delay: '00:00:56' # 114 Surah An'Nas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/surah/quran_114.mp3 media_content_type: audio/mp3 - delay: '00:01:17' # Ayat'ul Kursi - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi - media_player.master_bedroom_speaker media_content_id: http://192.168.1.160/aud/ayah/ayat_ul-kursi.mp3 media_content_type: audio/mp3
Dhuhr Adhan
################################################################################
- alias: Dhuhr Adhan
id: ‘1517693010923’
trigger:
- platform: template
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_dhuhr”), “%Y-%m-%dT%H:%M:%S”)) -3600 }}’ # Activate this in November right after the time change
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_dhuhr”), “%Y-%m-%dT%H:%M:%S”)) +3600 }}’ # Activate this in March right after the time change
value_template: '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.islamic_prayer_time_dhuhr"), "%Y-%m-%dT%H:%M:%S")) }}' # Always the Normal
action:
- service: media_player.volume_set
data:
entity_id:
- media_player.family_room_speaker
- media_player.guest_room_wifi
volume_level: ‘0.5’- service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi #media_content_id: http://192.168.1.160/aud/adhan/adhan_makkah.mp3 media_content_id: http://192.168.1.160/aud/adhan/adhan_al-aqsa.mp3 media_content_type: audio/mp3 #- delay: '00:03:22' - delay: '00:04:15' - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/dua/dua-e-adhan.mp3 media_content_type: audio/mp3 - delay: '00:00:19'
- service: media_extractor.play_media
data:
entity_id: media_player.family_room_speaker_2
media_content_id: http://192.168.1.160/aud/surah/quran_36.mp3
media_content_type: audio/mp3
# 01 Surah Al'Fatiha - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_01.mp3 media_content_type: audio/mp3 - delay: '00:01:28' # 112 Surah Al'Ikhlas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_112.mp3 media_content_type: audio/mp3 - delay: '00:00:41' # 113 Surah Al'Falaq - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_113.mp3 media_content_type: audio/mp3 - delay: '00:00:56' # 114 Surah An'Nas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_114.mp3 media_content_type: audio/mp3 - delay: '00:01:17' # Ayat'ul Kursi - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/ayah/ayat_ul-kursi.mp3 media_content_type: audio/mp3
Asr Adhan
################################################################################
- alias: Asr Adhan
id: ‘1517693010924’
trigger:
- platform: template
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_asr”), “%Y-%m-%dT%H:%M:%S”)) -3600 }}’ # Activate this in November right after the time change
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_asr”), “%Y-%m-%dT%H:%M:%S”)) +3600 }}’ # Activate this in March right after the time change
value_template: '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.islamic_prayer_time_asr"), "%Y-%m-%dT%H:%M:%S")) }}' # Always the Normal
action:
- service: media_player.volume_set
data:
entity_id:
- media_player.family_room_speaker
- media_player.guest_room_wifi
volume_level: ‘0.5’- service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi #media_content_id: http://192.168.1.160/aud/adhan/adhan_makkah.mp3 media_content_id: http://192.168.1.160/aud/adhan/adhan_al-aqsa.mp3 media_content_type: audio/mp3 #- delay: '00:03:22' - delay: '00:04:15' - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/dua/dua-e-adhan.mp3 media_content_type: audio/mp3 - delay: '00:00:19' # 01 Surah Al'Fatiha - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_01.mp3 media_content_type: audio/mp3 - delay: '00:01:28' # 112 Surah Al'Ikhlas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_112.mp3 media_content_type: audio/mp3 - delay: '00:00:41' # 113 Surah Al'Falaq - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_113.mp3 media_content_type: audio/mp3 - delay: '00:00:56' # 114 Surah An'Nas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_114.mp3 media_content_type: audio/mp3 - delay: '00:01:17' # Ayat'ul Kursi - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/ayah/ayat_ul-kursi.mp3 media_content_type: audio/mp3
Maghrib Adhan
################################################################################
- alias: Maghrib Adhan
id: ‘1517693010925’
trigger:
- platform: template
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_maghrib”), “%Y-%m-%dT%H:%M:%S”)) -3600 }}’ # Activate this in November right after the time change
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_maghrib”), “%Y-%m-%dT%H:%M:%S”)) +3600 }}’ # Activate this in March right after the time change
value_template: '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.islamic_prayer_time_maghrib"), "%Y-%m-%dT%H:%M:%S")) }}' # Always the Normal
action:
- service: media_player.volume_set
data:
entity_id:
- media_player.family_room_speaker
- media_player.guest_room_wifi
volume_level: ‘1.0’- service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi #media_content_id: http://192.168.1.160/aud/adhan/bahrain_tv_athan_akmagraib.mp3 media_content_id: http://192.168.1.160/aud/adhan/adhan_al-maghrib_madinah.mp3 media_content_type: audio/mp3 - delay: '00:03:37' # adhan_al-maghrib_madinah - service: media_player.volume_set data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi volume_level: '0.5' - service: media_extractor.play_media data: entity_id: media_player.family_room_speaker media_content_id: http://192.168.1.160/aud/dua/dua-e-adhan.mp3 media_content_type: audio/mp3 - delay: '00:00:19' # 01 Surah Al'Fatiha - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_01.mp3 media_content_type: audio/mp3 - delay: '00:01:28' # 112 Surah Al'Ikhlas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_112.mp3 media_content_type: audio/mp3 - delay: '00:00:41' # 113 Surah Al'Falaq - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_113.mp3 media_content_type: audio/mp3 - delay: '00:00:56' # 114 Surah An'Nas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_114.mp3 media_content_type: audio/mp3 - delay: '00:01:17' # Ayat'ul Kursi - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/ayah/ayat_ul-kursi.mp3 media_content_type: audio/mp3
Isha Adhan
################################################################################
- alias: Isha Adhan
id: ‘1517693010926’
trigger:
- platform: template
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_isha”), “%Y-%m-%dT%H:%M:%S”)) -3600 }}’ # Activate this in November right after the time change
value_template: ‘{{ as_timestamp(strptime(states(“sensor.time_date”), “%H:%M, %Y-%m-%d”)) == as_timestamp(strptime(states(“sensor.islamic_prayer_time_isha”), “%Y-%m-%dT%H:%M:%S”)) +3600 }}’ # Activate this in March right after the time change
value_template: '{{ as_timestamp(strptime(states("sensor.time_date"), "%H:%M, %Y-%m-%d")) == as_timestamp(strptime(states("sensor.islamic_prayer_time_isha"), "%Y-%m-%dT%H:%M:%S")) }}' # Always the Normal
action:
- service: media_player.volume_set
data:
entity_id:
- media_player.family_room_speaker
- media_player.guest_room_wifi
volume_level: ‘0.5’- service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi #media_content_id: http://192.168.1.160/aud/adhan/adhan_makkah.mp3 media_content_id: http://192.168.1.160/aud/adhan/adhan_al-aqsa.mp3 media_content_type: audio/mp3 #- delay: '00:03:22' - delay: '00:04:15' - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/dua/dua-e-adhan.mp3 media_content_type: audio/mp3 - delay: '00:00:19' # 01 Surah Al'Fatiha - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_01.mp3 media_content_type: audio/mp3 - delay: '00:01:28' # 112 Surah Al'Ikhlas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_112.mp3 media_content_type: audio/mp3 - delay: '00:00:41' # 113 Surah Al'Falaq - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_113.mp3 media_content_type: audio/mp3 - delay: '00:00:56' # 114 Surah An'Nas - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/surah/quran_114.mp3 media_content_type: audio/mp3 - delay: '00:01:17' # Ayat'ul Kursi - service: media_extractor.play_media data: entity_id: - media_player.family_room_speaker - media_player.guest_room_wifi media_content_id: http://192.168.1.160/aud/ayah/ayat_ul-kursi.mp3 media_content_type: audio/mp3
This is what I have on my dash board: (Please ignore the lines that are appearing as heading (bolded and enlarged) as they have a # for comment in the code)
Please Help!