1
0
mirror of https://github.com/Adam-Ant/home-assistant synced 2024-07-06 05:36:10 +00:00
home-assistant/configuration.yaml

102 lines
2.1 KiB
YAML
Raw Permalink Normal View History

2016-11-29 17:15:25 +00:00
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret home_lat
longitude: !secret home_long
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 55
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/London
# Enables the frontend
frontend:
http:
# Uncomment this to add a password (recommended!)
api_password: !secret api_password
2017-01-15 18:04:17 +00:00
base_url: !secret base_url
2016-11-29 17:15:25 +00:00
# Checks for available updates
updater:
# Discover some devices automatically
discovery:
# Allows you to issue voice commands from the frontend in enabled browsers
conversation:
2017-04-12 15:01:23 +00:00
# Enable the recorder to edit the amount of data kept:
recorder:
purge_days: 30
2016-11-29 17:15:25 +00:00
# Enables support for tracking state changes over time.
history:
# View all events in a logbook
logbook:
# Track the sun
sun:
# Embedded MQTT Broker
mqtt:
notify: !include notify.yaml
2016-11-29 18:40:14 +00:00
sensor: !include_dir_merge_list sensors
2016-11-29 17:15:25 +00:00
2017-05-19 17:17:31 +00:00
fan: !include fan.yaml
2017-05-19 23:04:46 +00:00
feedreader:
urls:
- https://www.reddit.com/r/molotok_sub/new.rss
- https://www.reddit.com/r/patches765/new.rss
2016-11-29 17:15:25 +00:00
media_player:
- platform: samsungtv
name: Adams TV
host: 192.168.1.170
- platform: snapcast
host: 192.168.1.60
- platform: mpd
host: 192.168.1.60
location: Multi-Room
- platform: mpd
host: 192.168.1.61
location: Den
- platform: mpd
host: 192.168.1.62
location: Bedroom
device_tracker:
- platform: luci
host: 192.168.1.1
username: !secret luci_user
password: !secret luci_pass
interval_seconds: 20
consider_home: 300
track_new_devices: no
2016-11-29 23:48:17 +00:00
input_boolean: !include input_boolean.yaml
2017-01-15 18:07:45 +00:00
tts: !include tts.yaml
2016-11-29 23:48:17 +00:00
input_slider: !include input_slider.yaml
2016-11-30 14:50:36 +00:00
shell_command: !include shell_command.yaml
2016-11-29 17:15:25 +00:00
script: !include_dir_named scripts
2017-01-23 00:50:09 +00:00
light: !include light.yaml
2017-05-22 13:42:28 +00:00
automation old: !include_dir_merge_list automation
automation: !include automations.yaml
2016-11-30 00:18:39 +00:00
group: !include_dir_named groups