diff --git a/src/components/ptz.ts b/src/components/ptz.ts index 1eb4dff0..444c4421 100644 --- a/src/components/ptz.ts +++ b/src/components/ptz.ts @@ -140,7 +140,7 @@ export class AdvancedCameraCardPTZ extends LitElement { (this._actions?.home || presetSubmenuItems?.length) ? html`
${renderIcon('home', 'mdi:home', { actions: this._actions?.home })} - ${presetSubmenuItems?.length + ${presetSubmenuItems && presetSubmenuItems.length > 1 ? html`