New Steps Sensor

Where does the sensor get the figure from ?
Mine is showing 116,000 steps !

The app picks up the number of steps since the phone was last rebooted.

You can use the utility_meter integration to create a sensor which gives you daily steps, like this:

utility_meter:
  daily_steps:
    source: sensor.your_phone_steps_sensor
    cycle: daily

An alternative is to create a template sensor using the steps sensor and the last reboot sensor to get average daily steps.

6 Likes

OK thanks, I’ll give it a go !