Skip to content

Lovelace card for showing Waze routes data

Notifications You must be signed in to change notification settings

grittisemper/frk-waze-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waze Card for Home Assistant

Features

  • 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

Track Updates

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

Usage

Prerequisites

You should have setup Waze integration and zones in HomeAssistant.

Options

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

`entities` Options:

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

Configuration

Go to your config directory and create a www folder. Inside the www run
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

About

Lovelace card for showing Waze routes data

Resources

Stars

Watchers

Forks

Packages

No packages published