Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

display permanently #49

Open
jybi89 opened this issue Feb 13, 2022 · 3 comments
Open

display permanently #49

jybi89 opened this issue Feb 13, 2022 · 3 comments

Comments

@jybi89
Copy link

jybi89 commented Feb 13, 2022

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 ?
#33 (comment)

thx for your answer

@jybi89
Copy link
Author

jybi89 commented Feb 14, 2022

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
Copy link

theclue commented Jan 10, 2023

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
Copy link

e11en commented Mar 14, 2023

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants