Home-AssistantConfig/configuration.yaml
2016-11-21 19:42:06 +00:00

116 lines
2.4 KiB
YAML
Executable File

homeassistant:
name: Bear Stone Run
latitude: !secret homeassistant_latitude
longitude: !secret homeassistant_longitude
elevation: !secret homeassistant_elevation
unit_system: imperial
time_zone: America/New_York
customize: !include_dir_merge_named customize
http:
api_password: !secret http_api_password
ssl_certificate: !secret ssl_certificate
ssl_key: !secret ssl_key
frontend:
panel_iframe:
router:
title: 'Router'
icon: 'mdi:router-wireless'
url: 'http://192.168.10.1'
group: !include_dir_merge_named group
device_tracker: !include_dir_merge_list device_tracker
discovery:
updater:
sun:
light:
platform: hue
host: 192.168.10.75
allow_unreachable: true
emulated_hue:
host_ip: 192.168.10.10
expose_by_default: true
exposed_domains:
- group
# - input_boolean
# - media_player
- switch
# - scene
ifttt:
key: !secret ifttt_key
# history:
logbook:
exclude:
entities:
- sensor.since_last_boot
- sensor.since_last_boot_templated
#logger:
# default: info
recorder:
purge_days: 14
mqtt:
broker: 127.0.0.1
port: 1883
client_id: home-assistant-1
username: pi
password: raspberry
zwave:
usb_path: /dev/ttyACM0
config_path: /srv/hass/hass_venv/lib/python3.4/site-packages/libopenzwave-0.3.1-py3.4-linux-armv7l.egg/config
nest:
username: !secret nest_username
password: !secret nest_password
climate:
platform: nest
media_player:
platform: cast
host: 192.168.10.105
cover:
platform: garadget
covers:
3c003a001151353338363333:
username: !secret garadget_username
password: !secret garadget_password
name: Garadget Large
2a003f001751353432393433:
username: !secret garadget_username
password: !secret garadget_password
name: Garadget Small
sensor: !include_dir_merge_list sensor
automation: !include_dir_merge_list automation
scene: !include_dir_merge_list scene
switch: !include_dir_merge_list switch
input_boolean:
guest_mode:
name: Guest Mode
icon: mdi:account-alert
initial: off
no_school:
name: No School
icon: mdi:school
initial: off
trash_reminder:
name: Trash Day Reminder
icon: mdi:delete
initial: off
pill_reminder:
name: Pill Reminder
icon: mdi:pill
initial: off
chore_reminder:
name: chore Reminder
icon: mdi:human-male-female
initial: off