Software and Automation Concepts
Software and Automation Concepts
Home Assistant (HA)
A free and open-source platform for creating a smart home system. It acts as the "brain" of the entire operation, connecting devices from different manufacturers, including boneIO, and allowing you to create advanced rules and automations.
Integration
The process of connecting two different systems or devices so they can work together. In our case, this most often refers to connecting a boneIO controller to the Home Assistant platform.
Entity
A basic "object" in Home Assistant that represents a single device, sensor, or piece of information. For example, a lamp connected to output OUT01 will appear in HA as a light.living_room_lamp entity, which you can control.
Automation
A set of rules that execute automatically when specific conditions are met. A simple example: IF the sun has set AND the motion sensor detects motion, THEN turn on the hallway light.
Scene
A saved state of one or more entities. Unlike an automation, a scene has no trigger—it simply sets devices to a predefined state. Example: A "Movie Night" scene might set the main light to 20% brightness and the LED strip to blue.