AboutBlogContact

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

Areas menu view View showing our defined areas. It allows for previewing, editing, and adding new areas/rooms.

Adding new

Areas menu view

Option nameDescription
Area IDThe ID of the area being created - remember to use lowercase letters, numbers, and underscores.
Area NameThe name with which the area will be displayed in the controller's webui, MQTT, and HA.

YAML Editor

Sample configuration
areas:
 - id: area_id
   name: Area Name