Skip to content

Commit abeaaa6

Browse files
authored
Update Home Assistant Example
The example for triggering arrive/depart scans for Home Assistant use the old "location/XXX" instead of "monitor/XXX"
1 parent e22f7a9 commit abeaaa6

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)