Making connected living actually work.
lifenovation

IoTorero joins Works with Home Assistant

Ever spent an evening wrestling with a new smart plug, battling a clunky companion app and a cloud registration flow that times out twice, just to get a basic relay into your dashboard?

Hazel Pritchard, Automation Architect & Protocol Specialist · updated July 15, 2026

IoTorero joins Works with Home Assistant

The End of the Firmware Flash

For tinkerers, the real news isn't just another certified vendor. It's the delivery mechanism. All seven of IoTorero's certified devices ship pre-flashed with ESPHome firmware. This is a fundamental shift from the usual "Works with" playbook, where manufacturers often provide a custom, closed firmware tuned for Home Assistant. Here, the device arrives running the exact same open-source ESPHome codebase you might compile yourself—no bootloader unlock, no serial cable, no esphome run command required. You plug it in, it appears in Home Assistant, and the local-only control is immediate. The company’s public GitHub repository of device configs underscores this "open by default" philosophy.

A Concrete Line of Hardware

The initial certified lineup focuses on utility: smart plugs and relays. This is the bread-and-butter gear that makes or breaks a local-first setup. Pre-flashing with ESPHome means these aren't just bridges to some cloud service; they are full local nodes from the moment they join your network. The payload is straightforward: toggle states, energy monitoring (if the hardware supports it), and the ability to rename entities or tweak polling intervals through the new ESPHome Device Builder—all without touching a YAML file unless you want to. This directly attacks the friction point for newcomers who want local control but are intimidated by firmware compilation.

What This Means for Your Setup

The immediate takeaway is a shorter, more reliable supply chain for basic automation hardware. If you need a dozen smart plugs for a lighting project, you can now source them from a vendor certified for seamless integration and guaranteed to run on a local-first firmware stack. It eliminates the gamble of buying generic ESP-based devices, hoping they're flashable, and then dealing with the setup. For the ecosystem, it validates a hybrid model: hardware vendors handle the physical product and initial ESPHome configuration, while the community and the Open Home Foundation drive the firmware's evolution. Watch for the new ESPHome UI and Device Builder to make customizing these pre-flashed devices even more accessible, turning a simple plug into a proper logic gate for your automations without a single if/then in your YAML.