Mobile device battery level notifications

Explanation

Sends notifications to a mobile device when the battery level is considered low or full based on a given threshold. Notification are automatically dismissed when you (un)plug the charging cable. Bare in mind that only devices that run the official Home Assistant app will work with this blueprint. Title and message for each notification can be set via the blueprint.

You’ll need to enable the following battery sensors within the companion app:

  • Battery is charging (is_charging)
  • Battery level (battery_level)

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Changelog

v1.0.0 Initial setup of the blueprint