From b97a9ef311c071786181888e8fed1c833757183e Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 1 Dec 2022 15:48:27 +0100 Subject: [PATCH] Consider moisture as alerting binary sensor (#14503) --- src/common/entity/color/binary_sensor_color.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/entity/color/binary_sensor_color.ts b/src/common/entity/color/binary_sensor_color.ts index a542abf263..0d7949b39a 100644 --- a/src/common/entity/color/binary_sensor_color.ts +++ b/src/common/entity/color/binary_sensor_color.ts @@ -5,6 +5,7 @@ const ALERTING_DEVICE_CLASSES = new Set([ "carbon_monoxide", "gas", "heat", + "moisture", "problem", "safety", "smoke",