Remove deprecated hidden attributes from logbook (#13820)

This commit is contained in:
J. Nick Koston 2020-06-23 15:54:06 -05:00 committed by GitHub
parent 38bd550146
commit 1c6eb26c0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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