Skip to content

Commit

Permalink
v1.0 beta4e
Browse files Browse the repository at this point in the history
Sorting debug info
  • Loading branch information
zubir2k authored Jan 13, 2025
1 parent 99a1919 commit 42b966e
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions blueprints/esolat_automation.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blueprint:
name: 🕋 eSolat Automation Blueprint
description: v1.0 beta4d - Blueprint for eSolat prayer time notifications with speaker alerts.
description: v1.0 beta4e - Blueprint for eSolat prayer time notifications with speaker alerts.
author: zubir2k
domain: automation
input:
Expand Down Expand Up @@ -109,18 +109,24 @@ action:
title: >-
🕋 [DEBUG] eSolat - Variables Check ✅
message: >-
prayer - {{ prayer }}{{ '\n' }}
prayer_next - {{ prayer_next }}{{ '\n' }}
prayer_next - {{ prayer_next }}{{ '\n' }}
**Config**{{ '\n' }}
esolattakwim - {{ esolattakwim }}{{ '\n' }}
current24h - {{ current24h }}{{ '\n' }}
next24h - {{ next24h }}{{ '\n' }}
speaker_type - {{ speaker_type }}{{ '\n' }}
speaker_entity - {{ speaker_entity }}{{ '\n' }}
reminder - {{ reminder }}{{ '\n' }}
audio_azan - {{ audio_azan }}{{ '\n' }}
audio_azansubuh - {{ audio_azansubuh }}{{ '\n' }}
notification_options - {{ notification_options }}
notification_options {{ notification_options }}{{ '\n' }}{{ '\n' }}
**Audio**{{ '\n' }}
audio_azan{{ '\n' }}{{ audio_azan }}{{ '\n' }}
audio_azansubuh{{ '\n' }}{{ audio_azansubuh }}{{ '\n' }}{{ '\n' }}
**Prayer Time**{{ '\n' }}
current - {{ current }}{{ '\n' }}
current24h - {{ current24h }}{{ '\n' }}
next - {{ next }}{{ '\n' }}
next24h - {{ next24h }}{{ '\n' }}
prayer - {{ prayer }}{{ '\n' }}
prayer_next - {{ prayer_next }}{{ '\n' }}
- choose:
- conditions:
Expand Down

0 comments on commit 42b966e

Please sign in to comment.