rianadon / timer-bar-card

A progress bar display for Home Assistant timers
Other
340 stars 15 forks source link

PrusaLink integration working #106

Closed deadly667 closed 8 months ago

deadly667 commented 8 months ago

Thank you for taking the time to document your card configuration! Feel free to simply delete this text and describe the integration you set up and changes you made to get the card working. However, using the structure below and filling in all the sections will help me add the changes faster.

Integration name and link PrusaLink - https://www.home-assistant.io/integrations/prusalink/

Your card configuration

type: custom:timer-bar-card
entity: sensor.prusamk4_progress
name: Progress
guess_mode: true
active_icon: mdi:printer-3d
end_time:
  entity: sensor.prusamk4_print_finish
start_time:
  entity: sensor.prusamk4_print_start
mushroom: null
bar_radius: 4px
resolution: minutes
...

Screenshot from 2023-10-16 17-57-55

Caveats Any bugs?

rianadon commented 8 months ago

Amazing! Thank you for documenting this, and it's awesome to see the prusalink integration publishes both a start and end time. I'll link this to the README shortly.