Blaze2be
(Blaze2be)
1
Hello everyone,
I am new to the forum and also to HomeAssistant.
I’ll start right away with my question:
How can I create a button like this? (It is a picture from the web)
I would like to have such a button in this design for my blinds with up stop down. Is that possible?
Check what design is shown in more-info popup for you blinds “cover” entity.
It is possible to show it as a card by some custom plugin.
Blaze2be
(Blaze2be)
3
This design is displayed in the popup.
But I don’t want it as a popup but as a button on my dashboard.
Blaze2be
(Blaze2be)
5
Ok, I have now got it on the dashboard with the custom more-info-card. Can you tell me how the code has to be to remove the circled text?
I was able to remove the “state-card-content” as follows, but the circled text does not work.
card_mod:
style: |
.type-custom-more-info-card {
state-card-content { display: none;}
}