fix: Fix folder media in timeline when camera is not timeline supported (#2246)
- Closes: #2205
This commit is contained in:
@@ -53,6 +53,7 @@ const calculateButtons = (
|
||||
hass?: HomeAssistant;
|
||||
config?: AdvancedCameraCardConfig;
|
||||
cameraManager?: CameraManager;
|
||||
foldersManager?: FoldersManager;
|
||||
view?: View | null;
|
||||
viewManager?: ViewManager;
|
||||
},
|
||||
@@ -66,6 +67,7 @@ const calculateButtons = (
|
||||
options?.hass ?? createHASS(),
|
||||
options?.config ?? createConfig(),
|
||||
cameraManager,
|
||||
options?.foldersManager ?? mock<FoldersManager>(),
|
||||
{
|
||||
...options,
|
||||
view:
|
||||
|
||||
Reference in New Issue
Block a user