2016-10-11 16:42:06 +00:00
|
|
|
homeassistant:
|
2017-02-15 18:40:29 +00:00
|
|
|
name: Bear Stone Run
|
2016-10-11 16:42:06 +00:00
|
|
|
latitude: !secret homeassistant_latitude
|
|
|
|
longitude: !secret homeassistant_longitude
|
|
|
|
elevation: !secret homeassistant_elevation
|
|
|
|
unit_system: imperial
|
|
|
|
time_zone: America/New_York
|
2017-02-15 18:40:29 +00:00
|
|
|
customize: !include_dir_merge_named customize
|
2017-03-29 20:05:41 +00:00
|
|
|
packages: !include_dir_named packages
|
2016-10-11 16:42:06 +00:00
|
|
|
|
|
|
|
http:
|
2017-02-03 18:51:50 +00:00
|
|
|
base_url: !secret http_base_url
|
2016-10-11 16:42:06 +00:00
|
|
|
api_password: !secret http_api_password
|
2016-11-08 19:24:59 +00:00
|
|
|
ssl_certificate: !secret ssl_certificate
|
|
|
|
ssl_key: !secret ssl_key
|
2016-11-22 01:10:32 +00:00
|
|
|
trusted_networks:
|
|
|
|
- 192.168.10.0/24
|
2016-12-19 21:10:30 +00:00
|
|
|
- 127.0.0.1
|
2016-12-16 22:28:40 +00:00
|
|
|
ip_ban_enabled: True
|
|
|
|
login_attempts_threshold: 3
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2017-05-02 21:21:00 +00:00
|
|
|
panel_iframe:
|
|
|
|
pihole:
|
|
|
|
title: 'Pi-hole'
|
|
|
|
icon: mdi:chart-pie
|
|
|
|
url: http://carlo-pihole/admin
|
2016-10-11 20:51:10 +00:00
|
|
|
frontend:
|
2017-04-15 20:00:11 +00:00
|
|
|
ios:
|
2017-04-17 22:10:33 +00:00
|
|
|
|
2016-10-11 20:51:10 +00:00
|
|
|
group: !include_dir_merge_named group
|
|
|
|
device_tracker: !include_dir_merge_list device_tracker
|
2017-04-30 23:31:36 +00:00
|
|
|
discovery:
|
2016-10-13 17:25:33 +00:00
|
|
|
updater:
|
2016-10-11 20:51:10 +00:00
|
|
|
sun:
|
2016-10-11 16:42:06 +00:00
|
|
|
|
2016-10-21 14:46:34 +00:00
|
|
|
light:
|
2016-12-14 21:28:54 +00:00
|
|
|
- platform: hue
|
|
|
|
host: 192.168.10.75
|
2017-02-28 05:54:57 +00:00
|
|
|
filename: phue.conf
|
2016-12-14 21:28:54 +00:00
|
|
|
allow_unreachable: true
|
2017-01-29 00:55:30 +00:00
|
|
|
allow_in_emulated_hue: false
|
|
|
|
allow_hue_groups: false
|
2016-12-26 19:51:35 +00:00
|
|
|
|
2017-02-28 01:05:58 +00:00
|
|
|
light 2:
|
|
|
|
- platform: hue
|
|
|
|
host: 192.168.10.76
|
2017-02-28 05:54:57 +00:00
|
|
|
filename: phue2.conf
|
2017-02-28 01:05:58 +00:00
|
|
|
allow_unreachable: true
|
|
|
|
allow_in_emulated_hue: false
|
|
|
|
allow_hue_groups: false
|
|
|
|
|
2017-02-15 18:40:29 +00:00
|
|
|
# Reference : https://www.flexfireleds.com/pages/Comparison-between-3528-LEDs-and-5050-LEDs.html
|
2016-12-14 21:28:54 +00:00
|
|
|
- platform: flux_led
|
2017-02-15 18:40:29 +00:00
|
|
|
automatic_add: True
|
2016-12-14 21:28:54 +00:00
|
|
|
devices:
|
2017-04-09 21:07:54 +00:00
|
|
|
192.168.10.214:
|
|
|
|
name: led_outdoor_den
|
|
|
|
mode: "rgb"
|
2017-03-10 15:58:38 +00:00
|
|
|
192.168.10.213:
|
2017-03-17 20:52:48 +00:00
|
|
|
name: led_garage_large
|
|
|
|
mode: "rgb"
|
|
|
|
192.168.10.212:
|
|
|
|
name: led_garage_small
|
2016-12-31 00:13:11 +00:00
|
|
|
mode: "rgb"
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2016-10-14 18:08:57 +00:00
|
|
|
emulated_hue:
|
|
|
|
host_ip: 192.168.10.10
|
2016-12-11 19:21:53 +00:00
|
|
|
listen_port: 8300
|
2016-12-22 20:11:39 +00:00
|
|
|
expose_by_default: false
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2016-10-11 16:42:06 +00:00
|
|
|
ifttt:
|
|
|
|
key: !secret ifttt_key
|
|
|
|
|
|
|
|
logbook:
|
|
|
|
exclude:
|
|
|
|
entities:
|
2017-02-23 04:36:34 +00:00
|
|
|
- automation.detect_lights_and_adjust_the_brightness_when_turned_on_based_on_time
|
2017-03-14 19:26:18 +00:00
|
|
|
- automation.cuckoo_clock
|
2016-10-11 16:42:06 +00:00
|
|
|
- sensor.since_last_boot
|
|
|
|
- sensor.since_last_boot_templated
|
2017-02-22 22:37:15 +00:00
|
|
|
- sensor.small_garage_status
|
|
|
|
- sensor.large_garage_status
|
|
|
|
- sensor.small_garage_time_in_state
|
|
|
|
- sensor.large_garage_time_in_state
|
|
|
|
- sensor.large_garage_wifi_signal_strength
|
|
|
|
- sensor.small_garage_wifi_signal_strength
|
|
|
|
- sensor.small_garage_reflection_rate
|
|
|
|
- sensor.large_garage_reflection_rate
|
2016-11-21 20:22:01 +00:00
|
|
|
- group.garage_doors
|
2016-12-02 18:56:33 +00:00
|
|
|
- sensor.time
|
|
|
|
- sensor.date
|
2017-03-14 19:26:18 +00:00
|
|
|
- media_player.LivingRoomCC
|
|
|
|
|
2017-03-03 20:10:56 +00:00
|
|
|
|
|
|
|
history:
|
|
|
|
include:
|
|
|
|
domains:
|
|
|
|
- sensor
|
|
|
|
- switch
|
|
|
|
- media_player
|
|
|
|
- light
|
|
|
|
exclude:
|
|
|
|
entities:
|
|
|
|
- sensor.last_boot
|
|
|
|
- sensor.date
|
2017-03-06 19:33:11 +00:00
|
|
|
|
2017-03-10 21:12:40 +00:00
|
|
|
logger: !include logger.yaml
|
|
|
|
recorder: !include recorder.yaml
|
2016-10-11 16:42:06 +00:00
|
|
|
|
|
|
|
mqtt:
|
|
|
|
broker: 127.0.0.1
|
|
|
|
port: 1883
|
2017-02-15 19:39:28 +00:00
|
|
|
client_id: home-assistant-Carlo
|
2016-12-20 17:07:23 +00:00
|
|
|
username: !secret MQTT_username
|
|
|
|
password: !secret MQTT_password
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2016-10-11 16:42:06 +00:00
|
|
|
zwave:
|
2017-04-03 19:34:50 +00:00
|
|
|
usb_path: /dev/ttyACM0
|
2016-10-11 16:42:06 +00:00
|
|
|
config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2016-10-11 16:42:06 +00:00
|
|
|
nest:
|
2016-12-06 23:06:03 +00:00
|
|
|
client_id: !secret nest_client_id
|
|
|
|
client_secret: !secret nest_client_secret
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2016-10-11 16:42:06 +00:00
|
|
|
climate:
|
|
|
|
platform: nest
|
|
|
|
|
|
|
|
media_player:
|
2017-02-22 15:18:03 +00:00
|
|
|
- platform: cast
|
2017-04-21 00:52:05 +00:00
|
|
|
|
2017-02-22 15:18:03 +00:00
|
|
|
- platform: roku
|
2017-04-21 00:52:05 +00:00
|
|
|
host: 192.168.10.107
|
2017-04-17 22:10:33 +00:00
|
|
|
|
2017-03-31 01:04:30 +00:00
|
|
|
- platform: samsungtv
|
|
|
|
host: 192.168.10.207
|
|
|
|
port: 8001
|
|
|
|
name: Living Room TV
|
2017-04-17 22:10:33 +00:00
|
|
|
scan_interval: 60
|
2017-02-03 18:51:50 +00:00
|
|
|
|
|
|
|
tts:
|
2017-02-08 21:51:33 +00:00
|
|
|
- platform: amazon_polly
|
|
|
|
aws_access_key_id: !secret aws_access_key_ID
|
|
|
|
aws_secret_access_key: !secret aws_secret_access_key
|
|
|
|
region_name: 'us-east-1'
|
2017-04-21 17:31:08 +00:00
|
|
|
text_type: ssml
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2017-04-13 19:05:12 +00:00
|
|
|
wink:
|
|
|
|
email: !secret wink_username
|
|
|
|
password: !secret wink_password
|
|
|
|
|
2016-11-21 19:42:06 +00:00
|
|
|
cover:
|
|
|
|
platform: garadget
|
|
|
|
covers:
|
2017-02-22 22:37:15 +00:00
|
|
|
!secret large_garage_id:
|
2016-11-21 19:42:06 +00:00
|
|
|
username: !secret garadget_username
|
|
|
|
password: !secret garadget_password
|
2017-02-22 15:40:18 +00:00
|
|
|
name: Large Garage
|
2017-02-22 22:37:15 +00:00
|
|
|
!secret small_garage_id:
|
2016-11-21 19:42:06 +00:00
|
|
|
username: !secret garadget_username
|
|
|
|
password: !secret garadget_password
|
2017-02-22 15:40:18 +00:00
|
|
|
name: Small Garage
|
2017-02-15 18:40:29 +00:00
|
|
|
|
2017-04-21 01:58:13 +00:00
|
|
|
binary_sensor: !include_dir_merge_list binary_sensor
|
2016-10-11 20:51:10 +00:00
|
|
|
sensor: !include_dir_merge_list sensor
|
|
|
|
automation: !include_dir_merge_list automation
|
|
|
|
scene: !include_dir_merge_list scene
|
|
|
|
switch: !include_dir_merge_list switch
|
2016-12-01 01:17:52 +00:00
|
|
|
script: !include_dir_merge_named script
|
2017-01-19 02:38:42 +00:00
|
|
|
input_boolean: !include_dir_merge_named input_boolean
|
2017-03-28 15:51:07 +00:00
|
|
|
input_select: !include_dir_merge_named input_select
|
2017-03-17 13:35:26 +00:00
|
|
|
shell_command: !include_dir_merge_named shell_command
|