-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfiguration.yaml
More file actions
34 lines (31 loc) · 1009 Bytes
/
configuration.yaml
File metadata and controls
34 lines (31 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
homeassistant:
packages: !include_dir_named packages
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
template: !include sensors.yaml
lovelace:
mode: "storage"
resources:
- type: "module"
url: "/hacsfiles/button-card/button-card.js"
- type: "module"
url: "/hacsfiles/kiosk-mode/kiosk-mode.js"
- type: "module"
url: "/local/community/layout-card-modified/layout-card-modified.js?v=12"
- type: "module"
url: "/local/community/light-slider/my-slider-v2.js"
- type: "css"
url: "https://fonts.googleapis.com/css2?family=Hanken+Grotesk:[email protected]&display=swap"
dashboards:
dashboard-homio:
mode: yaml
title: "homio"
icon: mdi:star-plus-outline
show_in_sidebar: true
filename: dashboards/homio/homio.yaml