- Show distance and duration for a list of waze routes
- Click on route to open Waze app
- Show best route to take
- Supports Metric and Imperial systems via HA global settings
This custom card can be tracked with the help of custom-updater.
In your configuration.yaml
custom_updater:
card_urls:
- https://raw.githubusercontent.com/ljmerza/waze-card/master/updater.json
Name | Type | Requirement | Default Description |
---|---|---|---|
type | string | Required | custom:waze-card |
header | boolean | Optional | true show header |
title | string | Optional | Waze Routes Header text shown at top of card |
entities | object | Required | List of routes to display |
columns | list | Optional | name, distance, duration, route Which columns to display |
Name | Type | Requirement | Default Description |
---|---|---|---|
entity | string | Required | The waze sensor entitiy to use |
zone | string | Required | The zone to map the route with |
name | string | Optional | friendly_name from Waze config The name of the route |
git clone https://github.com/ljmerza/waze-card.git
In your ui-lovelace.yaml
resources:
- url: /local/waze-card/waze-card.js?v=1.1.1
type: js
Add the custom card to views:
views:
cards:
- type: custom:waze-card
entities:
- entity: sensor.waze_home
zone: zone.home
name: Home
- entity: sensor.waze_work
zone: zone.work
name: Work