92 lines
2.2 KiB
YAML
92 lines
2.2 KiB
YAML
homeassistant:
|
|
name: home
|
|
temperature_unit: C
|
|
unit_system: metric
|
|
currency: SEK
|
|
time_zone: Europe/Stockholm
|
|
external_url: !secret external_url
|
|
latitude: !secret latitude_home
|
|
longitude: !secret longitude_home
|
|
elevation: !secret elevation_home
|
|
|
|
logger:
|
|
default: warning
|
|
|
|
default_config:
|
|
lovelace:
|
|
mode: yaml
|
|
resources:
|
|
- url: /hacsfiles/button-card/button-card.js
|
|
type: module
|
|
- url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
|
|
type: module
|
|
- url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
|
|
type: module
|
|
- url: /hacsfiles/light-entity-card/light-entity-card.js
|
|
type: module
|
|
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
|
|
type: module
|
|
- url: /hacsfiles/lovelace-card-mod/card-mod.js
|
|
type: module
|
|
- url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
|
|
type: module
|
|
- url: /hacsfiles/my-cards/my-cards.js
|
|
type: module
|
|
- url: /local/community/my-cards/my-slider.js
|
|
type: module
|
|
- url: /hacsfiles/lovelace-hasl-departure-card/hasl-departure-card.js
|
|
type: module
|
|
- url: /hacsfiles/lovelace-hasl-traffic-status-card/hasl-traffic-status-card.js
|
|
type: module
|
|
|
|
browser_mod:
|
|
|
|
sonos:
|
|
media_player:
|
|
advertise_addr: !secret sonos_advertise_addr
|
|
hosts: !secret sonos_hosts
|
|
|
|
calendar:
|
|
- platform: caldav
|
|
username: !secret caldav_username
|
|
password: !secret caldav_password
|
|
url: !secret caldav_url
|
|
calendars:
|
|
- Home-assistant
|
|
days: 14
|
|
custom_calendars:
|
|
- name: "GarbageBin"
|
|
calendar: "Home-assistant"
|
|
search: "Ta ut soporna"
|
|
|
|
|
|
tts:
|
|
- platform: google_translate
|
|
|
|
http:
|
|
use_x_forwarded_for: true
|
|
trusted_proxies: !secret trusted_proxies
|
|
|
|
mqtt:
|
|
discovery_prefix: homeassistant
|
|
|
|
notify:
|
|
- name: gotify_1
|
|
platform: rest
|
|
resource: http://gotify/message
|
|
method: POST_JSON
|
|
headers:
|
|
X-Gotify-Key: !secret gotify_app_key
|
|
message_param_name: message
|
|
title_param_name: title
|
|
|
|
zone: !secret zones
|
|
automation: !include_dir_list automations
|
|
script: !include scripts.yaml
|
|
scene: !include scenes.yaml
|
|
input_boolean: !include input_boolean.yaml
|
|
sensor: !include_dir_merge_list sensors
|
|
frontend:
|
|
themes: !include_dir_merge_named themes
|
|
|