-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
125 lines (98 loc) · 3.49 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
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# 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: 104.23
# 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
influxdb:
host: 127.0.0.1
username: home-assistant
password: !secret influx_password
recorder:
purge_interval: 1
purge_keep_days: 5
zone:
name: Work
latitude: !secret work_latitude
longitude: !secret work_longitude
icon: mdi:worker
zone 2:
name: Laura's_Apartment
latitude: !secret laura_latitude
longitude: !secret laura_longitude
icon: mdi:heart
# Show links to resources in log and frontend
introduction:
# Enables the frontend
frontend:
themes:
main:
primary-color: blue
# Enables configuration UI
config:
map:
device_tracker:
- platform: owntracks_http
http:
# Uncomment this to add a password (recommended!)
api_password: !secret api_password
# Uncomment this if you are using SSL or running in Docker etc
base_url: home-assistant.jeanclaudeshore.com
#ssl_certificate: /home/homeassistant/.homeassistant/fullchain.pem
#ssl_key: /home/homeassistant/.homeassistant/privkey.pem
# Checks for available updates
# Note: This component will send some information about your system to
# the developers to assist with development of Home Assistant.
# For more information, please see:
# https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
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:
# Sensors
sensor: !include sensors.yaml
# Text to speech
tts:
platform: google
group: !include groups.yaml
#media_player:
# - platform: pandora
notify:
- platform: discord
name: discord
token: !secret discord_token
- platform: html5
name: html5
gcm_api_key: !secret gcm_server_id
gcm_sender_id: !secret gcm_sender_id
automation: !include automations.yaml
intent_script: !include intents.yaml
camera:
- platform: generic
still_image_url: https://radblast.wunderground.com/cgi-bin/radar/WUNIDS_map?station=RDU&brand=wui&num=12&delay=15&type=TZL&frame=0&scale=0.5&noclutter=1&showstorms=0&mapx=400&mapy=240¢erx=418¢ery=224.5&transx=18&transy=-15.5&showlabels=0&severe=0&rainsnow=1&lightning=1&smooth=1&rand=24961193&lat={{ states.device_tracker.jc_motox4.attributes.latitude }}&lon={{ states.device_tracker.jc_motox4.attributes.longitude }}&label={{ states.device_tracker.jc_motox4.attributes.friendly_name }}
name: RDU Weather
- name: Map
platform: generic
still_image_url: https://maps.googleapis.com/maps/api/staticmap?center={{ states.device_tracker.jc_motox4.attributes.latitude }},{{ states.device_tracker.jc_motox4.attributes.longitude }}&zoom=13&size=500x500&maptype=roadmap&markers=color:blue%7Clabel:P%7C{{ states.device_tracker.jc_motox4.attributes.latitude }},{{ states.device_tracker.jc_motox4.attributes.longitude }}
limit_refetch_to_url_change: true
light:
platform: hue
host: 192.168.1.15
binary_sensor:
- platform: trend
sensors:
alerts_increase:
entity_id: sensor.pws_alerts