Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/home-assistant/addons
:heavy_plus_sign: Docker add-ons for Home Assistant
https://github.com/home-assistant/addons
automation docker hacktoberfest home iot
Last synced: about 23 hours ago
JSON representation
:heavy_plus_sign: Docker add-ons for Home Assistant
- Host: GitHub
- URL: https://github.com/home-assistant/addons
- Owner: home-assistant
- License: apache-2.0
- Created: 2017-03-18T22:23:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-13T21:12:26.000Z (9 days ago)
- Last Synced: 2025-01-14T17:44:05.020Z (8 days ago)
- Topics: automation, docker, hacktoberfest, home, iot
- Language: Shell
- Homepage: https://home-assistant.io/hassio/
- Size: 83.6 MB
- Stars: 1,615
- Watchers: 72
- Forks: 1,548
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](/mosquitto/README.md) or [database server](/mariadb/README.md))
or allow access to your Home Assistant configuration (e.g., via [Samba](/samba/README.md) or using
the [File Editor](/configurator/README.md)).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](https://www.openhomefoundation.org/badges/home-assistant.png)](https://www.openhomefoundation.org/)
## Add-ons provided by this repository
- **[CEC Scanner](/cec_scan/README.md)**
Scan & discover HDMI CEC devices and their addresses.
- **[deCONZ](/deconz/README.md)**
Control a Zigbee network using ConBee or RaspBee hardware by Dresden Elektronik.
- **[DHCP server](/dhcp_server/README.md)**
A simple DHCP server.
- **[Dnsmasq](/dnsmasq/README.md)**
A simple DNS server.
- **[Duck DNS](/duckdns/README.md)**
Automatically update your Duck DNS IP address with integrated HTTPS support via Let's Encrypt.
- **[File editor](/configurator/README.md)**
Simple browser-based file editor for Home Assistant.
- **[Git pull](/git_pull/README.md)**
Load and update configuration files for Home Assistant from a Git repository.
- **[Google Assistant SDK](/google_assistant/README.md)**
A virtual personal assistant developed by Google.
- **[Let's Encrypt](/letsencrypt/README.md)**
Manage an create certificates from Let's Encrypt.
- **[MariaDB](/mariadb/README.md)**
MariaDB database for Home Assistant.
- **[Mosquitto broker](/mosquitto/README.md)**
An Open Source MQTT broker.
- **[NGINX Home Assistant SSL proxy](/nginx_proxy/README.md)**
Sets up an SSL proxy with NGINX and redirects traffic from port 80 to 443.
- **[RPC Shutdown](/rpc_shutdown/README.md)**
Shutdown Windows machines remotely.
- **[Samba share](/samba/README.md)**
Share your configuration over the network using Windows file sharing.
- **[SSH server](/ssh/README.md)**
Allow logging in remotely to Home Assistant using SSH or just the web terminal with Ingress.
- **[TellStick](/tellstick/README.md)**
TellStick and TellStick Duo service.
- **[Z-Wave JS](/zwave_js/README.md)**
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:
- The [Home Assistant Discord Chat Server][discord].
- The Home Assistant [Community Forum][forum].
- Join the [Reddit subreddit][reddit] in [/r/homeassistant][reddit].In case you've found a bug, please [open an issue on our GitHub][issue].
## 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][dev-docs].[discord]: https://discord.gg/c5DvZ4e
[forum]: https://community.home-assistant.io
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
[issue]: https://github.com/home-assistant/addons/issues
[reddit]: https://reddit.com/r/homeassistant
[dev-docs]: https://developers.home-assistant.io/docs/add-ons/