From 5f550caa386041138980cff6e8a23d8c28af42d5 Mon Sep 17 00:00:00 2001 From: Romain ROCHAS Date: Sat, 18 Oct 2025 15:28:08 +0200 Subject: [PATCH] docs: add Home Assistant logo and service page --- .../images/services/homeassistant-logo.svg | 4 ++++ docs/services/all.md | 1 + docs/services/home-assistant.md | 23 +++++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 docs/public/images/services/homeassistant-logo.svg create mode 100644 docs/services/home-assistant.md diff --git a/docs/public/images/services/homeassistant-logo.svg b/docs/public/images/services/homeassistant-logo.svg new file mode 100644 index 00000000..7bce628c --- /dev/null +++ b/docs/public/images/services/homeassistant-logo.svg @@ -0,0 +1,4 @@ + + + + diff --git a/docs/services/all.md b/docs/services/all.md index 8326564a..795b65e9 100644 --- a/docs/services/all.md +++ b/docs/services/all.md @@ -236,6 +236,7 @@ Complete directory of all one-click services available in Coolify, organized by ## Home - [Grocy](/services/grocy) - A self-hosted groceries & household management solution for your home +- [Home Assistant](/services/home-assistant) - Open‑source home automation platform focused on local control and privacy - [Homebox](/services/homebox) - Inventory and organization system built for the Home User - [Mealie](/services/mealie) - Self-hosted recipe manager and meal planner diff --git a/docs/services/home-assistant.md b/docs/services/home-assistant.md new file mode 100644 index 00000000..ad434e4f --- /dev/null +++ b/docs/services/home-assistant.md @@ -0,0 +1,23 @@ +--- +title: "Home Assistant" +description: "Run Home Assistant on Coolify—your open-source home automation platform with integrations for hundreds of devices." +--- + +# Home Assistant + + + +## What is Home Assistant? + +Home Assistant is an open‑source home automation platform focused on local control and privacy. It connects lights, sensors, cameras, media players, and more—so you can automate routines, build dashboards, and control everything from a single place. + +- 1,000+ integrations and device support +- Local-first: runs privately in your environment +- Powerful automations with YAML and UI +- Mobile apps, dashboards, voice control, and remote access options + +## Links + +- Official website: https://www.home-assistant.io/ +- Documentation: https://www.home-assistant.io/docs/ +- GitHub: https://github.com/home-assistant/core