Skip to content

Overhauled Home Assistant custom card for the iRacing integration

Notifications You must be signed in to change notification settings

vancrize/iracing-result-card

 
 

Repository files navigation

Iracing Result Card

This card displays the recent race results provided by the iRacing integration.

example

iRacing integration

Iracing integration

Installation

Create a www/iracing folder in your config. If you have created the www folder for the first time, Home Assistant must be restarted.

Copy the iracing-result-card.js file into your config/www/iracing folder.

Add the custom resource by following these steps:

  • Activate the advanced mode in your settings

advanced settings

  • Go to the dashboards page in the parameters, and click on the three dots on the top right, click on Resources

resources

  • Add the resource as follows:

Alt text

Use the URL : /local/iracing/iracing-result-card.js

How to use

type: custom:iracing-result-card
entity: sensor.DRIVER_NAME_driver
max: 4
title: My Customer Driver Name

max controls how many results are displayed. The absolute maximum is 5. Optional, default is 5.

title controls the displayed title. Optional, default is the driver name.

About

Overhauled Home Assistant custom card for the iRacing integration

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%