Skip to content

Commit

Permalink
docs: Update home assistant mqtt publish example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed Nov 1, 2024
1 parent dd6eac0 commit 769c75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_pages/integrations/home-assistant-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ vacuum_clean_segments_message:
- service: mqtt.publish
data:
topic: valetudo/JustForDemonstration/MapSegmentationCapability/clean/set
payload_template: '{"segment_ids": {{segments}}}'
payload: '{"segment_ids": {{segments}}}'
mode: single
{% endraw %}
```
Expand Down

0 comments on commit 769c75e

Please sign in to comment.