A Lovelace card for the FRITZ!Box Calllist Home Assistant integration.
It shows live calls, call duration and the persistent call history created by the integration.
-
Add this repository to HACS as a custom repository:
https://github.com/RF1705/fritzbox-calllist-card -
Select the
Lovelacecategory. -
Install
FRITZ!Box Calllist Card. -
Reload Home Assistant in your browser.
HACS should add the Lovelace resource automatically. If needed, add it manually:
/hacsfiles/fritzbox-calllist-card/fritzbox-calllist-card.js
Resource type: JavaScript module.
type: custom:fritzbox-calllist-card
entity: sensor.fritzbox_calllist
max_items: 4
font_size: 14
name_format: first_lastThe card includes a visual Lovelace editor for:
- entity
- title
- number of visible entries
- font size
- name format
| Option | Type | Default | Description |
|---|---|---|---|
entity |
string | sensor.fritzbox_calllist |
FRITZ!Box Calllist sensor entity |
title |
string | empty | Optional card title. The header is hidden when empty. |
max_items |
number | 4 |
Visible history entries |
font_size |
number | 14 |
Main text size in pixels |
name_format |
string | first_last |
Display names as first_last or last_first when the source uses Last,First |
If you find this card useful, you can support the project here:
This project is licensed under the MIT License.