From 39cd2b5fa72fe6788722bdbbb75d4f4ac5aa8834 Mon Sep 17 00:00:00 2001 From: Gabriel Sieben Date: Thu, 7 Jul 2022 01:30:23 +0200 Subject: [PATCH] Update index.rst (#2167) --- components/climate/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/climate/index.rst b/components/climate/index.rst index 3551fcf64..dd9c13aee 100644 --- a/components/climate/index.rst +++ b/components/climate/index.rst @@ -174,6 +174,8 @@ advanced stuff. id(my_climate).fan_mode // Swing mode, type: SwingMode (enum) id(my_climate).swing_mode + // Current action (currentl on idle, cooling, heating, etc.), ClimateAction (enum) + id(my_climate).action - ``.make_call``: Control the climate device