-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
120 lines (103 loc) · 2.5 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
ios:
logger:
default: critical
logs:
custom_components.smartthinq: debug
homeassistant.components.mqtt: debug
http:
base_url: !secret base_url
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
zwave:
# Forwarded from host/hypervisor
# through Proxmox
usb_path: /dev/ttyACM0
# network_key: !secret zwave_network_key
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Text to speech
tts:
- platform: google_translate
# The company car
volkswagencarnet:
username: !secret vw_carnet_user
password: !secret vw_carnet_pass
scan_interval:
minutes: 3
name: !include vw_vins.yaml
# Apartment door
verisure:
username: !secret verisure_user
password: !secret verisure_pass
locks: true
code_digits: 6
alarm: false
# Xiaomi Roborock S55
vacuum:
- platform: xiaomi_miio
host: 10.1.1.40
token: !secret xiaomi_roborock_token
# Testing utility meter
utility_meter:
bathroom_heating_kw:
source: sensor.thermofloor_as_heatit_thermostat_tf_056_energy
cycle: monthly
tibber:
access_token: !secret tibber_token
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
light: !include lights.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensors.yaml
zone:
- name: SATS
latitude: 59.928519
longitude: 10.710931
radius: 40
icon: mdi:weight-lifter
- name: Tise
latitude: 59.910041
longitude: 10.740917
radius: 80
icon: mdi:worker
- name: Rikshospitalet
latitude: 59.949143
longitude: 10.715010
radius: 160
icon: mdi:hospital
- name: Majorstuen T
latitude: 59.929852
longitude: 10.715197
radius: 80
icon: mdi:subway-variant
- name: home
latitude: 59.927383
longitude: 10.715456
icon: mdi:home
radius: 160
shopping_list:
recorder:
auto_purge: true
purge_keep_days: 7
exclude:
entities:
- sensor.date
- sensor.time
- sensor.sun_azimuth
- sensor.sun_elevation
- sun.sun
weather:
- platform: openweathermap
api_key: !secret openweather_key
mode: hourly
device_tracker:
- platform: mqtt
devices:
mxh11: 'monitor/rpidashboard/mxh11/device_tracker'
dahlmo: 'monitor/rpidashboard/dahlmo/device_tracker'
living_room_tv: 'monitor/rpidashboard/samsungtv/device_tracker'