-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
72 lines (59 loc) · 1.26 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
homeassistant:
# name: Fjellbu
# latitude: !secret latitude
# longitude: !secret longitude
# elevation: 948
# unit_system: metric
# time_zone: Europe/Oslo
customize: !include customize.yaml
# Enables the frontend
frontend:
javascript_version: latest
extra_html_url:
- /local/lovelace.html
config:
system_health:
zigbee2mqtt_networkmap:
panel_iframe:
networkmap:
title: 'Zigbee Map'
url: '/local/zigbee2mqtt_networkmap/map.html'
icon: 'mdi:graphql'
recorder:
purge_keep_days: 7
http:
base_url: !secret ha_url
updater:
discovery:
conversation:
history:
logbook:
map:
sun:
mobile_app:
#apple_tv:
# Zwave
zwave:
usb_path: /dev/ttyACM1
# Weather prediction
#sensor:
# - platform: yr
# Text to speech
tts:
- platform: google_translate
service_name: google_say
# Cloud
cloud:
#camera:
# - platform: generic
# name: Meteogram
# still_image_url: https://www.yr.no/place/Norway/Buskerud/Nes/Fj%C3%B8laset/meteogram.svg
# content_type: 'image/svg+xml'
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
input_select: !include_dir_merge_named input_select
scene: !include scene.yaml
sensor: !include sensor.yaml
timer: !include timer.yaml
input_boolean: !include input_boolean.yaml