mobile-apps-fcm-push/functions/test/fixtures/legacy/command_update_widgets.json

23 lines
521 B
JSON

{
"input": {
"title": "extra excluded title",
"message": "update_widgets",
"registration_info": {
"app_id": "io.robbie.HomeAssistant.dev",
"os_version": "10.15",
"app_version": "2024.7"
}
},
"rate_limit": false,
"headers": {
"apns-push-type": "background"
},
"payload": {
"aps": {
"contentAvailable": true
},
"homeassistant": {
"command": "update_widgets"
}
}
}