added HASL
This commit is contained in:
parent
e204342601
commit
7951551546
18
README.md
18
README.md
@ -2,8 +2,24 @@
|
|||||||
## Integrations:
|
## Integrations:
|
||||||
- Browser Mod
|
- Browser Mod
|
||||||
- HACS
|
- 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
|
- mqtt
|
||||||
- OpenWeatherMap
|
- OpenWeatherMap
|
||||||
- UI Lovelace Minimalist
|
|
||||||
- Shopping List
|
- Shopping List
|
||||||
- UniFi Network
|
- UniFi Network
|
||||||
|
@ -36,6 +36,10 @@ lovelace:
|
|||||||
type: module
|
type: module
|
||||||
- url: /local/community/my-cards/my-slider.js
|
- url: /local/community/my-cards/my-slider.js
|
||||||
type: module
|
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:
|
browser_mod:
|
||||||
|
|
||||||
|
@ -9,3 +9,4 @@ views:
|
|||||||
- !include views/laundry.yaml
|
- !include views/laundry.yaml
|
||||||
- !include views/kitchen.yaml
|
- !include views/kitchen.yaml
|
||||||
- !include views/shoppinglist.yaml
|
- !include views/shoppinglist.yaml
|
||||||
|
- !include views/transport.yaml
|
||||||
|
@ -11,12 +11,12 @@ cards:
|
|||||||
nav: "shoppinglist"
|
nav: "shoppinglist"
|
||||||
icon: "mdi:cart-outline"
|
icon: "mdi:cart-outline"
|
||||||
name: "Handla"
|
name: "Handla"
|
||||||
color: "blue"
|
color: "green"
|
||||||
entity_2:
|
entity_2:
|
||||||
nav: "lights"
|
nav: "transport"
|
||||||
icon: "mdi:lightbulb"
|
icon: "mdi:bus"
|
||||||
name: "Lights"
|
name: "Buss"
|
||||||
color: "yellow"
|
color: "blue"
|
||||||
entity_3:
|
entity_3:
|
||||||
nav: "security"
|
nav: "security"
|
||||||
icon: "mdi:shield"
|
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