· 9 years ago · Jun 24, 2016, 06:27 PM
1homeassistant:
2 # Name of the location where Home Assistant is running
3 name: Casa - Arrifana
4
5 # Location required to calculate the time the sun rises and sets
6 latitude: ********
7 longitude: ********
8
9 # C for Celsius, F for Fahrenheit
10 temperature_unit: C
11
12 # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
13 time_zone: Europe/Lisbon
14
15# Checks for available updates
16updater:
17
18# View all events in a logbook
19logbook:
20
21# Prediction of weather
22sensor:
23 platform: netatmo
24 modules:
25 Station:
26 - temperature
27 - humidity
28 - noise
29 - pressure
30 - co2
31 - rain
32 - sum_rain_1
33 - sum_rain_24
34 - wifi_status
35
36# Enables support for tracking state changes over time.
37history:
38
39# Track the sun
40sun:
41
42# Discover some devices automatically
43discovery:
44
45# Allows you to issue voice commands from the frontend
46conversation:
47
48# Enables the frontend
49frontend:
50
51light:
52 platform: hue
53 host: 192.168.1.11
54 allow_unreachable: true
55 filename: phue11.conf
56
57light 2:
58 platform: hue
59 host: 192.168.1.12
60 allow_unreachable: true
61 filename: phue12.conf
62
63netatmo:
64 api_key: ********
65 secret_key: ********
66 username: ********
67 password: ********