No description
  • Shell 74.5%
  • Dockerfile 13.3%
  • Groovy 4.4%
  • HTML 3.3%
  • Python 2.5%
  • Other 2%
Find a file
2026-04-14 20:42:53 -07:00
.devcontainer Update devcontainer configuration (#4562) 2026-04-14 17:40:36 +02:00
.forgejo Expose proxy_protocol ports and add ACME 2026-04-14 20:42:53 -07:00
.github silabs-multiprotocol: disable build, remove unsupported architectures from config (#4555) 2026-04-13 14:12:21 +02:00
.vscode Replace devcontainer (#2209) 2021-10-21 13:56:23 +02:00
assist_microphone Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
cec_scan cec_scan: update base image, update libCEC, drop unsupported architectures (#4563) 2026-04-14 17:50:52 +02:00
configurator Update File Editor from 5.8.0 to 6.0.0 (#4539) 2026-04-08 11:17:49 +02:00
deconz Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
dnsmasq Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
duckdns duckdns: update base image to 3.23, drop unsupported architectures (#4556) 2026-04-13 17:18:34 +02:00
git_pull Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
letsencrypt letsencrypt: add httpreq provider support (#4545) 2026-04-10 14:11:20 +02:00
mariadb Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
matter_server fix(matter_server): consolidate JS server flag fixes (log-level-sdk, paa-root-cert-dir, ota-provider-dir) (#4533) 2026-04-08 10:15:09 +02:00
mosquitto mosquitto: bump components, remove unsupported archs (#4561) 2026-04-14 17:14:13 +02:00
nginx_proxy Expose proxy_protocol ports and add ACME 2026-04-14 20:42:53 -07:00
openthread_border_router openthread_border_router: Print a warning if IPv6 routing is disabled (#4546) 2026-04-10 14:14:05 +02:00
openwakeword Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
piper Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
rpc_shutdown rpc_shutdown: update base image to 3.23, drop unsupported architectures (#4558) 2026-04-13 17:18:36 +02:00
samba Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
silabs-multiprotocol silabs-multiprotocol: disable build, remove unsupported architectures from config (#4555) 2026-04-13 14:12:21 +02:00
silabs_flasher Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
speech_to_phrase Bump Speech-to-Phrase to 1.4.3 (#4532) 2026-04-03 17:03:23 +02:00
ssh ssh: update CLI to v5.0.0 and base image to the latest (#4538) 2026-04-08 10:38:41 +02:00
vlc vlc: update base image to 3.23, drop unsupported architectures (#4557) 2026-04-13 14:40:30 +02:00
whisper Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
zwave_js Change Discord join link (#4524) 2026-03-31 23:04:08 +02: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 Change Discord join link (#4524) 2026-03-31 23:04:08 +02:00
repository.yaml Expose proxy_protocol ports and add ACME 2026-04-14 20:42:53 -07:00

Home Assistant Apps: The official repository

Apps (formerly known as add-ons) for Home Assistant allow you to extend the functionality around your Home Assistant setup. These apps 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).

Apps 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

Apps 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 apps

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