-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathdashboard.yaml
More file actions
221 lines (221 loc) · 5.6 KB
/
Copy pathdashboard.yaml
File metadata and controls
221 lines (221 loc) · 5.6 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
title: Amniotic
sections:
- type: grid
cards:
- type: heading
heading: Theme Management
heading_style: title
- type: tile
grid_options:
rows: 2
columns: 6
entity: select.amniotic_theme
name:
type: entity
hide_state: true
vertical: false
features:
- type: select-options
features_position: bottom
- type: entities
entities:
- entity: text.amniotic_new_theme
name:
type: entity
grid_options:
columns: 9
rows: auto
- type: tile
entity: button.amniotic_delete_current_theme
name: Delete
color: red
hide_state: true
vertical: false
features:
- type: button
action_name: Delete
features_position: bottom
column_span: 4
- type: grid
cards:
- type: heading
heading_style: title
heading: Current Recording
- type: tile
grid_options:
rows: 2
columns: 6
entity: select.amniotic_recording
name: Theme Recording
hide_state: true
vertical: false
features:
- type: select-options
features_position: bottom
- type: tile
grid_options:
columns: 6
rows: 2
entity: switch.amniotic_enable_recording
name:
type: entity
show_entity_picture: false
hide_state: true
vertical: false
features:
- type: toggle
features_position: bottom
- type: tile
grid_options:
columns: 48
rows: 1
entity: number.amniotic_recording_volume
name: Current Recording Volume
vertical: false
features:
- style: slider
type: numeric-input
- type: numeric-input
style: buttons
features_position: bottom
column_span: 4
visibility:
- condition: state
entity: binary_sensor.amniotic_recordings_present
state: "on"
- type: grid
cards:
- type: heading
heading: Current Recording
heading_style: title
- type: tile
grid_options:
columns: full
entity: binary_sensor.amniotic_recordings_present
name: No Recordings have been added yet. You will need to add some.
icon: mdi:alert-circle
color: amber
hide_state: true
vertical: false
features_position: bottom
- type: markdown
content: >-
[Documentation on Adding
Recordings](https://fmtr.link/amniotic/doc/recordings)
text_only: true
column_span: 4
visibility:
- condition: state
entity: binary_sensor.amniotic_recordings_present
state: "off"
- type: grid
cards:
- type: heading
heading: Recording Download
heading_style: title
- type: entities
entities:
- entity: text.amniotic_download_from_youtube
name:
type: entity
grid_options:
columns: 12
rows: auto
- type: tile
entity: sensor.amniotic_download_status
name: Downloader
vertical: false
features_position: bottom
- type: tile
grid_options:
columns: 6
rows: 2
entity: sensor.amniotic_download_percent_complete
name: Completed
vertical: false
features:
- type: bar-gauge
features_position: bottom
column_span: 4
- type: grid
cards:
- type: heading
heading: Streaming
heading_style: title
- type: tile
grid_options:
columns: 6
rows: 2
entity: select.amniotic_media_player
name: Media Player
hide_state: true
vertical: false
features:
- type: select-options
features_position: bottom
- type: tile
grid_options:
columns: 6
rows: 2
entity: button.amniotic_stream
name: Stream
show_entity_picture: false
hide_state: true
vertical: false
features:
- type: button
action_name: Stream
features_position: bottom
- type: tile
entity: sensor.amniotic_stream_url
name:
type: entity
vertical: false
features_position: bottom
grid_options:
columns: 9
rows: 1
column_span: 4
visibility:
- condition: state
entity: binary_sensor.amniotic_theme_streamable
state: "on"
- type: grid
cards:
- type: heading
heading: Streaming
heading_style: title
- type: tile
grid_options:
columns: full
entity: binary_sensor.amniotic_theme_streamable
name: >-
No Recordings are enabled for the current Theme. You will need to
enable some before you can Stream.
icon: mdi:alert-circle
color: amber
hide_state: true
vertical: false
features_position: bottom
- type: markdown
content: >-
[Documentation on Themes and Enabling
Recordings](https://fmtr.link/amniotic/doc/themes)
text_only: true
column_span: 4
visibility:
- condition: state
entity: binary_sensor.amniotic_theme_streamable
state: "off"
type: sections
max_columns: 4
icon: mdi:waveform
cards: [ ]
header:
card:
type: markdown
content: |-
# Amniotic
An ambient sound mixer for Home Assistant.
text_only: true
badges: [ ]