-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
100 lines (74 loc) · 1.92 KB
/
configuration.yaml
File metadata and controls
100 lines (74 loc) · 1.92 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
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
homeassistant:
name: Home
latitude: !secret home_latitude
longitude: !secret home_longitude
elevation: !secret home_elevation
unit_system: metric
time_zone: Europe/London
customize: !include customize.yaml
customize_domain: !include customize_domain.yaml
customize_glob: !include customize_glob.yaml
# Enables the frontend
frontend:
# Enables the config screens
config:
logger:
default: info
http:
api_password: !secret http_password
# Checks for available updates
updater:
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# Weather Prediction
sensor yr:
platform: yr
# ----------- InfluxDB ------------- #
#influxdb:
# host: 127.0.01
# ------------- MQTT --------------- #
mqtt:
broker: 127.0.0.1
port: 1883
client_id: home-assistant-1
username: !secret mqtt_username
password: !secret mqtt_password
# ------------- NEST -------------- #
nest:
client_id: !secret nest_client_id
client_secret: !secret nest_client_secret
# ------------- HUE --------------- #
hue:
bridges:
- host: 192.168.55.161
# ------------ LG TV -------------- #
media_player lg_tv:
platform: webostv
host: 192.168.55.228
name: Living Room TV
notify living_room_tv:
platform: webostv
host: 192.168.55.228
# ------------ flic.io ------------ #
binary_sensor flic:
platform: flic
discovery: true
# ------------- Scenes ------------ #
input_boolean: !include input_boolean.yaml
input_datetime: !include input_datetime.yaml
input_select: !include input_select.yaml
input_number: !include input_number.yaml
group: !include group.yaml
scene: !include scene.yaml
script: !include script.yaml
switch: !include switch.yaml
binary_sensor: !include binary_sensor.yaml
sensor: !include sensor.yaml