From f5a3877f47201dc96f602c715f32b549bee94b01 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 4 Nov 2025 09:45:26 +0100 Subject: [PATCH] Fix tooltip hide delay (#27786) --- src/components/ha-tooltip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-tooltip.ts b/src/components/ha-tooltip.ts index 400e2e4397..6635da1361 100644 --- a/src/components/ha-tooltip.ts +++ b/src/components/ha-tooltip.ts @@ -9,7 +9,7 @@ export class HaTooltip extends Tooltip { @property({ attribute: "show-delay", type: Number }) showDelay = 150; /** The amount of time to wait before hiding the tooltip when the user mouses out.. */ - @property({ attribute: "hide-delay", type: Number }) hideDelay = 400; + @property({ attribute: "hide-delay", type: Number }) hideDelay = 150; static get styles(): CSSResultGroup { return [