-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdashboard.yaml.bak
79 lines (79 loc) · 2.45 KB
/
dashboard.yaml.bak
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
74
75
76
77
78
79
kiosk_mode: null
kiosk: true
views:
- path: default_view
type: custom:grid-layout
layout:
grid-template-columns: auto 30px 52%
grid-template-rows: auto
grid-template-areas: |
"header header header"
"main . sidebar"
"footer footer footer"
mediaquery:
'(max-width: 600px)':
grid-template-columns: 100%
grid-template-areas: |
"header"
"sidebar"
"main"
"footer"
'(max-width: 800px)':
grid-template-columns: 50% 50%
grid-template-areas: |
"header sidebar"
"main main"
"footer footer"
cards:
- type: iframe
url: >-
https://fahrplan.oebb.at/bin/stboard.exe/dn?L=vs_liveticker&evaId=491116&boardType=dep&productsFilter=1011111111011&dirInput=491123&tickerID=dep&start=yes&eqstops=false&showJourneys=12&additionalTime=0
aspect_ratio: '9:32'
show_header_toggle: false
view_layout:
grid-area: sidebar
card_mod:
style: |
div#root iframe {
transform: scale({{400|float / 100|float}});
transform-origin: 0 0;
width: 100000px;
height: 100000px;
}
- type: vertical-stack
show_header_toggle: false
view_layout:
grid-area: main
cards:
- type: glance
title: Next trams to center
show_name: false
entities:
- sensor.oebb_journey_0
- sensor.oebb_journey_helper_0
- type: entities
entities:
- person.lorenzo_campioni
- person.isadora_lenzi_michel
- type: custom:clock-weather-card
entity: weather.openweathermap
animated_icon: true
locale: it
- theme: Backend-selected
path: timetable-only
title: timetable-only
type: panel
badges: []
cards:
- type: iframe
url: >-
https://fahrplan.oebb.at/bin/stboard.exe/dn?L=vs_liveticker&evaId=491116&boardType=dep&productsFilter=1011111111011&dirInput=491123&tickerID=dep&start=yes&eqstops=false&showJourneys=12&additionalTime=0
aspect_ratio: 50%
card_mod:
style: |
div#root iframe {
transform: scale({{400|float / 100|float}});
transform-origin: 0 0;
width: 100000px;
height: 100000px;
}