๐ Make and receive SIP calls directly in your Home Assistant dashboard
SIP Core, part of the SIP-HASS project, is the system that powers Home Assistant cards to make and receive SIP calls using WebRTC. It includes official cards and popups, but also supports third-party cards.
?call=<number> in the URL)
custom:sip-call-card
custom:sip-contacts-card
custom:sip-call-button
A minimal card with a single button for a fixed extension.
type: custom:sip-call-button
extension: "100"
name: Doorbell # optional
rainbow_border: true;
# override_icon: mdi:doorbell # optional
For this to work you will need the following:
You can find the installation instructions and guides on the documentation site: SIP-HASS Docs
TypeScript
86.2%
Python
13.2%
๐ Make and receive SIP calls directly in your Home Assistant dashboard
SIP Core, part of the SIP-HASS project, is the system that powers Home Assistant cards to make and receive SIP calls using WebRTC. It includes official cards and popups, but also supports third-party cards.
?call=<number> in the URL)
custom:sip-call-card
custom:sip-contacts-card
custom:sip-call-button
A minimal card with a single button for a fixed extension.
type: custom:sip-call-button
extension: "100"
name: Doorbell # optional
rainbow_border: true;
# override_icon: mdi:doorbell # optional
For this to work you will need the following:
You can find the installation instructions and guides on the documentation site: SIP-HASS Docs
TypeScript
86.2%
Python
13.2%