-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfiguration.yaml
45 lines (36 loc) · 1.09 KB
/
configuration.yaml
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
35
36
37
38
39
40
41
42
43
44
45
# Loads default set of integrations. Do not remove.
default_config:
# Load frontend themes from the themes folder
frontend:
themes: !include_dir_merge_named themes
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homeassistant:
packages: !include_dir_named packages
lovelace:
mode: yaml
resources:
- url: /local/my-custom-card.js
type: module
- url: /hacsfiles/flex-table-card/flex-table-card.js
type: module
- url: /hacsfiles/lovelace-layout-card/layout-card.js
type: module
- url: /hacsfiles/Home-Assistant-Lovelace-HTML-Jinja2-Template-card/html-template-card.js
type: module
- url: /hacsfiles/lovelace-auto-entities/auto-entities.js
type: module
- url: /hacsfiles/lovelace-card-tools/card-tools.js
type: module
dashboards:
medication-assistant:
mode: yaml
filename: /config/dashboards/medicationassistant.yaml
title: Medication Assistant
icon: mdi:pill
show_in_sidebar: true
require_admin: false