Areas/Rooms
Areas are one of the most important new features in our application. They significantly improving the organization of entities and devices. Every input and output assigned to an area is displayed as a separate device in the MQTT view in Home Assistant.
Web application configuration
Recommended configuration method.
Sample webui configuration
View showing our defined areas. It allows for previewing, editing, and adding new areas/rooms.
Adding new

| Option name | Description |
|---|---|
| Area ID | The ID of the area being created - remember to use lowercase letters, numbers, and underscores. |
| Area Name | The name with which the area will be displayed in the controller's webui, MQTT, and HA. |
YAML Editor
areas:
- id: area_id
name: Area Name