threedy icon indicating copy to clipboard operation
threedy copied to clipboard

display permanently

Open jybi89 opened this issue 2 years ago • 3 comments

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 avatar Feb 13 '22 20:02 jybi89

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

jybi89 avatar Feb 14 '22 08:02 jybi89

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

theclue avatar Jan 10 '23 09:01 theclue

@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

e11en avatar Mar 14 '23 21:03 e11en