royto / logbook-card

Logbook card for Home Assistant UI Lovelace
GNU General Public License v3.0
203 stars 9 forks source link

hide messages from custom_logs #93

Closed sVnsation closed 10 months ago

sVnsation commented 11 months ago

Hello Julien,

it would be a nice feature to hide custom log entries based on the string. Maybe as additon for the custom_log_map ?

grafik

type: custom:logbook-card
title: Waschmaschine
group_by_day: true
show:
  entity_name: false
entity: automation.notification_washing_machine
custom_logs: true
show_history: false
custom_log_map:
  - message: "*triggered*"
    icon: mdi:information-symbol
    icon_color: black

Thanks and best regards

royto commented 11 months ago

Hello @sVnsation,

yes it could be a nice addition