From a87eb0a5ec4802af926e4a6a98d91b9fc0511b5e Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Fri, 3 Nov 2023 20:36:34 -0400 Subject: [PATCH] Fix downstairs bathroom motion sensor entity ID --- flows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flows.json b/flows.json index 84e5e01..38f8f1d 100644 --- a/flows.json +++ b/flows.json @@ -9929,7 +9929,7 @@ "version": 5, "outputs": 2, "exposeAsEntityConfig": "", - "entityId": "binary_sensor.downstairs_bathroom_sensor_motion", + "entityId": "binary_sensor.downstairs_bathroom_motion", "entityIdType": "exact", "outputInitially": false, "stateType": "str",