[Feature Request] Native Auto Awake/Asleep status (using Android Sleep API / iOS)

Right now, Home/Away geofencing works smooth in Homey, but Awake/Asleep still forces us to manually flip switches or build workaround flows. That’s a missed opportunity for a core feature.

Our phones already know when we’re sleeping and how we’re using them. Tapping into that data solves the problem for everyone:

  • Auto Sleep Tracking: Using native tech like the Android Sleep API lets Homey flip your status to Asleep or Awake automatically in the background - easy for casual users.

  • Extra Flow Triggers: Exposing basic phone data (like charging status, next alarm, or screen lock) opens up killer automations for power users, like starting a sunrise light scene before your phone alarm rings.

  • Simple Opt-in Toggle: Keep advanced phone sensors turned off by default in app settings so it never clutters the UI or drains battery for people who don’t want it.

If the app hooks into native mobile sleep APIs then Awake/Asleep can just work out of the box like Home/Away. Adding an opt-in toggle in the app to expose extra phone sensors as Flow cards would enable power users to build advanced routines.

Using health data probably requires extra certification by Google, which is more effort to deal with. Since Google is very strict on permissions used by Android apps, I think Athom might not have the time to deal with all of Google’s restrictions