From b239ec2b716b0b667a2ae23e5f4318b624c2a3e5 Mon Sep 17 00:00:00 2001 From: On Freund Date: Tue, 26 Mar 2024 21:48:27 +0200 Subject: [PATCH] Add image domain to sensors (#20194) --- src/common/const.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/const.ts b/src/common/const.ts index 48545d06aa..3bbada1359 100644 --- a/src/common/const.ts +++ b/src/common/const.ts @@ -231,6 +231,7 @@ export const SENSOR_ENTITIES = [ "calendar", "camera", "device_tracker", + "image", "weather", ];