diff --git a/src/state/connection-mixin.ts b/src/state/connection-mixin.ts index 2ba9833bd69e..3c0985a2c3c1 100644 --- a/src/state/connection-mixin.ts +++ b/src/state/connection-mixin.ts @@ -143,7 +143,10 @@ export const connectionMixin = >( ? "connection lost" : "unknown error") }`; - fireEvent(this as any, "hass-notification", { message }); + fireEvent(this as any, "hass-notification", { + message, + duration: 10000, + }); } throw err; }