Scripts & Scenes
Using scripts and scenes to group actions, create advanced routines, or instantly set the perfect mood.
- 📌ScenesScenes in Home Assistant let you set multiple devices to specific states with one tap, automation, or voice command - perfect for routines like "Movie Night" or "Leaving Home." Easily create, edit, and activate scenes for quick, coordinated control.
- 📌ScriptsScripts in Home Assistant let you group actions together - like turning off lights, sending notifications, and more - so you can run routines with a single tap, voice command, or automation. Great for organizing and reusing sequences of tasks!
- Using the Hass API in AppDaemonDive into AppDaemon's Hass API: this guide details how to interact with Home Assistant using Python - covering service calls, state handling, scheduling, advanced features, and best practices for powerful, flexible automations.
- Using Python Scripts in Home AssistantExplore the main ways to use Python in Home Assistant: this guide compares built-in python_scripts, AppDaemon, and PyScript - explaining setup, features, and best use cases to help you choose the right tool for your project.
- Python Basics for AppDaemonLearn Python basics for writing AppDaemon automations in Home Assistant: understand indentation, variables, lists, dictionaries, and functions. Follow step-by-step examples to create simple, practical automations - even if you've never coded before!
- Beginner's Guide to AppDaemonAppDaemon lets you write powerful Home Assistant automations using real Python code. This beginner guide walks you through installing AppDaemon, creating your first app, and testing it - all with step-by-step instructions.