From f11c7510cea821a38ecaee17fd24bc6518847d8b Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 8 Oct 2023 21:29:15 -0700 Subject: [PATCH] Missed one. --- src/utils/get-state-obj.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/get-state-obj.ts b/src/utils/get-state-obj.ts index 55e32326..1edd43e9 100644 --- a/src/utils/get-state-obj.ts +++ b/src/utils/get-state-obj.ts @@ -1,4 +1,4 @@ -import { HomeAssistant } from "custom-card-helpers"; +import { HomeAssistant } from "@dermotduffy/custom-card-helpers"; import { HassEntity } from "home-assistant-js-websocket"; import { CameraConfig } from "../config/types.js"; import { dispatchErrorMessageEvent } from "../components/message.js";