Reactor build 26174
IF YOU ARE UPGRADING FROM A REACTOR BUILD EARLIER THAN 26116, PLEASE READ THE RELEASE NOTES FOR THAT BUILD. THERE WERE IMPORTANT CHANGES MADE ON THAT BUILD THAT MAY AFFECT HOW YOU BACK UP AND RESTORE REACTOR DATA.
NOTE TO DEVELOPERS: An upcoming build of Reactor will be published after code base conversion to ES modules. Current Reactor core modules are CommonJS (CJS). Many dependent packages are only getting new features in their ESM versions (i.e. the world is moving to ESMs), so Reactor must follow. Instructions for converting your Reactor Controller and Plugin subclasses are published in the Building Controllers page of the Reactor documentation (under Developer Info). If you send me a DM in this community, I can send you an early release of ESM Reactor for your development and testing. This 26174 build is still CJS-based, so your conversion applies only to that future Reactor release and beyond.
- Entities list: fix a bug in entity filtering where a group filter would be ignored when an entity's name matched the name filter (both should be enforced).
- Hubitat: Fixed a problem where a scene controller button would report tapped at every Reactor startup.
- HTTP API: A new endpoint
/api/v1/notifyhas been added so that external applications can use Reactor's configured notifiers to send messages. docs - VirtualEntityController: New
ping-driven binary sensor reflects the (ICMP) reachability of a target network host. see docs - VirtualEntityController: Virtual entities may now be added to system room/location groups by including
room: <string>in the virtual entity configuration. - HassController: Bless HA to 2026.6.4