@@ -69,10 +69,11 @@ describe('DatetimeCardEditor.svelte', () => {
6969 config : {
7070 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
7171 flex_direction : "row" ,
72+ format_label : false ,
7273 image : "" ,
7374 reset_forward : false ,
74- show_names : false ,
7575 show_expired_only : false ,
76+ show_names : false ,
7677 title : "My Datetime Card" ,
7778 type : "custom:datetime-card" ,
7879 }
@@ -88,12 +89,13 @@ describe('DatetimeCardEditor.svelte', () => {
8889 config : {
8990 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
9091 flex_direction : "row" ,
92+ format_label : false ,
9193 image : "/local/image.png" ,
9294 reset_forward : false ,
93- show_names : false ,
9495 show_expired_only : false ,
96+ show_names : false ,
97+ title : "" ,
9598 type : "custom:datetime-card" ,
96- title : ""
9799 }
98100 } ) ;
99101 } ) ;
@@ -107,12 +109,13 @@ describe('DatetimeCardEditor.svelte', () => {
107109 config : {
108110 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
109111 flex_direction : "row" ,
112+ format_label : false ,
110113 image : "" ,
111114 reset_forward : false ,
112- show_names : true ,
113115 show_expired_only : false ,
116+ show_names : true ,
117+ title : "" ,
114118 type : "custom:datetime-card" ,
115- title : ""
116119 }
117120 } ) ;
118121 } ) ;
@@ -126,12 +129,13 @@ describe('DatetimeCardEditor.svelte', () => {
126129 config : {
127130 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
128131 flex_direction : "column" ,
132+ format_label : false ,
129133 image : "" ,
130134 reset_forward : false ,
131- show_names : false ,
132135 show_expired_only : false ,
136+ show_names : false ,
137+ title : "" ,
133138 type : "custom:datetime-card" ,
134- title : ""
135139 }
136140 } ) ;
137141 } ) ;
@@ -145,12 +149,13 @@ describe('DatetimeCardEditor.svelte', () => {
145149 config : {
146150 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
147151 flex_direction : "row-reverse" ,
152+ format_label : false ,
148153 image : "" ,
149154 reset_forward : false ,
150- show_names : false ,
151155 show_expired_only : false ,
156+ show_names : false ,
157+ title : "" ,
152158 type : "custom:datetime-card" ,
153- title : ""
154159 }
155160 } ) ;
156161 } ) ;
@@ -166,12 +171,13 @@ describe('DatetimeCardEditor.svelte', () => {
166171 config : {
167172 entities : [ { friendly_name : "" , id : "" , max : 0 } ] ,
168173 flex_direction : "column-reverse" ,
174+ format_label : false ,
169175 image : "" ,
170176 reset_forward : false ,
171- show_names : false ,
172177 show_expired_only : false ,
178+ show_names : false ,
179+ title : "" ,
173180 type : "custom:datetime-card" ,
174- title : ""
175181 }
176182 } ) ;
177183 } ) ;
@@ -258,10 +264,11 @@ describe('DatetimeCardEditor.svelte', () => {
258264 config : {
259265 entities : [ { id : "input_datetime.test" , "max" : 10 } , entity2 ] ,
260266 flex_direction : "row" ,
267+ format_label : false ,
261268 image : "" ,
262269 reset_forward : false ,
263- show_names : false ,
264270 show_expired_only : false ,
271+ show_names : false ,
265272 title : "" ,
266273 type : "custom:datetime-card" ,
267274 }
@@ -277,10 +284,11 @@ describe('DatetimeCardEditor.svelte', () => {
277284 config : {
278285 entities : [ { "id" : "input_datetime.test_1" , "max" : 20 } , entity2 ] ,
279286 flex_direction : "row" ,
287+ format_label : false ,
280288 image : "" ,
281289 reset_forward : false ,
282- show_names : false ,
283290 show_expired_only : false ,
291+ show_names : false ,
284292 title : "" ,
285293 type : "custom:datetime-card" ,
286294 }
@@ -302,10 +310,11 @@ describe('DatetimeCardEditor.svelte', () => {
302310 config : {
303311 entities : [ { "id" : "input_datetime.test_2" , "max" : 20 , } ] ,
304312 flex_direction : "row" ,
313+ format_label : false ,
305314 image : "" ,
306315 reset_forward : false ,
307- show_names : false ,
308316 show_expired_only : false ,
317+ show_names : false ,
309318 title : "" ,
310319 type : "custom:datetime-card" ,
311320 }
@@ -323,10 +332,11 @@ describe('DatetimeCardEditor.svelte', () => {
323332 config : {
324333 entities : [ ] ,
325334 flex_direction : "row" ,
335+ format_label : false ,
326336 image : "" ,
327337 reset_forward : false ,
328- show_names : false ,
329338 show_expired_only : false ,
339+ show_names : false ,
330340 title : "" ,
331341 type : "custom:datetime-card" ,
332342 }
0 commit comments