Home Assistant lets blueprint and action authors offer an image-upload field directly in their forms. On a phone, that field opens the device’s photo picker instead of requiring someone to find the media browser’s upload controls first.

The change exposes an upload option already used by picture-card editors to YAML-defined action fields and blueprint inputs. Authors must specify the accepted file types, and the paired interface change lets a chosen image be cleared so another can be uploaded. Brandon makes a first contribution to Home Assistant Core with the change.