developers.home-assistant/website/versioned_docs/version-0.72/hassio_addon_index.md

1.0 KiB

title sidebar_label id original_id
Developing an add-on Introduction version-0.72-hassio_addon_index hassio_addon_index

Add-ons for Hass.io allow the user to extend the functionality around Home Assistant. This can be running an application that Home Assistant can integrate with (like an MQTT broker) or to share the configuration via Samba for easy editing from other computers. Add-ons can be configured via the Hass.io panel in Home Assistant.

Under the hood, add-ons are Docker images published in Docker Hub. Developers can create GitHub repositories that contain multiple references to add-ons for easy sharing with the community.

  1. Tutorial: Making your first add-on
  2. Configuration
  3. Communication
  4. Local Testing
  5. Publishing
  6. Presentation
  7. Repositories