Initial Commit
This commit is contained in:
1
README.md
Normal file
1
README.md
Normal file
@@ -0,0 +1 @@
|
||||
# Home Assistant Configuration for the KraussNet Home
|
||||
40
configuration.yaml
Normal file
40
configuration.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# Main Home Assistant Configuration
|
||||
|
||||
homeassistant:
|
||||
name: Home
|
||||
|
||||
# Location and Time Zone
|
||||
latitude: !secret home_latitude # dummy: 0.0
|
||||
longitude: !secret home_longitude # dummy: 0.0
|
||||
elevation: 10 # meters, WGS84
|
||||
time_zone: America/Los_Angeles
|
||||
|
||||
# Measurement System
|
||||
unit_system: imperial
|
||||
currency: USD
|
||||
|
||||
# URL and Access Control
|
||||
internal_url: !secret http_internal_url
|
||||
external_url: !secret http_external_url
|
||||
auth_mfa_modules:
|
||||
- type: totp
|
||||
auth_providers:
|
||||
- type: homeassistant
|
||||
- type: trusted_networks
|
||||
trusted_networks:
|
||||
- 127.0.0.1
|
||||
- !secret lan_net_ip4
|
||||
- !secret tablet_net_ip4
|
||||
|
||||
# Customization and Packages
|
||||
customize: !include customize.yaml
|
||||
packages: !include_dir_named packages
|
||||
|
||||
|
||||
# Configure Lovelace/Dashboards for YAML Configuration
|
||||
lovelace:
|
||||
mode: yaml
|
||||
resources: !include lovelace/resources.yaml
|
||||
dashboards: !include lovelace/dashboards.yaml
|
||||
|
||||
0
lovelace/dashboards.yaml
Normal file
0
lovelace/dashboards.yaml
Normal file
0
lovelace/resources.yaml
Normal file
0
lovelace/resources.yaml
Normal file
Reference in New Issue
Block a user