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