Skip to content

Home Assistant Video Doorbell Card for Generic SIP Doorphones

License

Notifications You must be signed in to change notification settings

augustodinizl/gensipdoor-card

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic SIP Video Doorbell Card for Lovelace

Addapted version of vivint/vivotek video doorbell card for lovelace addapted from the awesome work made by https://github.com/tommyjlong here https://github.com/tommyjlong/doorvivint-card, and addapted to meet my needs.

hacs_badge

CARD CODE

- cards:
    - type: custom:gensipdoor-card
    camera_entity: camera.cam
    sip_settings:
        sip_password: !secret sip_doorphone
        sip_server: ASTERISK_IP
        sip_username: "THIS_EXTENSION_NUMBER"
        sip_wss_url: "wss://YOUR.duckdns.org:8089/ws"
        sip_doorbell_username: "DOORPHONE_EXTENSION_NUMBER"
    title: null
    style: |
        ha-card {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 88%;
        }
   type: horizontal-stack

Install instructions:

  • What do you need:

    • a working instance of asterisk
    • a sip compatible doorphone
    • install this with HACS
    • setup a extension with wss support
    • a lot of goodwill
  • HOW CAN YOU DO THAT:

    • TODO

Credits:

About

Home Assistant Video Doorbell Card for Generic SIP Doorphones

Resources

License

Stars

Watchers

Forks

Packages

No packages published