From 8b4d0867d6d37052238008a41daa9b30383ca0c7 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 10 May 2021 16:59:48 +1000 Subject: [PATCH] Update deep_sleep.rst (#1152) The documentation is wrong, as discussed on discord. This fixes that. --- components/deep_sleep.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/deep_sleep.rst b/components/deep_sleep.rst index c056e3b66..4e9d65245 100644 --- a/components/deep_sleep.rst +++ b/components/deep_sleep.rst @@ -82,8 +82,9 @@ This action makes the given deep sleep component enter deep sleep immediately. on_...: then: - - deep_sleep.enter: deep_sleep_1 - sleep_duration: 20min + - deep_sleep.enter: + id: deep_sleep_1 + sleep_duration: 20min Configuration options: