From 7e2a124c252f66aa56bbd5107b8f77f3398a0f57 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 May 2021 11:12:16 +0200 Subject: [PATCH] Fix Humidifier automation example (#17648) --- source/_integrations/humidifier.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/_integrations/humidifier.markdown b/source/_integrations/humidifier.markdown index 6a3ca0c8363..ca477e47e6c 100644 --- a/source/_integrations/humidifier.markdown +++ b/source/_integrations/humidifier.markdown @@ -40,14 +40,14 @@ Set mode for the humidifier device. This service is only available if the device ```yaml automation: trigger: - platform: time - at: "07:15:00" + - platform: time + at: "07:15:00" action: - service: humidifier.set_mode target: entity_id: humidifier.bedroom data: - preset_mode: "eco" + mode: "eco" ``` ### Service `humidifier.set_humidity` @@ -64,8 +64,8 @@ Set target humidity of the humidifier device ```yaml automation: trigger: - platform: time - at: "07:15:00" + - platform: time + at: "07:15:00" action: - service: humidifier.set_humidity target: