mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 09:58:45 +00:00
Add aftership sensor and card
This commit is contained in:
@@ -97,6 +97,10 @@ cards:
|
||||
entity: weather.dark_sky
|
||||
forecast: true
|
||||
|
||||
- type: "custom:aftership-card"
|
||||
entity: sensor.aftership
|
||||
title: Packages
|
||||
|
||||
- type: "custom:travel-time-card"
|
||||
title: "Travel time"
|
||||
columns:
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
sensor:
|
||||
- platform: aftership
|
||||
api_key: !secret aftership_key
|
||||
@@ -26,6 +26,8 @@ resources:
|
||||
url: /community_plugin/mini-graph-card/mini-graph-card-bundle.js
|
||||
- type: module
|
||||
url: /community_plugin/mini-media-player/mini-media-player-bundle.js
|
||||
- type: module
|
||||
url: /hacsfiles/aftership-card/aftership-card.js
|
||||
title: Sarah
|
||||
views:
|
||||
- !include lovelace/00_home.yaml
|
||||
|
||||
Reference in New Issue
Block a user