Skip to content

Configuration guide

Configure Whisker Card from the dashboard visual editor or in YAML.

Table of contents

Visual editor

Add the card from the dashboard editor and choose Litter Robot Device (filtered to the litterrobot integration). Optionally set Card Title to override the device name shown in the header, and Robot color to match your hardware. The robot model (Litter-Robot 4 / 5 / 5 Pro / Evo) is detected automatically from the device; only the color (white or black) is a manual choice.

On Litter-Robot 4 with a LitterHopper attached, the card shows a hopper status badge next to the robot status icon when the integration exposes hopper entities. You can also add Hopper status or Hopper connected under Footer items in the editor. See LitterHopper header badge for icon and color details.

The Pet weight chonk section in the editor configures the pet weight graph — pick the graph type (history or statistics), choose weight entities, set the time window, statistic types and chart style (statistics), or hide it. See Pet weight graph.

Card editor

YAML basics

Minimal configuration:

type: custom:whisker-card
device_id: YOUR_DEVICE_ID

With an optional title:

type: custom:whisker-card
device_id: YOUR_DEVICE_ID
title: Cat HQ

With a black robot (model auto-detected):

type: custom:whisker-card
device_id: YOUR_DEVICE_ID
color: black

offline

See Examples for footer and feature-flag YAML.