-
Notifications
You must be signed in to change notification settings - Fork 0
/
lovelace_resources.yaml
73 lines (69 loc) · 2.19 KB
/
lovelace_resources.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Lovelace custom cards (from the community store)
########## Installed using HACS
# Mini media player: ChromeCast
- type: module
url: /hacsfiles/mini-media-player/mini-media-player-bundle.js
# Slider entity row: lights
- type: module
url: /hacsfiles/lovelace-slider-entity-row/slider-entity-row.js
# Fold entity row: fold light groups
- type: module
url: /hacsfiles/lovelace-fold-entity-row/fold-entity-row.js
# Auto entities: dynamic entity lists
- type: module
url: /hacsfiles/lovelace-auto-entities/auto-entities.js
# Graph card: sensor graphs
- type: module
url: /hacsfiles/mini-graph-card/mini-graph-card-bundle.js
# Spotify: playlists
- type: module
url: /hacsfiles/spotify-card/spotify-card.js
# Button card: media mode buttons
- type: module
url: /hacsfiles/button-card/button-card.js
# Stack in card
- type: module
url: /hacsfiles/stack-in-card/stack-in-card.js
# Plant picture card
- type: module
url: /hacsfiles/PlantPictureCard/PlantPictureCard.js
# State switch: show cards depending on user
- type: module
url: /hacsfiles/lovelace-state-switch/state-switch.js
# Template entity row: template text in a row
- url: /hacsfiles/lovelace-template-entity-row/template-entity-row.js
type: module
# Compass card
- url: /hacsfiles/compass-card/compass-card.js
type: module
# Slider button card (fancy sliders)
- url: /hacsfiles/slider-button-card/slider-button-card.js
type: module
# Vacuum map card
- type: module
url: /hacsfiles/lovelace-xiaomi-vacuum-map-card/xiaomi-vacuum-map-card.js
# Hourly weather card
- type: module
url: /hacsfiles/lovelace-hourly-weather/hourly-weather.js
# Weather chart card
- type: module
url: /hacsfiles/weather-chart-card/weather-chart-card.js
# Weather radar card
- type: module
url: /hacsfiles/weather-radar-card/weather-radar-card.js
# Clock weather card
- type: module
url: /hacsfiles/clock-weather-card/clock-weather-card.js
# Timer bar card
- type: module
url: /hacsfiles/timer-bar-card/timer-bar-card.js
# Formula 1
- type: module
url: /hacsfiles/formulaone-card/formulaone-card.js
# Uptime card (unused)
#- url: /hacsfiles/uptime-card/uptime-card.js
# type: module
######### Manually downloaded
# Browser mod
- url: /browser_mod.js
type: module