· 6 years ago · Feb 06, 2019, 10:48 AM
1homeassistant:
2 # Name of the location where Home Assistant is running
3 name: Home
4 # Location required to calculate the time the sun rises and sets
5 latitude: ++
6 longitude: ++
7 # Impacts weather/sunrise data (altitude above sea level in meters)
8 elevation: 0
9 # metric for Metric, imperial for Imperial
10 unit_system: metric
11 # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
12 time_zone: Europe/Rome
13 # Customization file
14 customize: !include customize.yaml
15
16
17# Show links to resources in log and frontend
18introduction:
19
20# Enables the frontend
21frontend:
22 themes: !include_dir_merge_named themes/
23
24# Enables configuration UI
25config:
26
27# light
28lights: !include lights.yaml
29
30sensor:
31 - platform: time_date
32 display_options:
33 - 'time'
34 - 'date'
35 - 'date_time'
36 - 'time_date'
37 - 'time_utc'
38 - 'beat'
39
40
41
42
43# Broadlink mini
44switch:
45 - platform: broadlink
46 host: 192.168.1.235
47 mac: '78:0F:77:5A:DE:63'
48 friendly_name: Broadlink mini
49 type: rm
50 switches:
51 learner:
52 friendly_name: "Learner"
53 command_on: 'JgBgAAABLZMTEhMSFBETExMRFBITEhMSEjgUNhM3EjkTERQ3EzcRORM3EzcTEhQREhMTExEUEhMTEhMSEjkTNhI4FTYRORE4FQAFQgABLEoRAAxWAAErSxIADFQAASxKEgANBQAAAAAAAAAA'
54 command_off: 'JgBwAAABKJYRFREVERUSFBIUFBISFBI4EjgSOBM2EjgSOBE4EjgSFBIVETgSFBI4EjgRFRIUEhQSOBIUEjgRFRIUEjgROBI4EgAFFwABKEsSAAxgAAEoSxIADGEAAShLEgAMYQABJ0wRAAxhAAEoSxEADQUAAAAAAAAAAA=='
55
56
57
58
59weather:
60 - platform: darksky
61 api_key: ++
62 mode: daily
63
64
65# Netatmo
66netatmo:
67 api_key: +++
68 secret_key: ++
69 username: ++
70 password: ++
71
72# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
73# http:
74# base_url: example.duckdns.org:8123
75
76# Checks for available updates
77# Note: This component will send some information about your system to
78# the developers to assist with development of Home Assistant.
79# For more information, please see:
80# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
81updater:
82 # Optional, allows Home Assistant developers to focus on popular components.
83 # include_used_components: true
84
85# Discover some devices automatically
86discovery:
87
88# Allows you to issue voice commands from the frontend in enabled browsers
89conversation:
90
91# Enables support for tracking state changes over time
92history:
93
94# View all events in a logbook
95logbook:
96
97# Enables a map showing the location of tracked devices
98map:
99
100# Track the sun
101sun:
102
103
104
105# Sensors
106sensor: !include sensors.yaml
107
108
109
110# Weather prediction
111 platform: yr
112
113# Text to speech
114tts:
115 - platform: google
116
117# Cloud
118cloud:
119
120group: !include groups.yaml
121automation: !include automations.yaml
122script: !include scripts.yaml
123packages: !include_dir_named packages
124
125telegram_bot:
126 - platform: polling
127 api_key: ++++
128 allowed_chat_ids:
129 - 661179179
130
131notify:
132 - name: telegram
133 platform: telegram
134 chat_id: 661179179