dangreco / threedy

Home Assistant card to display 3D printer status and progress
198 stars 46 forks source link

display permanently #49

Open jybi89 opened 2 years ago

jybi89 commented 2 years ago

hello, thank for your job !

I would like to permanently display the card without having to click on it

image

permanently display : image

This answer is ok ? https://github.com/dangreco/threedy/issues/33#issuecomment-955189467

thx for your answer

jybi89 commented 2 years ago

i solved it :)

type: custom:mod-card
style: |
  threedy-card div div div:nth-child(2) {
    height: auto !important;
    opacity: 1 !important;
  transform: none !important;
  }
card:
  type: custom:threedy-card
  base_entity: sensor.octoprint
  monitored: []
  printer_type: I3
  temperature_unit: C
  use_24hr: true
  power_entity: null
  light_entity: light.wled_ender
  name: ' '
  camera_entity: camera.octoprint
  theme: Default
theclue commented 1 year ago

Perhaps I did something wrong, but this actually doesn't work to me:

type: custom:threedy-card
base_entity: sensor.ender3
card_mod:
  style: |
    threedy-card div div div:nth-child(2) {
    height: auto !important;
    opacity: 1 !important;
    transform: none !important;
    }
monitored:
  - Status
  - ETA
  - Remaining
  - Elapsed
printer_type: I3
name: Ender 3
use_mqtt: true
theme: Default
use_24hr: true
e11en commented 1 year ago

@theclue I've created a fork of this repo and added an option to alway display, check it out here: https://github.com/e11en/ha-threedy-card