This repository has been archived by the owner on Oct 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yml
89 lines (79 loc) · 1.85 KB
/
configuration.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
# Include Themes
frontend:
themes: !include themes.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensors.yaml
#Enable the use of Python scripts
python_script:
#Set logging level
# logger:
# default: info
#Discover some devices automatically
discovery:
# Amcrest Camera Config
amcrest:
- host: 192.168.2.10
username: !secret amcrest_user
password: !secret amcrest_password
#Alarm Panel
alarm_control_panel:
- platform: manual
name: Home Alarm
code: !secret alarm_code
code_arm_required: false
trigger_time: 300
disarmed:
trigger_time: 0
armed_home:
arming_time: 0
delay_time: 0
armed_away:
arming_time: 60
delay_time: 60
#Creates rest_command services that can be called by the python scripts or dev tools
rest_command:
kiosk_command:
url: !secret rest_url_kiosk_command
kiosk_play_sound:
url: !secret rest_url_sound_command
#Konnected
konnected:
access_token: !secret konnected_token
api_host: http://192.168.2.23:8123
devices:
- id: bcddc2fe7113 #mac id
binary_sensors:
- zone: 1
type: door
name: Front Door
- zone: 2
type: window
name: Window 2
- zone: 3
type: window
name: Window 3
- zone: 4
type: door
name: Back Door
- zone: 5
type: window
name: Window 5
- id: bcddc2fe5aa4
binary_sensors:
- zone: 1
type: window
name: Not Connected
switches:
- zone: 6
name: Beeper
momentary: 200
pause: 50
repeat: 3