mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 10:26:52 +00:00
Remove deprecated hidden attributes from logbook (#13820)
This commit is contained in:
parent
38bd550146
commit
1c6eb26c0f
@ -100,10 +100,8 @@ logbook:
|
||||
|
||||
### Exclude Events
|
||||
|
||||
Entities customized as hidden are excluded from the logbook by default,
|
||||
but sometimes you want to show the entity in the UI and not in the logbook.
|
||||
For instance you use the `sensor.date`to show the current date in the UI,
|
||||
but you do not want a logbook entry for that sensor every day.
|
||||
If you have `sensor.date` to show the current date in the UI,
|
||||
but you do not want a logbook entry for that sensor every day it can be excluded.
|
||||
To exclude these entities just add them to the `exclude` > `entities` list in
|
||||
the configuration of the logbook.
|
||||
|
||||
@ -112,6 +110,9 @@ list. For instance you use the `sun` domain only to trigger automations on the
|
||||
`azimuth` attribute, then you possible are not interested in the logbook entries
|
||||
for sun rise and sun set.
|
||||
|
||||
Excluded entities still take up space in the database. It may be advisable to
|
||||
exclude them in `recorder` instead.
|
||||
|
||||
### Custom Entries
|
||||
|
||||
It is possible to add custom entries to the logbook by using the script
|
||||
|
Loading…
x
Reference in New Issue
Block a user