2016-12-30 16:10:09 +00:00
|
|
|
homeassistant:
|
|
|
|
name: Home
|
|
|
|
latitude: !secret MY_LATITUDE
|
|
|
|
longitude: !secret MY_LONGITUDE
|
2017-01-05 16:19:54 +00:00
|
|
|
elevation: 315
|
2017-01-02 03:41:02 +00:00
|
|
|
unit_system: imperial
|
2016-12-30 16:10:09 +00:00
|
|
|
time_zone: America/New_York
|
|
|
|
customize: !include customize.yaml
|
|
|
|
group: !include groups.yaml
|
2017-01-02 19:36:17 +00:00
|
|
|
automation: !include automation.yaml
|
2016-12-30 16:10:09 +00:00
|
|
|
sensor: !include_dir_merge_list sensors
|
2017-01-05 16:19:54 +00:00
|
|
|
light: !include_dir_merge_list lights
|
2016-12-30 16:10:09 +00:00
|
|
|
switch: !include_dir_merge_list switches
|
2017-01-02 19:36:17 +00:00
|
|
|
script: !include scripts.yaml
|
2016-12-30 16:10:09 +00:00
|
|
|
alexa: !include alexa/intents.yaml
|
2017-01-02 19:36:17 +00:00
|
|
|
input_select: !include input_select.yaml
|
2017-01-05 16:19:54 +00:00
|
|
|
scene: !include scenes.yaml
|
2016-12-30 16:10:09 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
api_password: !secret MY_API_PASS
|
|
|
|
ssl_certificate: !secret SSL_CERT
|
|
|
|
ssl_key: !secret SSL_KEY
|
|
|
|
|
|
|
|
zone:
|
|
|
|
name: Home
|
|
|
|
latitude: !secret MY_LATITUDE
|
|
|
|
longitude: !secret MY_LONGITUDE
|
|
|
|
radius: 100
|
|
|
|
icon: mdi:account-multiple
|
|
|
|
|
2017-04-03 17:43:17 +00:00
|
|
|
zone 2:
|
|
|
|
name: Manheim
|
|
|
|
latitude: !secret WORK_LATITUDE
|
|
|
|
longitude: !secret WORK_LONGITUDE
|
|
|
|
radius: 500
|
|
|
|
icon: mdi:office
|
|
|
|
|
|
|
|
zone 3:
|
|
|
|
name: Zoo Atlanta
|
|
|
|
latitude: 33.7321545
|
|
|
|
longitude: -84.3734925
|
|
|
|
radius: 350
|
|
|
|
icon: mdi:paw
|
|
|
|
|
|
|
|
zone 4:
|
|
|
|
name: Gump
|
|
|
|
latitude: 33.89261183797744
|
|
|
|
longitude: -83.96071630537878
|
|
|
|
radius: 200
|
|
|
|
icon: mdi:school
|
|
|
|
|
|
|
|
zone 5:
|
|
|
|
name: Pottery
|
|
|
|
latitude: 33.987571
|
|
|
|
longitude: -84.0951167
|
|
|
|
radius: 100
|
|
|
|
icon: mdi:palette
|
|
|
|
|
|
|
|
zone 6:
|
|
|
|
name: The Learning Gym
|
|
|
|
latitude: 33.8992118
|
|
|
|
longitude: -84.0054688
|
|
|
|
radius: 100
|
|
|
|
icon: mdi:dumbbell
|
|
|
|
|
|
|
|
zone 7:
|
|
|
|
name: Gwinnett Swim
|
|
|
|
latitude: 34.1414549
|
|
|
|
longitude: -83.9602195
|
|
|
|
radius: 100
|
|
|
|
icon: mdi:swim
|
|
|
|
|
|
|
|
zone 8:
|
|
|
|
name: Summit
|
|
|
|
latitude: !secret SUMMIT_LATITUDE
|
|
|
|
longitude: !secret SUMMIT_LONGITUDE
|
|
|
|
radius: 500
|
|
|
|
icon: mdi:office
|
|
|
|
|
2016-12-30 16:10:09 +00:00
|
|
|
mqtt:
|
2017-05-05 00:26:44 +00:00
|
|
|
broker: 192.168.1.20
|
|
|
|
port: 1883
|
2016-12-30 16:10:09 +00:00
|
|
|
username: !secret MQTT_USER
|
|
|
|
password: !secret MQTT_PASS
|
|
|
|
|
|
|
|
# View all events in a logbook
|
|
|
|
logbook:
|
|
|
|
|
|
|
|
# Enables support for tracking state changes over time.
|
|
|
|
history:
|
|
|
|
|
|
|
|
# Enables the frontend
|
|
|
|
frontend:
|
|
|
|
|
|
|
|
# Allows you to issue voice commands from the frontend
|
|
|
|
conversation:
|
|
|
|
|
|
|
|
#camera:
|
|
|
|
# platform: mjpeg
|
|
|
|
# mjpeg_url: !secret CAMERA
|
|
|
|
# name: Skylars Room
|
|
|
|
|
2017-01-05 16:19:54 +00:00
|
|
|
climate:
|
2016-12-30 16:10:09 +00:00
|
|
|
platform: honeywell
|
|
|
|
username: !secret HONEYWELL_USER
|
|
|
|
password: !secret HONEYWELL_PASS
|
|
|
|
name: First Floor
|
|
|
|
region: us
|
|
|
|
|
|
|
|
device_tracker:
|
|
|
|
- platform: asuswrt
|
|
|
|
host: 192.168.1.1
|
|
|
|
protocol: telnet
|
|
|
|
mode: router
|
|
|
|
username: !secret ROUTER_USER
|
|
|
|
password: !secret ROUTER_PASS
|
|
|
|
interval_seconds: 60
|
|
|
|
consider_home: 180
|
2017-01-05 16:19:54 +00:00
|
|
|
- platform: icloud
|
|
|
|
username: !secret ICLOUD_USER
|
|
|
|
password: !secret ICLOUD_PASS
|
|
|
|
interval_seconds: 60
|
2016-12-30 16:10:09 +00:00
|
|
|
consider_home: 180
|
2017-05-05 00:26:44 +00:00
|
|
|
- platform: bluetooth_tracker
|
2016-12-30 16:10:09 +00:00
|
|
|
|
2017-01-05 16:19:54 +00:00
|
|
|
|
|
|
|
notify:
|
2016-12-30 16:10:09 +00:00
|
|
|
# platform: googlevoice
|
|
|
|
# username: !secret GV_USER
|
|
|
|
# password: !secret GV_PASS
|
|
|
|
# name: googlevoice
|
2017-05-05 00:26:44 +00:00
|
|
|
# - platform: pushbullet
|
|
|
|
# api_key: !secret pushbullet_api
|
|
|
|
platform: ios
|
2016-12-30 16:10:09 +00:00
|
|
|
|
|
|
|
ifttt:
|
|
|
|
key: !secret IFTTT_API_KEY
|
|
|
|
|
|
|
|
media_player:
|
2017-02-12 23:54:30 +00:00
|
|
|
- platform: cast
|
|
|
|
host: 192.168.1.219
|
|
|
|
- platform: apple_tv
|
|
|
|
host: 192.168.1.12
|
|
|
|
login_id: !secret apple_tv_login
|
2016-12-30 16:10:09 +00:00
|
|
|
|
2017-02-03 16:31:37 +00:00
|
|
|
cover:
|
|
|
|
- platform: mqtt
|
|
|
|
name: "Garage Door"
|
|
|
|
state_topic: 'smartthings/Garage Door/contact'
|
|
|
|
command_topic: 'smartthings/Garage Door/door'
|
|
|
|
state_open: 'open'
|
|
|
|
state_closed: 'closed'
|
|
|
|
payload_open: 'open'
|
|
|
|
payload_close: 'closed'
|
|
|
|
retain: true
|
|
|
|
optimistic: true
|
|
|
|
|
2016-12-30 16:10:09 +00:00
|
|
|
# Discover some devices automatically
|
|
|
|
discovery:
|
|
|
|
|
|
|
|
# Checks for available updates
|
|
|
|
updater:
|
|
|
|
|
|
|
|
# Track the sun
|
|
|
|
sun:
|
2017-04-21 01:00:37 +00:00
|
|
|
|
|
|
|
# iOS
|
|
|
|
ios:
|