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
longitude: !secret
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 0
# 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/Chicago
customize: !include customize.yaml
# Show links to resources in log and frontend
#introduction:
# Enables the frontend
frontend:
# Enables configuration UI
config:
# 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:
# platform: yr
# Text to speech
tts:
platform: google
zwave:
usb_path: /dev/ttyACM0
config_path: /srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/libopenzwave-0.3.3-py3.4-linux-armv7l.egg/config
input_boolean:
away_mode:
name: Set Away Mode
initial: off
nest:
client_id: !secret
client_secret: !secret
http:
api_password: !secret
ssl_certificate: !secret
ssl_key: !secret
notify:
- platform: pushbullet
api_key: !secret
name: pushbullet
script:
doorsiren:
sequence:
- service: media_player.sonos_join
data:
master: media_player.living_room
entity_id:
- media_player.living_room
- media_player.bedroom
- service: media_player.play_media
entity_id: media_player.living_room
data:
media_content_id: Siren.mp3
media_content_type: music
#### Includes ###
group: !include groups.yaml
automation: !include automation.yaml