Browse Source

adding weather card

master
Thomas 4 years ago
parent
commit
87f6750585
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 10
      lovelace/home.yaml
  2. 4
      ui-lovelace.yaml

10
lovelace/home.yaml

@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
cards:
- type: vertical-stack
cards:
- type: custom:weather-card
entity: weather.home
details: false
- type: vertical-stack
cards:
- type: custom:weather-card
entity: weather.home
details: false
title: Home
path: home

4
ui-lovelace.yaml

@ -1,3 +1,7 @@ @@ -1,3 +1,7 @@
title: tmechenHassio
views:
- !include lovelace/home.yaml
resources:
- url: /community_plugin/weather-card/weather-card.js
type: module

Loading…
Cancel
Save