UmmahWatch
Free Palestine
Logo
Main Menu
User Account
Language
πŸ“‘

Live Integration Status

Service Active

1. Choose Platform

2. Configure Triggers

Configuration YAML / JSON

# Home Assistant Configuration # Add to your configuration.yaml sensor: - platform: rest name: "Next Prayer" resource: "https://ummahwatch.com/api/v1/prayer/next" value_template: "{{ value_json.next_prayer }}" json_attributes: - time_remaining - type automation: - alias: "Play Adhan" trigger: platform: state entity_id: sensor.next_prayer_time_remaining to: "00:00:00" action: service: media_player.play_media target: entity_id: media_player.living_room data: media_content_id: "https://ummahwatch.com/assets/audio/adhan_mecca.mp3" media_content_type: "music"
Note: This is a sample configuration generator. For real integration, use our Developer API key.