-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
58 lines (49 loc) · 1.35 KB
/
configuration.yaml
File metadata and controls
58 lines (49 loc) · 1.35 KB
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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: !secret unit_system
time_zone: !secret time_zone
#group: !include groups.yaml
#automation: !include_dir_merge_list automation/
#script: !include scripts.yaml
#scene: !include scenes.yaml
#lovelace:
# mode: yaml
homematic:
interfaces:
rf:
host: !secret homematic_host
resolvenames: json
username: !secret homatic_username
password: !secret homatic_password
binary_sensor:
- platform: workday
country: !secret workday_country
province: !secret workday_province
sensor:
- platform: template
sensors:
v_last_reboot:
value_template: "{{ state_attr('homematic.ccu3', 'V_Last_Reboot') or '01.01.1970 00:00:00' }}"
icon_template: "mdi:clock"
entity_id: homematic.ccu3
telegram_bot:
- platform: polling
api_key: !secret telegram_bot_api_key
parse_mode: markdown
allowed_chat_ids:
- !secret telegram_chat_id_1
notify:
- name: telegram_bot
platform: telegram
chat_id: !secret telegram_chat_id_1
camera:
- platform: foscam
ip: !secret foscam_ip
port: !secret foscam_port
username: !secret foscam_username
password: !secret foscam_password