Created
July 28, 2018 09:15
-
-
Save dale3h/5c42b1eca227aa2fc7331f582da7c01c to your computer and use it in GitHub Desktop.
[Lovelace] How to Duplicate a Lovelace Card
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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