-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
77 lines (65 loc) · 1.94 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
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
group: !include includes/groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
switch: !include includes/switches.yaml
sensor: !include includes/sensors.yaml
input_boolean: !include includes/input_booleans.yaml
timer: !include includes/timers.yaml
binary_sensor: !include includes/binary_sensors.yaml
media_player: !include includes/media_players.yaml
light: !include includes/lights.yaml
input_select: !include includes/input_selects.yaml
camera: !include includes/cameras.yaml
input_datetime: !include includes/input_datetimes.yaml
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
# use_x_forwarded_for: true
# trusted_proxies:
# - 172.30.33.0/24
tts:
- platform: google_translate
language: 'cs'
google_assistant:
project_id: home-assistant-new-5b1c8
service_account: !include secrets/service_account.json
report_state: true
smartir:
check_updates: false
device_tracker:
- platform: bluetooth_tracker
new_device_defaults:
track_new_devices: false
- platform: ping
hosts:
nokia_6_2_wifi: 192.168.0.103
#spotify:
# client_id: b5e9102ce29943bba9940ab3fa48a814
# client_secret: !secret spotify_secret
vacuum:
- platform: miio2
host: 192.168.0.203
token: !secret xiaomi_vacuum_token
name: Xiaomi Mop P
#google:
# client_id: !secret google_id
# client_secret: !secret google_secret
mqtt:
sensor:
- name: Stav USB Zigbee
state_topic: "zigbee2mqtt/bridge/state"
icon: mdi:router-wireless
- state_topic: "zigbee2mqtt/0x680ae2fffee3c000"
availability_topic: "zigbee2mqtt/bridge/state"
icon: "mdi:signal"
unit_of_measurement: "lqi"
value_template: "{{ value_json.linkquality }}"
frontend:
themes: !include_dir_merge_named themes
logger:
default: warning
logs:
custom_components.better_thermostat: debug