GitXplorerGitXplorer
h

addons

public
1515 stars
1471 forks
40 issues

Commits

List of commits on branch master.
Verified
5aac8033ebd738afd77ec37e9b36f3cbff04c522

Bump Z-Wave JS to 13.3.1 (#3764)

MMartinHjelmare committed 3 days ago
Verified
1bb2ba9488af8ae3f575e8d8731cb3c0ae5d4795

Fix zwave_js soft reset option (#3760)

MMartinHjelmare committed 7 days ago
Verified
0fba9e9b661073a96daf9b5522cb8ba2fd3afda4

matter_server: Bump Python Matter server to 6.5.1 (#3759)

aagners committed 7 days ago
Verified
216238efe25096e1e4d647956a9d937ef833b431

Bump zwave-js to 13.3.0 and zwave-js-server to 1.38.0 (#3758)

MMartinHjelmare committed 8 days ago
Verified
e514344e97a18162331bece2fe2d2e90a38d926c

matter_server: Bump Python Matter server to 6.5.0 (#3756)

aagners committed 9 days ago
Verified
e9dc73b952c1d02ec54df9cc51278382edc0fba1

letsencrypt: Drop Google Domains support (#3750)

aagners committed 15 days ago

README

The README file for this repository.

Home Assistant Add-ons: The official repository

Add-ons for Home Assistant allow you to extend the functionality around your Home Assistant setup. These add-ons can consist of an application that Home Assistant can integrate with (e.g., a MQTT broker or database server) or allow access to your Home Assistant configuration (e.g., via Samba or using the File Editor).

Add-ons can be installed and configured via the Home Assistant frontend on systems that have installed Home Assistant.

Add-ons provided by this repository

  • CEC Scanner

    Scan & discover HDMI CEC devices and their addresses.

  • deCONZ

    Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.

  • DHCP server

    A simple DHCP server.

  • Dnsmasq

    A simple DNS server.

  • Duck DNS

    Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.

  • File editor

    Simple browser-based file editor for Home Assistant.

  • Git pull

    Load and update configuration files for Home Assistant from a Git repository.

  • Google Assistant SDK

    A virtual personal assistant developed by Google.

  • Let's Encrypt

    Manage an create certificates from Let's Encrypt.

  • MariaDB

    MariaDB database for Home Assistant.

  • Mosquitto broker

    An Open Source MQTT broker.

  • NGINX Home Assistant SSL proxy

    Sets up an SSL proxy with NGINX and redirects traffic from port 80 to 443.

  • RPC Shutdown

    Shutdown Windows machines remotely.

  • Samba share

    Share your configuration over the network using Windows file sharing.

  • SSH server

    Allow logging in remotely to Home Assistant using SSH or just the web terminal with Ingress.

  • TellStick

    TellStick and TellStick Duo service.

  • Z-Wave JS

    Allow Home Assistant to talk to a Z-Wave Network via a USB Controller.

Support

Got questions?

You have several options to get them answered:

In case you've found a bug, please open an issue on our GitHub.

Developing your own add-ons

In case you are interested in developing your own add-on, this repository can be a great source of inspiration. For more information about developing an add-on, please see our documentation for developers.