forked from mcfrojd/hassio_lovelace_multiremote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
configuration.yaml
38 lines (33 loc) · 845 Bytes
/
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
homeassistant:
name: Remote Dev
latitude: !secret latitude
longitude: !secret longitude
elevation: 102
unit_system: metric
time_zone: Europe/Stockholm
packages: !include_dir_named packages
http:
base_url: !secret base_url
hacs:
token: !secret my_github_access_token
discovery:
ignore:
- google_cast
- apple_tv
- ikea_tradfri
- tellstick
- esphome
config:
lovelace:
mode: yaml
resources:
- url: /local/community/lovelace-card-tools/card-tools.js
type: module
- url: /local/community/lovelace-layout-card/layout-card.js
type: module
- url: /local/community/lovelace-state-switch/state-switch.js
type: module
- url: /local/community/button-card/button-card.js
type: module
- url: /local/community/decluttering-card/decluttering-card.js
type: module