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 @@
cards: cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: custom:weather-card - type: custom:weather-card
entity: weather.home entity: weather.home
details: false details: false
title: Home title: Home
path: home path: home

4
ui-lovelace.yaml

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

Loading…
Cancel
Save