config included
homeassistant:
Name of the location where Home Assistant is running
name: Gajba -
Location required to calculate the time the sun rises and sets
latitude:
longitude:
Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 197.9
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: America/New_York
Customization file
customize: !include customize.yaml
Show links to resources in log and frontend
introduction:
Enables the frontend
frontend:
Enables configuration UI
config:
http:
Uncomment this to add a password (recommended!)
api_password: PASSWORD
Uncomment this if you are using SSL/TLS, running in Docker container, etc.
server_port:8123
Checks for available updates
Note: This component will send some information about your system to
the developers to assist with development of Home Assistant.
For more information, please see:
https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
updater:
Optional, allows Home Assistant developers to focus on popular components.
include_used_components: true
Discover some devices automatically
discovery:
Allows you to issue voice commands from the frontend in enabled browsers
conversation:
Enables support for tracking state changes over time
history:
View all events in a logbook
logbook:
Track the sun
sun:
Weather prediction
sensor:
- platform: yr
Text to speech
tts:
- platform: google
##service: group.set_visibility
entity_id: Zwave
data:
visible: False
device_tracker:
- platform: netgear
host: 10.0.0.1
username: admin
password: testme45
port: 80
zwave:
usb_path: /dev/ttyACM0
config_path: /cube/api/py3.6.2/lib/python3.6/site-packages/python_openzwave/ozw_config
network_key: 0xA1, 0x36, 0xF5, 0x5C, 0x55, 0x4D, 0x0F, 0x05, 0x3D, 0xBE, 0x10, 0x81, 0x30, 0x6F, 0x45, 0xA8
polling_interval: 600
cover:
- platform: myq
username: …mail.com
password: …
type: chamberlain
nest:
client_id: c9ed2998-08c4…
client_secret: Vh2IXCk…
Example configuration.yaml entry
##sensor:
platform: oil_monitor
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml