2014-08-13 12:28:45 +00:00
|
|
|
[homeassistant]
|
2014-09-26 21:27:28 +00:00
|
|
|
# Location required to calculate the time the sun rises and sets
|
2013-09-17 07:32:51 +00:00
|
|
|
latitude=32.87336
|
|
|
|
longitude=-117.22743
|
2013-10-13 17:42:22 +00:00
|
|
|
|
2014-04-29 07:30:31 +00:00
|
|
|
[http]
|
2013-09-28 18:09:36 +00:00
|
|
|
api_password=mypass
|
2014-11-10 03:57:28 +00:00
|
|
|
# Set to 1 to load each Polymer component separately
|
|
|
|
# development=1
|
2013-09-17 07:32:51 +00:00
|
|
|
|
2014-08-13 12:28:45 +00:00
|
|
|
[light]
|
2014-12-07 07:57:02 +00:00
|
|
|
platform=hue
|
2013-10-13 17:42:22 +00:00
|
|
|
|
2014-08-13 12:28:45 +00:00
|
|
|
[device_tracker]
|
2014-12-15 19:22:10 +00:00
|
|
|
# The following types are available: netgear, tomato, luci, nmap_tracker
|
2014-12-07 07:57:02 +00:00
|
|
|
platform=netgear
|
2013-12-12 04:44:57 +00:00
|
|
|
host=192.168.1.1
|
|
|
|
username=admin
|
|
|
|
password=PASSWORD
|
2014-09-26 21:27:28 +00:00
|
|
|
# http_id is needed for Tomato routers only
|
|
|
|
# http_id=ABCDEFGHH
|
2014-12-15 19:22:10 +00:00
|
|
|
# For nmap_tracker, only the IP addresses to scan are needed:
|
|
|
|
# hosts=192.168.1.1/24 # netmask prefix notation or
|
|
|
|
# hosts=192.168.1.1-255 # address range
|
2013-12-12 04:44:57 +00:00
|
|
|
|
2013-10-07 01:24:03 +00:00
|
|
|
[chromecast]
|
2014-09-26 21:27:28 +00:00
|
|
|
# Optional: hard code the hosts (comma seperated) to find chromecasts
|
|
|
|
# instead of scanning the network
|
2014-04-22 00:58:58 +00:00
|
|
|
# hosts=192.168.1.9,192.168.1.12
|
2013-10-08 07:02:01 +00:00
|
|
|
|
2014-11-09 01:20:43 +00:00
|
|
|
[switch]
|
2014-12-07 07:57:02 +00:00
|
|
|
platform=wemo
|
2014-11-09 01:20:43 +00:00
|
|
|
# Optional: hard code the hosts (comma seperated) to avoid scanning the network
|
2014-04-24 07:40:45 +00:00
|
|
|
# hosts=192.168.1.9,192.168.1.12
|
2014-03-23 19:31:07 +00:00
|
|
|
|
2015-01-06 01:11:02 +00:00
|
|
|
[nest]
|
|
|
|
# Required: username and password that are used to login to the Nest thermostat.
|
|
|
|
username=myemail@mydomain.com
|
|
|
|
password=mypassword
|
|
|
|
|
2013-10-08 07:02:01 +00:00
|
|
|
[downloader]
|
2014-01-05 01:55:05 +00:00
|
|
|
download_dir=downloads
|
|
|
|
|
2015-01-04 09:01:49 +00:00
|
|
|
[notify]
|
|
|
|
platform=pushbullet
|
|
|
|
api_key=ABCDEFGHJKLMNOPQRSTUVXYZ
|
|
|
|
|
2014-01-05 01:55:05 +00:00
|
|
|
[device_sun_light_trigger]
|
2014-09-26 21:27:28 +00:00
|
|
|
# Optional: specify a specific light/group of lights that has to be turned on
|
|
|
|
light_group=group.living_room
|
|
|
|
# Optional: specify which light profile to use when turning lights on
|
|
|
|
light_profile=relax
|
2014-09-27 14:18:55 +00:00
|
|
|
# Optional: disable lights being turned off when everybody leaves the house
|
|
|
|
# disable_turn_off=1
|
2014-01-05 01:55:05 +00:00
|
|
|
|
2014-04-24 07:40:45 +00:00
|
|
|
# A comma seperated list of states that have to be tracked as a single group
|
2014-09-26 21:27:28 +00:00
|
|
|
# Grouped states should share the same type of states (ON/OFF or HOME/NOT_HOME)
|
|
|
|
[group]
|
|
|
|
living_room=light.Bowl,light.Ceiling,light.TV_back_light
|
|
|
|
children=device_tracker.child_1,device_tracker.child_2
|
2014-04-25 04:16:03 +00:00
|
|
|
|
|
|
|
[process]
|
|
|
|
# items are which processes to look for: <entity_id>=<search string within ps>
|
2014-09-26 21:27:28 +00:00
|
|
|
xbmc=XBMC.App
|
2014-09-21 02:19:39 +00:00
|
|
|
|
|
|
|
[example]
|
|
|
|
|
2014-12-09 07:47:20 +00:00
|
|
|
[simple_alarm]
|
|
|
|
# Which light/light group has to flash when a known device comes home
|
|
|
|
known_light=light.Bowl
|
|
|
|
# Which light/light group has to flash red when light turns on while no one home
|
|
|
|
unknown_light=group.living_room
|
|
|
|
|
2014-09-21 02:19:39 +00:00
|
|
|
[browser]
|
|
|
|
|
|
|
|
[keyboard]
|