Skip to content

Commit

Permalink
Add json for "update_widgets" push command
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoncal committed Jul 11, 2024
1 parent 2c838a1 commit 3724a3e
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"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"
}
}
}

0 comments on commit 3724a3e

Please sign in to comment.