Skip to main content

Menu

LEVEL 0
0/5 XP
HomeAboutTopicsPricingMy VaultStats

Categories

πŸ€– Artificial Intelligence
☁️ Cloud and Infrastructure
πŸ’Ύ Data and Databases
πŸ’Ό Professional Skills
🎯 Programming and Development
πŸ”’ Security and Networking
πŸ“š Specialized Topics
HomeAboutTopicsPricingMy VaultStats
LEVEL 0
0/5 XP
GitHub
Β© 2026 CheatGridβ„’. All rights reserved.
Privacy PolicyTerms of UseAboutContact

Home Assistant Open-Source Home Automation Platform Cheat Sheet

Home Assistant Open-Source Home Automation Platform Cheat Sheet

Back to Other
Updated 2026-05-21
Next Topic: Home NAS Setup with Synology QNAP and TrueNAS Cheat Sheet

Home Assistant is a free, open-source home automation platform that runs locally on your own hardware, keeping all your smart home data private and functional even when the internet goes down. It connects thousands of devices and services under a single, unified interface β€” from Zigbee and Z-Wave sensors to Matter over Thread β€” without locking you into any vendor's cloud. The key mental model to internalize: Home Assistant is built around entities (the atomic unit of state) grouped into devices, organized by areas/floors, and driven by automations; everything else β€” dashboards, voice control, energy monitoring, integrations β€” is layered on top of that foundation.

What This Cheat Sheet Covers

This topic spans 22 focused tables and 176 indexed concepts. Below is a complete table-by-table outline of this topic, spanning foundational concepts through advanced details.

Table 1: Installation Types and HardwareTable 2: Core Architecture ComponentsTable 3: Entities, Devices, and the Object ModelTable 4: Automation TriggersTable 5: Automation Conditions and ActionsTable 6: Jinja2 TemplatingTable 7: Scripts, Scenes, and HelpersTable 8: Lovelace Dashboards and CardsTable 9: Integrations, HACS, and the Integration CatalogTable 10: Zigbee β€” ZHA and Zigbee2MQTTTable 11: Z-Wave JS IntegrationTable 12: Matter and ThreadTable 13: ESPHome for DIY DevicesTable 14: Voice Assistant β€” Assist and Local PipelinesTable 15: Remote Access β€” Nabu Casa and TailscaleTable 16: Energy Dashboard and Utility MetersTable 17: Backups and RecoveryTable 18: Database and Performance TuningTable 19: Blueprints and Community AutomationsTable 20: Node-RED Add-on for Visual AutomationTable 21: Common Practical AutomationsTable 22: Integration with Google Home, Alexa, and SmartThings

Table 1: Installation Types and Hardware

Home Assistant offers two officially supported installation types as of 2025, after the deprecation of Core and Supervised. Choosing the right type determines whether you get add-ons (apps), one-click updates, and full backup support.

TypeExampleDescription
Home Assistant OS (HAOS)
Flash to Raspberry Pi 4/5 via Raspberry Pi Imager, boot, browse to homeassistant.local:8123
β€’ Recommended for most users
β€’ a minimal, purpose-built OS that manages HA Core, Supervisor, and add-ons together
β€’ supports one-click updates and full backups
Home Assistant Container
docker run -d --name homeassistant --privileged --restart=unless-stopped -v /PATH/TO/YOUR/CONFIG:/config --network=host ghcr.io/home-assistant/home-assistant:stable
β€’ Docker-only install
β€’ brings your own OS
β€’ no add-ons (apps) available
β€’ integrations like Thread and Z-Wave require separate containers
Home Assistant Green
Plug in Ethernet, power on, browse to homeassistant.local:8123 in ~15 minutes
β€’ Official plug-and-play hub
β€’ ships with HAOS pre-installed
β€’ the easiest entry point for new users
Home Assistant Yellow
Install Raspberry Pi CM4/CM5, flash via USB, connects via PoE or power adapter
β€’ Extensible board with on-board Zigbee/Thread radio (SkyConnect-compatible) and M.2 NVMe slot
β€’ discontinued from production Oct 2025 but still supported

More in Other

  • Google Workspace Suite Productivity Cheat Sheet
  • Home NAS Setup with Synology QNAP and TrueNAS Cheat Sheet
  • 3D Printing Fundamentals Cheat Sheet
  • ChatGPT Power User Guide for Everyday Tasks Cheat Sheet
  • Internet of Things (IoT) Cheat Sheet
  • Perplexity AI Answer Engine Cheat Sheet
View all 63 topics in Other