home-assistant-configuration/config/configuration.yaml

266 lines
5.3 KiB
YAML
Raw Normal View History

homeassistant:
name: Home
latitude: !secret MY_LATITUDE
longitude: !secret MY_LONGITUDE
elevation: 315
unit_system: imperial
time_zone: America/New_York
customize: !include customize.yaml
auth_providers:
- type: homeassistant
packages: !include_dir_named packages
2020-03-18 02:49:51 +00:00
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Uncomment this if you are using SSL/TLS, running in Docker container, etc.
http:
base_url: !secret ahsl_base_url
ssl_certificate: !secret ahsl_ssl_cert
ssl_key: !secret ahsl_ssl_key
ssdp:
zeroconf:
system_health:
mobile_app:
person:
frontend:
themes: !include_dir_merge_named themes
# Text to speech
# tts:
# - platform: google_translate
cloud:
wemo:
discovery: true
2019-12-09 13:19:28 +00:00
static:
- 192.168.7.99
weather:
2020-04-02 23:16:50 +00:00
# REMOVING darksky integration since API is EOL in 18 months. Migrated to NWS
# - platform: darksky
# api_key: !secret darksky_api
- platform: nws
api_key: !secret nws_api_key
2020-04-10 17:34:23 +00:00
station: klzu
conversation:
device_tracker:
# - platform: icloud
# username: !secret ICLOUD_USER
# password: !secret ICLOUD_PASS
# track_new_devices: yes
# - platform: owntracks
#
# - platform: eero_tracker
# consider_home: 300
# interval_seconds: 60
# track_new_devices: yes
# only_macs: "d0:c5:f3:80:50:5e, f4:31:c3:84:1d:d1, 08:74:02:CC:C4:97, 5C:F5:DA:9B:5A:A2, 34:7C:25:CC:9D:0F, 64:52:99:93:F1:B3"
google:
client_id: !secret google_client_id
client_secret: !secret google_client_secret
# arlo:
# username: !secret arlo_user
# password: !secret arlo_pass
alarm_control_panel:
# - platform: arlo
# home_mode_name: home
# away_mode_name: armed
- platform: aarlo
home_mode_name: home
away_mode_name: Armed
# Using the HACS Arlo Integration
aarlo:
2020-03-26 01:52:34 +00:00
host: https://my.arlo.com
username: !secret arlo_user
password: !secret arlo_pass
db_motion_time: 30
db_ding_time: 10
recent_time: 10
last_format: '%m-%d %H:%M'
refresh_devices_every: 2
verbose_debug: True
2020-03-18 02:49:51 +00:00
speedtestdotnet:
discovery:
ignore:
- igd
2020-03-18 02:49:51 +00:00
- homekit
updater:
include_used_components: true
sun:
recorder:
#db_url: sqlite:///data/home-assistant_v2.db
purge_keep_days: 2
exclude:
domains:
- automation
- weblink
- updater
entities:
- sun.sun # Don't record sun data
- sensor.last_boot # Comes from 'systemmonitor' sensor platform
- sensor.date
logbook:
include:
domains:
- media_player
- automation
- script
logger:
default: warning
#logs:
# homeassistant.components.sensor.alpha_vantage: debug
history:
include:
domains:
- sensor
- switch
- media_player
- light
camera:
- platform: mjpeg
name: Garage Door Cam
mjpeg_url: !secret garage_cam
- platform: aarlo
ffmpeg_arguments: '-pred 1 -q:v 2'
ffmpeg:
ffmpeg_bin: /usr/bin/ffmpeg
life360:
accounts:
- username: !secret life360_username
password: !secret life360_password
python_script:
ecobee:
api_key: !secret ecobee_api
map:
wwlln:
radius: 75
latitude: !secret MY_LATITUDE
longitude: !secret MY_LONGITUDE
tplink:
discovery: false
switch:
- host: 192.168.7.105
- host: 192.168.7.107
2019-12-09 13:19:28 +00:00
- host: 192.168.7.116
- host: 192.168.7.120
2020-03-26 01:52:34 +00:00
- host: 192.168.7.136
2020-04-02 23:16:50 +00:00
- host: 192.168.7.137
ifttt:
key: !secret IFTTT_API_KEY
media_player:
- platform: spotify
client_id: !secret spotify_client
client_secret: !secret spotify_secret
media_extractor:
group: !include groups.yaml
proximity:
home_jeff:
devices:
- device_tracker.life360_jeffrey_stone
zone: home
tolerance: 5
unit_of_measurement: mi
home_kat:
devices:
- device_tracker.life360_kat_stone
zone: home
tolerance: 5
unit_of_measurement: mi
2020-03-18 02:49:51 +00:00
home:
devices:
- device_tracker.life360_jeffrey_stone
- device_tracker.life360_kat_stone
zone: home
tolerance: 5
unit_of_measurement: mi
# Using the HACS Daily Snapshot Clean Up Plugin
clean_up_snapshots_service:
host: !secret snapshot_url
token: !secret snapshot_token
number_of_snapshots_to_keep: 3
2020-04-10 17:34:23 +00:00
homekit:
filter:
include_domains:
- light
include_entities:
- switch.craft_room_fan
- switch.driveway_light
- switch.incense
- switch.living_room_fan
- switch.rail_lights
- switch.spotlight
- switch.upstairs
- switch.upstairs_fan
- switch.artemis
- switch.fireplace_lights
- switch.desk
- switch.forest
- switch.front_porch
- switch.ha_speaker
- input_boolean.house_party_protocol
- switch.christmas_tree
- switch.0xf0d1b80000052281_switch
### Includes ###
alert: !include_dir_merge_named alerts/
automation: !include automations.yaml
script: !include_dir_merge_named scripts
#group: !include groups.yaml
#automation: !include automations.yaml
sensor: !include_dir_merge_list sensors
binary_sensor: !include_dir_merge_list binary_sensors
#light: !include_dir_merge_list lights
light: !include lights.yaml
#switch: !include_dir_merge_list switches
switch: !include switches.yaml
#script: !include_dir_merge_named scripts
#intent_script: !include intents/intents.yaml
scene: !include scenes.yaml
input_select: !include input_select.yaml
input_boolean: !include input_boolean.yaml
input_datetime: !include input_datetime.yaml
zone: !include zones.yaml