From 96e6283f851a1340bf0f73fc0751d77d522b2923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Diego=20Rodr=C3=ADguez=20Royo?= Date: Sat, 22 Mar 2025 14:33:20 +0100 Subject: [PATCH] Add 700 RPM option to Home Connect washer spin speed options (#38128) --- source/_integrations/home_connect.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/home_connect.markdown b/source/_integrations/home_connect.markdown index a73f917b38c..ca5463b44e4 100644 --- a/source/_integrations/home_connect.markdown +++ b/source/_integrations/home_connect.markdown @@ -682,6 +682,7 @@ Both entities can use these options, but the availability of these will depend o - **Off**: `laundry_care_washer_enum_type_spin_speed_off` - **400 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m400` - **600 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m600` + - **700 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m700` - **800 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m800` - **900 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m900` - **1000 rpm**: `laundry_care_washer_enum_type_spin_speed_r_p_m1000`