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: ...@@ -2,8 +2,8 @@ homeassistant:
# Name of the location where Home Assistant is running # Name of the location where Home Assistant is running
name: Home name: Home
# Location required to calculate the time the sun rises and sets # Location required to calculate the time the sun rises and sets
latitude: 0 latitude: !secret latitude
longitude: 0 longitude: !secret longitude
# Impacts weather/sunrise data # Impacts weather/sunrise data
elevation: 250 elevation: 250
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
...@@ -14,15 +14,15 @@ homeassistant: ...@@ -14,15 +14,15 @@ homeassistant:
customize: !include_dir_merge_named customizations customize: !include_dir_merge_named customizations
http: http:
api_password: api_password: !secret api_password
server_port: 8123 server_port: 8123
ssl_certificate: /home/pi/ssl/cert ssl_certificate: /home/pi/ssl/cert
ssl_key: /home/pi/ssl/key ssl_key: /home/pi/ssl/key
zone: zone:
name: Home name: Home
latitude: 0 latitude: !secret latitude
longitude: 0 longitude: !secret longitude
radius: 30 radius: 30
icon: mdi:home icon: mdi:home
...@@ -81,6 +81,8 @@ scene: !include_dir_list scenes ...@@ -81,6 +81,8 @@ scene: !include_dir_list scenes
script: !include scripts.yaml script: !include scripts.yaml
shell_command: !include shell_commands.yaml
automation: !include_dir_list automations automation: !include_dir_list automations
# Controls # 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: ...@@ -2,9 +2,9 @@ switch.lava_lamp:
icon: mdi:led-on icon: mdi:led-on
switch.wireless_charger: switch.wireless_charger:
icon: mdi:battery-charging icon: mdi:battery-charging
switch.august_front: switch.august_interior:
friendly_name: Front Door friendly_name: Interior Bolt
icon: mdi:key icon: mdi:key
switch.august_rear: switch.august_keyed:
friendly_name: Back Door friendly_name: Keyed Bolt
icon: mdi:key icon: mdi:key
...@@ -6,6 +6,6 @@ ...@@ -6,6 +6,6 @@
host: 192.168.1.1 host: 192.168.1.1
protocol: ssh protocol: ssh
mode: router mode: router
username: - username: !secret asus_user
ssh_key: - ssh_key: !secret asus_key
consider_home: 90 consider_home: 90
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment