No description
Find a file
2025-12-11 21:24:43 -08:00
.devcontainer Use root as the user inside the devcontainer (#2723) 2022-11-22 13:43:22 +01:00
.forgejo Expose proxy_protocol ports and add ACME 2025-12-11 21:24:43 -08:00
.github build(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#4254) 2025-12-08 08:51:51 +01:00
.vscode Replace devcontainer (#2209) 2021-10-21 13:56:23 +02:00
assist_microphone Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
cec_scan Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
configurator Remove Codenotary signing information (#4208) 2025-10-29 11:12:11 +01:00
deconz deCONZ: Update OTAU scripts [2] (#4219) 2025-11-19 09:16:40 +01:00
dnsmasq Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
duckdns Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
git_pull Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
letsencrypt Fix Linode API version formatting in documentation (#4232) 2025-11-19 09:20:07 +01:00
mariadb Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
matter_server matter_server: Bump Python Matter server to 8.1.1 (#4175) 2025-09-24 10:34:23 +02:00
mosquitto Remove Codenotary signing information (#4208) 2025-10-29 11:12:11 +01:00
nginx_proxy Expose proxy_protocol ports and add ACME 2025-12-11 21:24:43 -08:00
openthread_border_router nRF54L15 SDK firmware needs OT baud rate 1000000 (#4239) 2025-11-24 10:00:46 +01:00
openwakeword Bump to wyoming-openwakeword 2.1.0 (#4215) 2025-11-07 09:17:59 +01:00
piper docs: Update Piper repo URL (#4231) 2025-11-19 09:19:54 +01:00
rpc_shutdown Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
samba Remove Codenotary signing information (#4208) 2025-10-29 11:12:11 +01:00
silabs-multiprotocol Deprecate multiprotocol (#3833) 2025-07-31 13:22:09 -04:00
silabs_flasher silabs_flasher: Bump to latest universal-silabs-flasher (#4193) 2025-10-24 16:45:28 +02:00
speech_to_phrase Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
ssh ssh: Bump CLI to 4.44.0, remove unsupported architectures (#4256) 2025-12-08 13:00:49 +01:00
vlc Drop codenotary options (#4188) 2025-10-14 16:33:59 +02:00
whisper Bump to wyoming-faster-whisper 3.0.1 (#4216) 2025-11-11 09:29:24 +01:00
zwave_js Remove Codenotary signing information (#4208) 2025-10-29 11:12:11 +01:00
.hadolint.yaml configurator: Alpine 3.18, upgrade mapping, tweaks (#3300) 2023-11-15 10:00:02 +01:00
LICENSE Update license to Apache 2.0 2017-07-23 12:12:06 -07:00
README.md Remove deprecated dhcp_server and tellstick add-on (#4250) 2025-12-02 17:25:20 +01:00
repository.yaml Expose proxy_protocol ports and add ACME 2025-12-11 21:24:43 -08:00

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.

  • 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.

  • 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.