Releases: royto/logbook-card
Releases · royto/logbook-card
2.5.5
FIx
- hide attribute if empty value
2.5.4
Fix
- hide attribute if value is null
2.5.3
Fix
- handle attributes with null value
2.5.2
Fix
- handle new line in regexp
- change way of checking attribute to try fixing #113
Documentation
- add documentation about usage in panel mode #114 (thanks @ech58)
2.5.1
Fix
- Show attribute if value is zero. Fix #112
2.5.0
## Features
- allow to map state based on attributes values. Fix #102
2.4.1
Fix
- fix action not working on logbook card #109
2.4.0
Features
- add
hours_to_show
property to show events in the last x hours (replace history
property when set). ⚠️ history will be remove in future release). Fix #97
Fix
- fix icon compatibility with HA 2024.02. Fix #103
2.3.0
Features
- add
hidden
to custom log to hide custom logs. Fix #93
Fix
- display custom log from scripts. Fix #94
2.2.0
Features
- add new
url
type for attribute. Fix #92