2019-04-17 22:46:06 +00:00
|
|
|
###############################################################################
|
|
|
|
# THE HOME ASSISTANT CONFIGURATION FILE - MOTHER OF ALL CONFIG FILES
|
|
|
|
# @Author : Mahasri Kalavala
|
|
|
|
###############################################################################
|
|
|
|
homeassistant:
|
2019-08-19 00:21:05 +00:00
|
|
|
name: Home
|
2019-04-17 22:46:06 +00:00
|
|
|
temperature_unit: F
|
|
|
|
latitude: !secret home_latitude
|
|
|
|
longitude: !secret home_longitude
|
|
|
|
elevation: !secret home_elevation
|
2019-08-19 00:21:05 +00:00
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
unit_system: imperial
|
|
|
|
time_zone: !secret time_zone
|
|
|
|
customize_glob: !include customize_glob.yaml
|
|
|
|
customize_domain: !include customize_domain.yaml
|
|
|
|
packages: !include_dir_named packages
|
2019-08-19 00:21:05 +00:00
|
|
|
|
2020-09-13 18:44:14 +00:00
|
|
|
allowlist_external_dirs:
|
2020-09-30 02:36:02 +00:00
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/patio/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/garage/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/playarea/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/driveway/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/frontdoor/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/kitchen/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/frontroom/
|
|
|
|
- /home/homeassistant/.homeassistant/www/downloads/camera/3dprinter/
|
2019-04-17 22:46:06 +00:00
|
|
|
|
|
|
|
sun:
|
|
|
|
alexa:
|
|
|
|
config:
|
|
|
|
discovery:
|
2020-02-05 23:28:38 +00:00
|
|
|
ignore:
|
|
|
|
- homekit
|
2019-11-01 23:21:24 +00:00
|
|
|
|
2020-09-05 02:12:14 +00:00
|
|
|
octoprint:
|
|
|
|
host: !secret octoprint_ip
|
|
|
|
api_key: !secret octoprint_key
|
2020-03-02 23:12:53 +00:00
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
homekit:
|
|
|
|
autostart: true
|
|
|
|
filter:
|
|
|
|
include_domains:
|
|
|
|
- alarm_control_panel
|
|
|
|
- light
|
|
|
|
- switch
|
|
|
|
- input_boolean
|
2020-07-17 01:15:43 +00:00
|
|
|
- camera
|
2019-11-01 23:21:24 +00:00
|
|
|
include_entities:
|
2020-09-28 01:29:23 +00:00
|
|
|
- binary_sensor.door_window_sensor_158d00040ad8fc # Back Door
|
|
|
|
- binary_sensor.door_window_sensor_158d000424a6d6 # Front Door
|
2020-09-30 02:36:02 +00:00
|
|
|
- binary_sensor.door_window_sensor_158d0004248d5b # Single Car Garage
|
|
|
|
- binary_sensor.door_window_sensor_158d0004231f7b # Double Car Garage
|
2019-04-17 22:46:06 +00:00
|
|
|
|
2019-12-20 15:32:28 +00:00
|
|
|
mobile_app:
|
2020-02-09 23:33:06 +00:00
|
|
|
|
|
|
|
websocket_api:
|
|
|
|
python_script:
|
2019-04-17 22:46:06 +00:00
|
|
|
logger: !include logging.yaml
|
2019-06-19 19:51:38 +00:00
|
|
|
zeroconf:
|
2019-04-17 22:46:06 +00:00
|
|
|
system_health:
|
|
|
|
|
2019-08-19 00:21:05 +00:00
|
|
|
life360:
|
|
|
|
accounts:
|
|
|
|
- username: !secret life360_username
|
|
|
|
password: !secret life360_password
|
|
|
|
circles:
|
|
|
|
include: [Family]
|
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
mqtt:
|
|
|
|
broker: !secret mqtt_server
|
|
|
|
port: !secret mqtt_port
|
|
|
|
username: !secret mqtt_username
|
|
|
|
password: !secret mqtt_password
|
|
|
|
keepalive: 60
|
|
|
|
client_id: pi_ha
|
|
|
|
|
2020-02-09 23:33:06 +00:00
|
|
|
sonos:
|
|
|
|
media_player:
|
|
|
|
hosts:
|
|
|
|
- !secret sonos_living_room_ip
|
|
|
|
- !secret sonos_front_room_ip
|
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
binary_sensor:
|
|
|
|
- platform: workday
|
|
|
|
country: US
|
|
|
|
|
|
|
|
lovelace:
|
|
|
|
mode: yaml
|
2020-04-27 00:16:11 +00:00
|
|
|
resources:
|
|
|
|
- url: /local/button-card.js
|
|
|
|
type: module
|
2019-04-17 22:46:06 +00:00
|
|
|
|
2020-02-05 23:28:38 +00:00
|
|
|
# Google Calendar
|
|
|
|
google:
|
|
|
|
client_id: !secret google_client_id
|
|
|
|
client_secret: !secret google_client_secret
|
|
|
|
|
2019-04-17 22:46:06 +00:00
|
|
|
emulated_hue:
|
|
|
|
expose_by_default: false
|
|
|
|
host_ip: !secret ha_ip_address
|
|
|
|
listen_port: 8300
|
|
|
|
exposed_domains:
|
|
|
|
- light
|
|
|
|
- switch
|
|
|
|
- input_boolean
|
2020-09-30 02:36:02 +00:00
|
|
|
- group
|