Dear ones, I need your help and patience.
I’m trying to start a job with the custom popup card https://github.com/thomasloven/lovelace-popup-card
I’m using the new lovelace editing interface. I confess that I can not configure this card … I do not know if I’m forgetting something …
Come on, I’ve already done it.
- type: js
url: /local/card-tools.js?track=true
- type: module
url: /local/fold-entity-row.js
- type: module
url: /local/atomic-calendar.js
- type: js
url: /local/card-modder.js
- type: js
url: /local/upcoming-media-card.js
- type: module
- type: js
url: /local/vertical-stack-in-card.js?v=0.1.2
- type: js
url: /local/popup-card.js?track=true
- type: js
when I try the example that is in git. I can not object the card. Could someone help me set up this card.
e.g
popup_cards:
light.bed_light:
title: Bedside lamp settings
card:
type: entities
entities:
- switch.luz_quarto
- type: 'custom:time-input-row'
entity: input_datetime.on_time
type: entities
entities:
- switch.quintal
my intention is to call a vertical card, with several button cards like this:
action: toggle
color: auto
color_off: disable
entity: script.1551652874413
icon: 'mdi: television-off'
name: Turn off TV
style:
- padding-bottom: 10px
- padding-top: 10px
- height: 50px
- text-transform: none
- color: var (- text-color)
- font-weight: bold
type: 'custom: button-card'