added HASL
This commit is contained in:
parent
e204342601
commit
7951551546
18
README.md
18
README.md
@ -2,8 +2,24 @@
|
||||
## Integrations:
|
||||
- Browser Mod
|
||||
- HACS
|
||||
- integrations
|
||||
- UI Lovelace Minimalist
|
||||
- HASL
|
||||
- browser_mod
|
||||
- frontend
|
||||
- button-card
|
||||
- Mini Media Player
|
||||
- Simple Wather Card
|
||||
- Light Entity Card
|
||||
- auto-entities
|
||||
- card-mod
|
||||
- sliter-entity-row
|
||||
- mini-graph-card
|
||||
- My Cards Bundle
|
||||
- HASL Departure Card
|
||||
- HASL Traffic Status Card
|
||||
|
||||
- mqtt
|
||||
- OpenWeatherMap
|
||||
- UI Lovelace Minimalist
|
||||
- Shopping List
|
||||
- UniFi Network
|
||||
|
@ -36,6 +36,10 @@ lovelace:
|
||||
type: module
|
||||
- url: /local/community/my-cards/my-slider.js
|
||||
type: module
|
||||
- url: /hacsfiles/lovelace-hasl-departure-card/hasl-departure-card.js
|
||||
type: module
|
||||
- url: /hacsfiles/lovelace-hasl-traffic-status-card/hasl-traffic-status-card.js
|
||||
type: module
|
||||
|
||||
browser_mod:
|
||||
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user