mirror of
https://github.com/home-assistant/frontend.git
synced 2026-08-16 10:02:41 +01:00
Remove comment on haVersion in connection status detail
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016RP31VYjoEC6nGvcjo8DHD
This commit is contained in:
@@ -9,7 +9,6 @@ export type ConnectionStatus = "connected" | "auth-invalid" | "disconnected";
|
||||
|
||||
export interface ConnectionStatusDetail {
|
||||
status: ConnectionStatus;
|
||||
// Version of the instance we are connected to, if known.
|
||||
haVersion?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user