-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
135 lines (110 loc) · 2.63 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
homeassistant:
# Name of the location where Home Assistant is running
name: Home Akos
# Location required to calculate the time the sun rises and sets
latitude: !secret latitude
longitude: !secret longitude
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 352
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Bucharest
customize:
switch.neon:
icon: mdi:lightbulb
# Show links to resources in log and frontend
#introduction:
logger:
default: warning
# logs:
# homeassistant.components: info
# homeassistant.components.rfxtrx: debug
# homeassistant.components.device_tracker: critical
# homeassistant.components.camera: critical
# Enables the frontend
frontend:
# Enables configuration UI
config:
http:
api_password: !secret api_password
# server_host: 127.0.0.1
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
ip_ban_enabled: True
login_attempts_threshold: 5
# 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:
# Text to speech
tts:
platform: google
group: !include groups.yaml
automation: !include automations.yaml
sensor: !include sensors.yaml
climate: !include climates.yaml
camera: !include cameras.yaml
switch:
- platform: rpi_gpio
ports:
5: Neon
17: Kazan
18: Konyha
27: Nappali
22: Halo
23: Test
24: Gyerekek
25: Furdo
invert_logic: true
- platform: wake_on_lan
name: "kolgep"
mac_address: "74:D4:35:0A:6C:F1"
input_boolean:
notify_home:
name: Fűtésrednszer kapcsolója
initial: off
icon: mdi:fire
zone:
name: Home
latitude: !secret latitude
longitude: !secret longitude
radius: 150
icon: mdi:home
zone 2:
name: Work
latitude: !secret latitude2
longitude: !secret longitude2
radius: 100
icon: mdi:worker
zone 3:
name: Ovi
latitude: !secret latitude3
longitude: !secret longitude3
radius: 50
icon: mdi:account-multiple
zone 4:
name: Filo
latitude: !secret latitude4
longitude: !secret longitude4
radius: 100
icon: mdi:book-open-page-variant
mqtt:
broker: 127.0.0.1
port: 1883
client_id: home-asistant
keepalive: 60
username: akos
password: !secret api_password
device_tracker:
- platform: owntracks
- platform: nmap_tracker
hosts: 10.2.2.30-40