Skip to content

Commit 7529969

Browse files
committed
Deprecate MQTT vacuum battery feature
1 parent f05adb5 commit 7529969

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/_integrations/vacuum.mqtt.markdown

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ set_fan_speed_topic:
208208
required: false
209209
type: string
210210
state_topic:
211-
description: "The MQTT topic subscribed to receive state messages from the vacuum. Messages received on the `state_topic` must be a valid JSON dictionary, with a mandatory `state` key and optionally `battery_level` and `fan_speed` keys as shown in the [example](#configuration-example)."
211+
description: "The MQTT topic subscribed to receive state messages from the vacuum. Messages received on the `state_topic` must be a valid JSON dictionary, with a mandatory `state` key and optionally `fan_speed` keys as shown in the [example](#configuration-example)."
212212
required: false
213213
type: string
214214
supported_features:
215-
description: "List of features that the vacuum supports (possible values are `start`, `stop`, `pause`, `return_home`, `battery`, `status`, `locate`, `clean_spot`, `fan_speed`, `send_command`)."
215+
description: "List of features that the vacuum supports (possible values are `start`, `stop`, `pause`, `return_home`, `status`, `locate`, `clean_spot`, `fan_speed`, `send_command`)."
216216
required: false
217217
type: [string, list]
218-
default: "`start`, `stop`, `return_home`, `status`, `battery`, `clean_spot`"
218+
default: "`start`, `stop`, `return_home`, `status`, `clean_spot`"
219219
unique_id:
220220
description: An ID that uniquely identifies this vacuum. If two vacuums have the same unique ID, Home Assistant will raise an exception. Required when used with device-based discovery.
221221
required: false
@@ -234,7 +234,6 @@ mqtt:
234234
- pause
235235
- stop
236236
- return_home
237-
- battery
238237
- status
239238
- locate
240239
- clean_spot
@@ -312,7 +311,6 @@ MQTT payload:
312311

313312
```json
314313
{
315-
"battery_level": 61,
316314
"state": "docked",
317315
"fan_speed": "off"
318316
}

0 commit comments

Comments
 (0)