mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
Add warning about logbook entries created with logbook.log without a domain or entity_id being filtered (#14003)
This commit is contained in:
parent
973f1d0dd4
commit
657a89e75f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user