Hi everyone! I’ve created a new add-on that integrates Homer Dashboard (Demo) with Home Assistant OS.
Many of us use Home Assistant OS not just for home automation, but also as a reliable platform for self-hosting various services. Whether you’re running media servers, network monitoring tools, or other applications, keeping track of them all can be challenging.
That’s where Homer comes in—a modern, customizable dashboard that helps you organize and access all your self-hosted services in one place!
Screenshot
Features
Easy installation via the Home Assistant Add-on Store.
Secure access through the Home Assistant sidebar or as a standalone web app.
Customizable dashboard with Smart Cards for multiple services.
Ideal for organizing and quickly accessing self-hosted services like:
- Media Servers (Plex, Jellyfin, Emby)
- Network Monitoring (Uptime Kuma, Grafana)
- Home Automation Tools and more!
Basic Configuration Example
To edit the dashboard, update /addon_configs/2243a3f0_homer/config.yml
with your services:
services:
- name: Home
items:
- name: Home Assistant
icon: fas fa-home
subtitle: Home Automation
url: http://homeassistant.local:8123
target: _top
# Self-hosted Services
- name: Plex Media Server
icon: fas fa-play-circle
subtitle: Media Streaming
url: http://homeassistant.local:32400
- name: Uptime Kuma
icon: fas fa-chart-line
subtitle: Monitor Services
url: http://homeassistant.local:3001
Installation
Support
GitHub Issues – For add-on related bug reports and feature requests.
Homer Documentation – For configuration options.
Contributing
Contributions are always welcome! Feel free to submit pull requests or open issues on GitHub.
Let me know if you have any questions or need help setting it up!