Skip to content

Instantly share code, notes, and snippets.

@dale3h
Created July 28, 2018 09:15
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dale3h/5c42b1eca227aa2fc7331f582da7c01c to your computer and use it in GitHub Desktop.
Save dale3h/5c42b1eca227aa2fc7331f582da7c01c to your computer and use it in GitHub Desktop.
[Lovelace] How to Duplicate a Lovelace Card
title: Home
views:
- title: View 1
cards:
- &card1
type: entities
title: Card 1
show_header_toggle: false
entities:
- light.bedroom
- light.kids_room
- light.living_room
- light.main_bathroom
- light.master_bathroom
- type: entities
title: Card 2
show_header_toggle: false
entities:
- automation.dummy_automation
- automation.persistence_publish
- automation.persistence_subscribe_binary
- automation.persistence_subscribe_select_option
- automation.persistence_subscribe_set_value
- title: View 2
cards:
- *card1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment