iOS Shortcuts 26-4

The iOS 26.4 update brings several very interesting new features for iOS Shortcuts users. In this short post, I present the new actions available in iOS 26.4 Shortcuts, along with a few practical automation examples you can use daily.

Set the battery charge limit

iOS 26.4 introduces a new action that allows you to automatically set the battery charge limit based on different criteria. As a reminder, lithium ion batteries (like those in Apple devices) last longer when they remain within a charge range between 20% and 80%. Regularly charging your iPhone from 0% to 100% causes a temperature increase that accelerates battery wear. Therefore, the first range is a good compromise to use your device normally while preserving the battery in the long term.

Thanks to this new action in iOS Shortcuts, you can now automatically adjust the charge limit based on your location, your Focus mode, or other conditions. Here is an example of an automation where the limit changes depending on your position or the active Focus mode.

«Figure

The first step is to retrieve the current location and the Focus mode. You also save the region where you live (making sure to use exactly the same string for comparison).

«Figure

If your device detects that you are outside your usual area, or if a power hungry Focus mode is enabled, the charge limit automatically switches to 100% and a message is displayed.

«Figure

In all other cases, the limit is set back to 80% to preserve the battery.

Note that even if you set a charge limit, iOS may occasionally charge the device to 100% in order to recalibrate the battery health estimation.

To automate this behavior, you can, for example, create a daily automation that runs this shortcut at 12 p.m. every day.

You can download this shortcut at:.

If you want to be notified when your iPhone reaches 100%, you can also add a sound alert by following this tutorial: https://smarthome3d.com/articles/make-your-iphone-beep-automatically-every-hour-using-ios-shortcuts.

Multitasking

iOS 26.4 also allows you to control multitasking mode through Shortcuts. You can automatically enable Stage Manager, Windowed Apps mode, or Full Screen Apps mode depending on your needs.

Here is an example of automation:

«Figure

When an external display is connected, a shortcut automatically runs to enable Stage Manager, a mode much better suited for using an external monitor.

«Figure

You can also manage the disconnection of the display:

«Figure

In this case, the shortcut reactivates Windowed Apps mode for a more comfortable experience when using the iPad alone.

«Figure

Screen Time

iOS 26 also adds a new action that allows you to display Screen Time by period directly within Shortcuts. For example, you can trigger this shortcut each time you open a streaming app or a social network to better control your usage.

«Figure

It’s a simple shortcut, but very useful for tracking and managing your Screen Time (especially if you want to reduce it).

Sports events

Another welcome addition: an action dedicated to sports events. It allows you to quickly get the upcoming matches of your favorite team, directly from an iOS Shortcut.

«Figure

The only drawback is that you can only select one team for now. Hopefully, Apple will expand this feature in a future update.

You can find more new features and usage examples here: https://support.apple.com/en-us/125148 target .

Recommended articles

How to create a smart bathroom lighting system with Home assistant and Node-Red

What if your bathroom could tell you how long you spend in the shower? With Home Assistant and Node-RED, you can create a smart lighting system that automatically reacts to your shower...

Home Assistant 2026-4

In this new update, several particularly interesting features have been introduced. I’ve had it installed for a while now and, as far as I know, no major regressions have been reported. You...

How to Synchronize Multiple Alarms with Home Assistant

Are you tired of missing your alarms or having to configure everything manually in Home Assistant all the time? In this tutorial, discover how to automatically synchronize multiple iPhone...

Comments

No comments yet.