What does “Storage” entity represent in the Mobile App integration?
My iPhone 15 Pro’s storage shows the following, which I would read as about 36% free.
In Home Assistant the device shows 2.69%. I’m curious where that number comes from.
Turning on debug for Mobile App integration the data returned from the iPhone webhook shows this excerpt (my formatting. Is that supposed to be json?)
{
'attributes': {
'Available': '6.45 GB',
'Available (Important)': '92.42 GB',
'Available (Opportunistic)': '6.88 GB',
'Total': '254.79 GB'
},
'icon': 'mdi:database',
'state': '2.70',
'type': 'sensor',
'unique_id': 'storage'
}
Home Assistant shows a closer number for my wife’s iPhone 16 Pro. It shows what seems like a more correct number:
and on her phone…
I just noticed that, unlike my wife’s phone, when I turn on “Do not disturb” it triggers a webhook call, but still reports focus is off.
{'icon': 'mdi:moon-waning-crescent', 'state': False, 'type': 'binary_sensor', 'unique_id': 'focus'}
I’m running 2025.1.