mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +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
|
### Exclude Events
|
||||||
|
|
||||||
Entities customized as hidden are excluded from the logbook by default,
|
If you have `sensor.date` to show the current date in the UI,
|
||||||
but sometimes you want to show the entity in the UI and not in the logbook.
|
but you do not want a logbook entry for that sensor every day it can be excluded.
|
||||||
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.
|
|
||||||
To exclude these entities just add them to the `exclude` > `entities` list in
|
To exclude these entities just add them to the `exclude` > `entities` list in
|
||||||
the configuration of the logbook.
|
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
|
`azimuth` attribute, then you possible are not interested in the logbook entries
|
||||||
for sun rise and sun set.
|
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
|
### Custom Entries
|
||||||
|
|
||||||
It is possible to add custom entries to the logbook by using the script
|
It is possible to add custom entries to the logbook by using the script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user