First Commit
This commit is contained in:
12
packages/homeassistant/default_theme.yaml
Normal file
12
packages/homeassistant/default_theme.yaml
Normal 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
|
13
packages/homeassistant/homeassistant.yaml
Normal file
13
packages/homeassistant/homeassistant.yaml
Normal 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:
|
22
packages/homeassistant/lovelace.yaml
Normal file
22
packages/homeassistant/lovelace.yaml
Normal 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
|
7
packages/homeassistant/recorder.yaml
Normal file
7
packages/homeassistant/recorder.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
recorder:
|
||||
db_url: !secret db_url
|
||||
auto_purge: true
|
||||
purge_keep_days: 60
|
||||
exclude:
|
||||
entities:
|
||||
- sensor.time
|
Reference in New Issue
Block a user