Created
April 2, 2020 14:59
-
-
Save esbenr/8a8c5a5def754d123da71d6df6a58934 to your computer and use it in GitHub Desktop.
Lovelace card for displaying renovation sensors in Home Assistant
This file contains hidden or 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
entities: | |
- entity: sensor.renovation_restaffald_formatted | |
name: Restaffald | |
icon: mdi:trash-can | |
- entity: sensor.renovation_emballage_formatted | |
name: Emballage | |
icon: mdi:recycle | |
- entity: sensor.renovation_pappapir_formatted | |
name: Pap og papir | |
icon: mdi:newspaper | |
- entity: sensor.renovation_haveaffald_formatted | |
name: Haveaffald | |
icon: mdi:leaf | |
- entity: sensor.renovation_storskrald_formatted | |
name: Storskrald | |
icon: mdi:sofa | |
title: Renovation | |
show_header_toggle: false | |
type: entities |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment