Skip to content

Commit

Permalink
MQTT vacuum JSON template (home-assistant#12223)
Browse files Browse the repository at this point in the history
  • Loading branch information
emontnemery authored Mar 2, 2020
1 parent bb3aef9 commit 35df5fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/_integrations/vacuum.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ fan_speed_list:
description: List of possible fan speeds for the vacuum.
required: false
type: [string, list]
json_attributes_template:
description: "Defines a [template](/docs/configuration/templating/#processing-incoming-data) to extract the JSON dictionary from messages received on the `json_attributes_topic`. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-template-configuration) documentation."
required: false
type: template
json_attributes_topic:
description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation.
required: false
Expand Down

0 comments on commit 35df5fc

Please sign in to comment.