Files
tellstick-addon/README.md
mattreim 37daf78c69 deCONZ: Update ingress, docs and a few corrections [2] (#4161)
* Update deCONZ: Ingress, discovery, doc, translations and a few corrections

* Update for coderabbitai

* Update for coderabbitai_2

* Update for coderabbitai_3

* Added some suggestions from coderabbitai

* Update for coderabbitai_4

* Update for coderabbitai_5

* Update for coderabbitai_6

* Update for coderabbitai_7

* Update for coderabbitai_8

* Update ingress.html

* Update ingress_2

* Update ingress_3

* Change DOC.md and remove clean cache

* Revert to device

* Remove the constants

* Revert to net.wait_for

* Add --focus-color

* Revert ripple.remove

* Add var(--button-hover-color)

* Small correction in the DOC

* Spaces removed

* Update for coderabbitai_doc

* Bump deCONZ to v2.31.2

* Update discovery

* Revert otau-ledvance script

* Update CHANGELOG.md

* Remove German translation file

* Small correction in the otau-ledvance script

* Revert discovery

* Update CHANGELOG.md

* Remove deCONZ 2.31.2

* Update to TigerVNC link

* Update to version: 8.4.0

* Update CHANGELOG.md
2025-10-24 10:50:12 +02:00

3.3 KiB

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.

Home Assistant - A project from the Open Home Foundation

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.

  • Let's Encrypt

    Manage and 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.