Skip to content

New Flows can now belong to an account. Your old edit link keeps working — open it and attach the flow to an account, and you can edit it from any browser you sign in with.

Sign in
Unclaimed

This flow was submitted before accounts existed, so nobody owns it yet. If you submitted it, open the edit link you were given — it still works — and you can attach the flow to an account from there. There is no deadline, and attaching it retires the link for good.

Awtrix Light Status Display shown on an AWTRIX display
Fig. 1 Awtrix Light Status Display, as Giacomo Stellati runs it.

Awtrix Light Status Display

Displays the current state (on/off, brightness, and color) of selected lights on an Awtrix screen whenever they change. Add your light entities under trigger.entity_id. Supports RGB, dimmable, and on/off-only lights, and shows the light name, brightness %

Specifications
System Home Assistant
Firmware AWTRIX 3
Topic Miscellaneous
Built by Giacomo Stellati
File QYRwAZEz56jy.yaml · 2.1 KB
Icons
Published 23 Apr 2025
Downloads 18

This automation is designed to send dynamic notifications to an Awtrix display based on the state of lights in your Home Assistant setup. It monitors a list of light entities (defined at the top of the automation under the trigger.entity_id section) and reacts whenever any of them changes state — whether it's turning on or off, changing brightness, or adjusting color.

You can include RGB lights, dimmable white lights, or basic on/off-only lights. When a light changes, the automation evaluates its current state and determines:

  • The light's name (friendly_name) for display.
  • Whether the light is off (and shows "Off" with a gray color).
  • The brightness level as a percentage (if available).
  • The color to use on the Awtrix screen, matching the light's actual RGB color, yellow for dimmable lights without color, or green for simple on/off lights.

It then publishes a formatted MQTT message to the Awtrix topic, which results in a visual display showing the light name, brightness percentage, a progress bar, and color matching the light's state.

To use this automation, make sure you add all the lights you want to track at the top in the trigger.entity_id list.

This setup ensures that any change in your lighting setup is immediately reflected on the Awtrix screen with both visual and textual feedback — clean, centralized, and visually appealing.

More flows for Home Assistant or Miscellaneous

Something wrong with this flow? Report it.