added HASL
This commit is contained in:
@@ -9,3 +9,4 @@ views:
|
||||
- !include views/laundry.yaml
|
||||
- !include views/kitchen.yaml
|
||||
- !include views/shoppinglist.yaml
|
||||
- !include views/transport.yaml
|
||||
|
@@ -11,12 +11,12 @@ cards:
|
||||
nav: "shoppinglist"
|
||||
icon: "mdi:cart-outline"
|
||||
name: "Handla"
|
||||
color: "blue"
|
||||
color: "green"
|
||||
entity_2:
|
||||
nav: "lights"
|
||||
icon: "mdi:lightbulb"
|
||||
name: "Lights"
|
||||
color: "yellow"
|
||||
nav: "transport"
|
||||
icon: "mdi:bus"
|
||||
name: "Buss"
|
||||
color: "blue"
|
||||
entity_3:
|
||||
nav: "security"
|
||||
icon: "mdi:shield"
|
||||
|
24
ui_lovelace_minimalist/dashboard/views/transport.yaml
Normal file
24
ui_lovelace_minimalist/dashboard/views/transport.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
title: "Busstider"
|
||||
path: "transport"
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: "custom:button-card"
|
||||
template: chip_back
|
||||
variables:
|
||||
ulm_chip_back_path: home
|
||||
- type: "custom:button-card"
|
||||
template: card_title
|
||||
name: Busstider
|
||||
- type: "custom:hasl-departure-card"
|
||||
header: false
|
||||
departures: true
|
||||
deviations: true
|
||||
timeleft: false
|
||||
updated: true
|
||||
name: Avgångar
|
||||
adjust_times: false
|
||||
hide_departed: false
|
||||
language: sv-SE
|
||||
entities:
|
||||
- sensor.sl_departure_sensor_7152_vastergardsvagen
|
Reference in New Issue
Block a user