Problem/Motivation
Now that vaultwarden supports push notifications for syncing mobile bitwarden clients, we need to be able to pass the following environment variables to the addon container enable it.
PUSH_ENABLED=true
PUSH_INSTALLATION_ID=CHANGEME
PUSH_INSTALLATION_KEY=CHANGEME
Unfortunately this cannot be done through the admin page, as the three relevant fields are in the Read Only Config section.

Proposed changes
Ideally, add the three as options in the addon configuration screen in home assistant.
Problem/Motivation
Now that vaultwarden supports push notifications for syncing mobile bitwarden clients, we need to be able to pass the following environment variables to the addon container enable it.
Unfortunately this cannot be done through the admin page, as the three relevant fields are in the Read Only Config section.
Proposed changes
Ideally, add the three as options in the addon configuration screen in home assistant.