Skip to content

Commit 81291d4

Browse files
committed
Updated README with recent homeassistant discovery changes
1 parent 47972d9 commit 81291d4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,9 @@ detected plate number.
332332
`plate-minder/<source name>/roi` contains a cropped JPEG image of the region of
333333
interest where the plate was detected.
334334

335+
`plate-minder/<source name>/timestamp` contains the epoch timestamp (includes
336+
milliseconds) of the plate detection.
337+
335338
### File ###
336339

337340
Enabling the file recorder will store images with a plate detected to disk. A
@@ -361,9 +364,12 @@ should be auto-discovered per video source:
361364
*Please note that entities will not appear until the first license plate has
362365
been detected.*
363366

364-
* `sensor.<Source Name>_plate`
365-
* `camera.<Source Name>_image`
366-
* `camera.<Source Name>_roi`
367+
* `sensor.<Source_Name>_plate`
368+
* `camera.<Source_Name>_image`
369+
* `camera.<Source_Name>_roi`
370+
* `sensor.<Source_Name>_timestamp`
371+
* `image.<Source_Name>_image`
372+
* `image.<Source_Name>_roi`
367373

368374
Picture entity card & entities card examples:
369375

0 commit comments

Comments
 (0)