First Commit

This commit is contained in:
darthsandmann
2022-07-29 03:05:27 +02:00
commit a7af1c3b93
22 changed files with 1226 additions and 0 deletions

View File

@ -0,0 +1,12 @@
automation:
- id: 'default_theme'
alias: Set Theme on HA Start
description: ''
trigger:
- event: start
platform: homeassistant
condition: []
action:
- data:
name: minimalist-desktop
service: frontend.set_theme

View File

@ -0,0 +1,13 @@
homeassistant:
name: Home
latitude: !secret latitude
longitude: !secret longitude
elevation: !secret elevation
unit_system: metric
temperature_unit: C
time_zone: Europe/Berlin
allowlist_external_dirs:
- '/tmp'
default_config:

View File

@ -0,0 +1,22 @@
lovelace:
mode: yaml
resources:
- url: /hacsfiles/button-card/button-card.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/mini-media-player/mini-media-player-bundle.js
type: module
- url: /hacsfiles/my-cards/my-slider.js
type: module
- url: /hacsfiles/simple-weather-card/simple-weather-card-bundle.js
type: module
- url: /hacsfiles/home-assistant-sun-card/home-assistant-sun-card.js
type: module

View File

@ -0,0 +1,7 @@
recorder:
db_url: !secret db_url
auto_purge: true
purge_keep_days: 60
exclude:
entities:
- sensor.time