-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
46 lines (42 loc) · 1.37 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
46
lovelace:
mode: storage
# Add yaml dashboards
dashboards:
lovelace-yaml:
mode: yaml
# resources: !include lovelace-resources.yaml <--shows a syntax error
title: YAML
icon: mdi:script
show_in_sidebar: true
filename: ui/ui-lovelace.yaml
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
# resources: !include lovelace-resources.yaml <--fails
input_number: !include inputs/input_number.yaml
input_datetime: !include inputs/input_datetime.yaml
input_text: !include inputs/input_text.yaml
input_select: !include inputs/input_select.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
frontend:
themes: !include_dir_merge_named themes
sensor: !include_dir_merge_list sensors
binary_sensor: !include_dir_merge_list binary_sensors
multiscrape: !include_dir_merge_list multiscrape
# decluttering_templates: !include ui/templates/decluttering-card.yaml
# button_card_templates: !include_dir_merge_named ui/templates/button-card/
# apexcharts_card_templates: !include ui/templates/apexcharts-card.yaml
# popup_cards: !include_dir_merge_named ui/popups/
device_tracker:
- platform: ping
hosts:
router: 192.168.50.1
cloudflare: 1.1.1.1
logger:
default: info
logs:
custom_components.multiscrape: debug