-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathconfiguration.yaml
executable file
·111 lines (94 loc) · 2.55 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
homeassistant:
# Name of the location where Home Assistant is running
name: home-assistant
# Location required to calculate the time the sun rises and sets
latitude: !secret home_latitude
longitude: !secret home_longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: !secret home_elevation
# metric for Metric, imperial for Imperial
unit_system: imperial
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: America/New_York
# Customization file
customize: !include customize.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
# http:
# base_url: example.duckdns.org:8123
# Discover some devices automatically
discovery:
# Enables map tracking of devices
map:
# Enables the frontend themes
frontend: !include frontend.yaml
# Lovelace configuration
lovelace:
mode: yaml
hacs:
token: !secret hacs_github
sidepanel_title: HACS
sidepanel_icon: "mdi:alpha-c-box"
appdaemon: true
python_script: true
theme: true
browser_mod:
devices:
9801b89d-d9138acb:
name: windows chrome
c6d0b1eb-fc249f7:
name: tablet
tts:
- platform: google_translate
# ++++++++++ LIGHTS ++++++++++
lutron_caseta:
host: 192.168.1.81
keyfile: /ssl/lutron/caseta.key
certfile: /ssl/lutron/caseta.crt
ca_certs: /ssl/lutron/caseta-bridge.crt
light:
# For Fully Kiosk
- platform: template
lights:
dashboard_screen:
turn_on:
turn_off:
set_level:
#End of Fully Kiosk
# ++++++++++ THERMOSTATS ++++++++++
ecobee:
api_key: !secret ecobee_api
binary_sensor:
- platform: mqtt
name: dashboard_motion
state_topic: any/value
# For Fully Kiosk
# End of Fully Kiosk
# ++++++++++ DEVICE TRACKING ++++++++++
life360:
# ++++++++++ AIR QUALITY ++++++++++
iqvia:
zip_code: !secret zipcode
monitored_conditions:
- allergy_average_forecasted
- allergy_index_today
- allergy_index_tomorrow
- asthma_average_forecasted
- asthma_index_today
- asthma_index_tomorrow
- disease_average_forecasted
- disease_index_today
# ++++++++++ EXTERNAL FILE REFERENCE ++++++++++
sensor: !include_dir_merge_list sensor
zone: !include zones.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
# ++++++++++ CHANGES TO INTERFACE ++++++++++
# Enter new items in left menu
panel_iframe:
ide:
title: IDE
icon: mdi:code-braces
url: http://hassio.local:8321