f3555c3e03
Home Assistant Config Check / Home Assistant Configuration Check (push) Successful in 46s
Gitea Branch PR & Ansible Deployment / Check and Create PR (push) Successful in 15s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (benedikta) (push) Successful in 4m3s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rikku) (push) Successful in 4m14s
Gitea Branch PR & Ansible Deployment / Ansible Dry Run (rinoa) (push) Successful in 4m17s
Gitea Branch PR & Ansible Deployment / PR Merge (push) Successful in 17s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (benedikta) (push) Successful in 3m53s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rinoa) (push) Successful in 3m58s
Gitea Branch PR & Ansible Deployment / Ansible Config Deployment (rikku) (push) Successful in 4m8s
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
homeassistant:
|
|
# Name of the location where Home Assistant is running
|
|
name: "Rikku"
|
|
# Location required to calculate the time the sun rises and sets
|
|
latitude: 40
|
|
longitude: -73
|
|
# 'metric' for Metric, 'us_customary' for US Customary
|
|
unit_system: us_customary
|
|
# Pick yours from here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
time_zone: "America/New_York"
|
|
|
|
# Configure a default setup of Home Assistant (frontend, api, etc)
|
|
default_config:
|
|
|
|
# Text to speech
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
# automation: !include automations.yaml
|
|
# script: !include scripts.yaml
|
|
# scene: !include scenes.yaml
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies: 192.168.1.254
|
|
|
|
browser:
|
|
|
|
ingress:
|
|
adguard:
|
|
work_mode: ingress
|
|
ui_mode: toolbar
|
|
title: AdGuardHome
|
|
icon: si:adguard
|
|
url: http://adguard:8080
|
|
# audiobookshelf:
|
|
# work_mode: ingress
|
|
# ui_mode: toolbar
|
|
# title: Audiobookshelf
|
|
# icon: si:audiobookshelf
|
|
# url: http://192.168.1.254:13378
|
|
dockflare:
|
|
work_mode: ingress
|
|
ui_mode: toolbar
|
|
title: Dockflare
|
|
icon: si:cloudflare
|
|
url: http://dockflare:5000
|
|
ha_fusion:
|
|
work_mode: ingress
|
|
ui_mode: toolbar
|
|
title: HA Fusion
|
|
icon: mdi:monitor-dashboard
|
|
url: http://ha-fusion:5050
|
|
upsnap:
|
|
work_mode: ingress
|
|
ui_mode: toolbar
|
|
title: UpSnap
|
|
icon: mdi:lan-pending
|
|
url: http://upsnap:5000 |