Releases: royto/logbook-card
Releases · royto/logbook-card
2.2.0
Features
- add new
url
type for attribute. Fix #92
2.1.1
Fix
- Display automation triggered logs. Fix #91
Chore
- use
connectedCallback
and disconnectedCallback
to handle data refresh
2.1.0
Features
- add label option to override entity name. Fix #84
- add custom_log_map allowing to customize custom log icon and icon color based on name or message. Fix #88
- consider automation_triggered log as custom log
Documentation
- update README.md with custom log styling with card mod
2.0.2
Fix:
- fiw show_history config not taken into account. Fix #85
2.0.1
Features
- Add option to hide entity name for multiple entities card. Fix #82
Fix
- Fix not working state_map. Fix #83
2.0.0
This new version adds a long awaited request: support of multi entities !!! 🎉
Features
- Add new card type
custom:multiple-logbook
that support multi entities.See README for configuration. Fix #13.
- Add new option
group_by_day
to group entries per day. Fix #32.
- Add
show_history
option to have only custom logs if set to false.
- Add support for localization. PR welcomed to support more language.
Documentation
Chore
You can now buy me a 🍺

1.13.1
Fix:
- add
end_time
param to now when retrieving custom logs to get all needed logs
1.13.0
Features:
- Add option to display custom logs. Use
custom_logs: true
. Can be configured in editor in Show
section. Fix #76
- Use ha built in formatting method. Fix #75
Chore:
- code refactoring
- update dependencies
- add some tests
1.12.0
Features:
- Add option to display date in relative time. Use
date_format: relative
. Fix #71
1.11.2
Fix:
- fix: allow to filter by attribute even if attributes is not displayed
Chore:
- format duration on rendering