forked from zubir2k/HomeAssistantAdzan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
43 lines (38 loc) · 1.01 KB
/
configuration.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
## Automation Azan - version 3.0
## This config will add the following:
## 1. Added esolat.yaml as sensor
## 2. Enable Downloader (for downloading data from Jakim).
## 3. Create Input Select (for source selection).
## 4. Create Input Text (for location/state code and Home Assistant URL).
## You may enable the "initial" by removing the comment to set the default value (upon Home Assistant restart).
sensor solat: !include esolat.yaml
homeassistant:
allowlist_external_dirs:
- "/tmp"
- "/config/"
media_dirs:
media: "/media"
## Downloader ##
downloader:
download_dir: www
## Input Select ##
input_select:
solat:
name: Solat
icon: mdi:star-crescent
options:
- Local
- eSolat
- AzanPro
#initial: eSolat
## Input Text ##
input_text:
solat:
name: Solat State Code
icon: mdi:star-crescent
#initial: "sgr01"
homeurl:
name: Home Assistant URL
icon: mdi:home-assistant
#initial: "https://xxxx.duckdns.org"
#initial: "http://192.168.0.123:8123"