From 8dd993c8a32ff8c1a7511a5cc8aaf74808ed2246 Mon Sep 17 00:00:00 2001 From: Oncleben31 Date: Fri, 21 Sep 2018 17:38:00 +0200 Subject: [PATCH] Typo correction in the 'set_fanspeed' params (#6326) it's not `fanspeed` but `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 041edb7d661..5448d3d85f1 100644 --- a/source/_components/vacuum.markdown +++ b/source/_components/vacuum.markdown @@ -106,7 +106,7 @@ Set the fan speed of the vacuum. The `fanspeed` can be a label, as `balanced` or | Service data attribute | Optional | Description | |---------------------------|----------|-------------------------------------------------------| | `entity_id` | yes | Only act on specific vacuum. Else targets all. | -| `fanspeed` | no | Platform dependent vacuum cleaner fan speed, with speed steps, like 'medium', or by percentage, between 0 and 100. | +| `fan_speed` | no | Platform dependent vacuum cleaner fan speed, with speed steps, like 'medium', or by percentage, between 0 and 100. | #### {% linkable_title Service `vacuum.send_command` %}