Skip to content
Snippets Groups Projects
Verified Commit dae53408 authored by Erick Hitter's avatar Erick Hitter
Browse files

Sync with upstream

399ceba
parent 38a5b77f
Branches
No related tags found
No related merge requests found
Showing
with 16 additions and 11 deletions
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
......@@ -2,8 +2,8 @@ homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: 0
longitude: 0
latitude: !secret latitude
longitude: !secret longitude
# Impacts weather/sunrise data
elevation: 250
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
......@@ -14,15 +14,15 @@ homeassistant:
customize: !include_dir_merge_named customizations
http:
api_password:
api_password: !secret api_password
server_port: 8123
ssl_certificate: /home/pi/ssl/cert
ssl_key: /home/pi/ssl/key
zone:
name: Home
latitude: 0
longitude: 0
latitude: !secret latitude
longitude: !secret longitude
radius: 30
icon: mdi:home
......@@ -81,6 +81,8 @@ scene: !include_dir_list scenes
script: !include scripts.yaml
shell_command: !include shell_commands.yaml
automation: !include_dir_list automations
# Controls
......
File mode changed from 100755 to 100644
script.restart_august_daemon:
friendly_name: Restart August daemon
icon: mdi:autorenew
File mode changed from 100755 to 100644
......@@ -2,9 +2,9 @@ switch.lava_lamp:
icon: mdi:led-on
switch.wireless_charger:
icon: mdi:battery-charging
switch.august_front:
friendly_name: Front Door
switch.august_interior:
friendly_name: Interior Bolt
icon: mdi:key
switch.august_rear:
friendly_name: Back Door
switch.august_keyed:
friendly_name: Keyed Bolt
icon: mdi:key
......@@ -6,6 +6,6 @@
host: 192.168.1.1
protocol: ssh
mode: router
username: -
ssh_key: -
username: !secret asus_user
ssh_key: !secret asus_key
consider_home: 90
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment