2022-01-08 10:04:57 +01:00
|
|
|
homeassistant:
|
2022-12-16 14:43:40 +01:00
|
|
|
name: __HOME__
|
|
|
|
latitude: __LATITUDE__
|
|
|
|
longitude: __LONGITUDE__
|
|
|
|
elevation: __ELEVATION__
|
|
|
|
unit_system: __UNIT_SYSTEM__
|
|
|
|
currency: __CURRENCY__
|
|
|
|
country: __COUNTRY__
|
2022-12-22 10:02:08 +01:00
|
|
|
time_zone: "__TIME_ZONE__"
|
2022-05-15 21:02:12 +02:00
|
|
|
external_url: "https://__DOMAIN__"
|
2022-01-08 10:04:57 +01:00
|
|
|
auth_providers:
|
|
|
|
- type: command_line
|
2023-02-12 22:01:31 +01:00
|
|
|
command: __DATA_DIR__/bin/ynh_ldap-auth.sh
|
2022-01-08 10:04:57 +01:00
|
|
|
meta: true
|
|
|
|
|
|
|
|
http:
|
|
|
|
server_port: __PORT__
|
|
|
|
use_x_forwarded_for: True
|
|
|
|
trusted_proxies:
|
|
|
|
- 127.0.0.1
|
|
|
|
- ::1
|
|
|
|
|
|
|
|
recorder:
|
|
|
|
db_url: mysql://__DB_USER__:__DB_PWD__@127.0.0.1/__DB_NAME__?unix_socket=/var/run/mysqld/mysqld.sock&charset=utf8mb4
|
|
|
|
|
|
|
|
# Apply default set of integrations
|
|
|
|
default_config:
|
|
|
|
|
|
|
|
# Linked yaml files
|
|
|
|
automation: !include automations.yaml
|
|
|
|
script: !include scripts.yaml
|
|
|
|
scene: !include scenes.yaml
|
|
|
|
|
2023-06-09 14:46:29 +02:00
|
|
|
# Sensors
|
|
|
|
sensor:
|
|
|
|
- platform: fail2ban
|
|
|
|
jails:
|
|
|
|
- __APP__
|
|
|
|
file_path: /var/log/__APP__/__APP__.log
|