Always render a view even if default is unsupported.
This commit is contained in:
@@ -128,7 +128,7 @@ export class FrigateCamera extends Camera {
|
||||
hass: HomeAssistant,
|
||||
cameraConfig: CameraConfig,
|
||||
): Promise<PTZCapabilities | null> {
|
||||
if (!cameraConfig.frigate.camera_name) {
|
||||
if (!cameraConfig.frigate.camera_name || isBirdseye(cameraConfig)) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user