Skip to content

adr29truck/lovelace-popup-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

popup-card

Replace the more-info dialog of one entity with a custom lovelace card

Options

Name Type Default Description
type string Required custom:popup-card
entity string Required Entity id to follow
card object Required The card to display
title string entity id The title to display on dialog

Example

resources:
  - url: /local/popup-card.js
    type: js
views:
  - title: ...
    cards:
      - type: custom:popup-card
        entity: light.bed_light
        title: Bedside lamp settings
        card:
          type: entities
          entities:
            - light.bed_light
            - type: custom:time-input-row
              entity: input_datetime.on_time
            - type: custom:time-input-row
              entity: input_datetime.off_time
            - input_boolean.weekdays_only
      - type: entities
        entities:
          - light.bed_light
          - light.ceiling_lights
          - light.kitchen_lights

skarmavbild 2018-11-07 kl 19 35 12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%