Add warning about logbook entries created with logbook.log without a domain or entity_id being filtered (#14003)

This commit is contained in:
J. Nick Koston 2020-07-14 11:39:02 -10:00 committed by GitHub
parent 973f1d0dd4
commit 657a89e75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,13 @@ script:
domain: light
```
<div class="note warning">
When calling the `logbook.log` service without a `domain` or `entity_id`, entries will be added with the the `logbook` domain. Ensure that the `logbook` domain is not filtered away if you want these entries to appear in your logbook.
</div>
<div class='note'>
Sensor entities that have been assigned units (i.e., have a `unit_of_measurement` attribute) are assumed to change frequently and those sensors are automatically excluded from the logbook.