Skip to content

Commit 0e59356

Browse files
Merge pull request #266 from ahodges9/patch-1
Update Home Assistant Example
2 parents e22f7a9 + abeaaa6 commit 0e59356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ For an automation or script (or other service trigger), use:
3333
```yaml
3434
service: 'mqtt.publish'
3535
data:
36-
topic: location/scan/arrive
36+
topic: monitor/scan/arrive
3737
```
3838
3939
```yaml
4040
service: 'mqtt.publish'
4141
data:
42-
topic: location/scan/depart
42+
topic: monitor/scan/depart
4343
```
4444
</details>
4545

0 commit comments

Comments
 (0)