Skip to main content

Contacts Card

The Contact Card shows a list of SIP endpoints and allows you to call them using SIP Core.

contacts card

Features

  • Show a list of SIP contacts
  • Call SIP contacts
  • Edit field for number
  • Use custom icons
  • Show status of registered entity by using state_color and status_entity
  • Hide the current user from the list
  • Debug mode to show debug information in the card

Settings

PropertyTypeDescriptionExample
extensionsExtension arrayMap of extensions to show in the card, keyed by extension numberSee below
debugbooleanShow debug information in the cardfalse
hide_mebooleanHide the current user from the listfalse
state_colorbooleanUse state color for the card itemstrue

Extension

Map of extensions to show in the card, keyed by extension number.

PropertyTypeDescriptionExample
namestringDisplay name for the extension"Front Door"
override_iconstringMaterial Design Icon name"mdi:door"
editbooleanShow edit field to edit the numbertrue
status_entitystringEntity to show the status of the extension. To be used with state_color"sensor.door_status"

Example

Card Configuration
type: custom:sip-contacts-card
extensions:
"102":
name: Jordy
status_entity: binary_sensor.100_registered
override_icon: mdi:account
"103":
name: Desk phone
override_icon: mdi:deskphone
"8001":
name: Doorbell
override_icon: mdi:doorbell-video
"0612345678":
name: Test
override_icon: mdi:dialpad
edit: true
debug: false
hide_me: false
state_color: true