Skip to content

Commit 0569c5f

Browse files
Cinzyaclaude
andcommitted
refactor(services): enhance Home Assistant documentation and visibility
- Add Home Assistant to services list for UI visibility - Restructure docs with dedicated Features section - Add UTM tracking to all external links - Include Community Forums link - Improve feature descriptions with bold headers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 32f1f50 commit 0569c5f

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,13 @@ const services = [
897897
description: 'Inventory and organization system built for the Home User.',
898898
category: 'Home'
899899
},
900+
{
901+
name: 'Home Assistant',
902+
slug: 'home-assistant',
903+
icon: '/docs/images/services/homeassistant-logo.svg',
904+
description: 'Open-source home automation platform focused on local control and privacy.',
905+
category: 'Home'
906+
},
900907
{
901908
name: 'Homepage',
902909
slug: 'homepage',

docs/services/home-assistant.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ description: "Run Home Assistant on Coolify—your open-source home automation p
1111

1212
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.
1313

14-
- 1,000+ integrations and device support
15-
- Local-first: runs privately in your environment
16-
- Powerful automations with YAML and UI
17-
- Mobile apps, dashboards, voice control, and remote access options
14+
## Features
15+
16+
- **1,000+ Integrations**: Support for thousands of smart home devices and services
17+
- **Local Control**: Runs privately in your environment without cloud dependencies
18+
- **Powerful Automations**: Create complex routines with YAML configuration or visual UI
19+
- **Multi-Platform Access**: Mobile apps, web dashboards, voice control, and remote access
20+
- **Privacy-Focused**: Your data stays on your server with no tracking or telemetry
21+
- **Extensible**: Add-ons, custom integrations, and active community support
1822

1923
## Links
2024

21-
- Official website: https://www.home-assistant.io/
22-
- Documentation: https://www.home-assistant.io/docs/
23-
- GitHub: https://github.com/home-assistant/core
25+
- [Official Website](https://www.home-assistant.io/?utm_source=coolify.io)
26+
- [Documentation](https://www.home-assistant.io/docs/?utm_source=coolify.io)
27+
- [GitHub](https://github.com/home-assistant/core?utm_source=coolify.io)
28+
- [Community Forums](https://community.home-assistant.io/?utm_source=coolify.io)

0 commit comments

Comments
 (0)