From e66bee639894155ac2c9e7ef65083aeb32111d46 Mon Sep 17 00:00:00 2001 From: Z Date: Wed, 3 Oct 2018 09:13:36 +0200 Subject: [PATCH] service call typo (#6453) hass service call is vacuum.set_fan_speed --- source/_components/vacuum.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/vacuum.markdown b/source/_components/vacuum.markdown index 5448d3d85f1..59f7699392d 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -99,7 +99,7 @@ Tell the vacuum cleaner to do a spot clean-up. |---------------------------|----------|-------------------------------------------------------| | `entity_id` | yes | Only act on specific vacuum. Else targets all. | -#### {% linkable_title Service `vacuum.set_fanspeed` %} +#### {% linkable_title Service `vacuum.set_fan_speed` %} Set the fan speed of the vacuum. The `fanspeed` can be a label, as `balanced` or `turbo`, or be a number; it depends on the `vacuum` platform.