Skip to content

Commit

Permalink
Add json for "update_widgets" push command (#2847)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request and helping to improve Home
Assistant. Please complete the following sections to help the processing
and review of your changes. Please do not delete anything from this
template. -->

Ref PR: home-assistant/mobile-apps-fcm-push#145

## Summary
<!-- Provide a brief summary of the changes you have made and most
importantly what they aim to achieve -->

## Screenshots
<!-- If this is a user-facing change not in the frontend, please include
screenshots in light and dark mode. -->

## Link to pull request in Documentation repository
<!-- Pull requests that add, change or remove functionality must have a
corresponding pull request in the Companion App Documentation repository
(https://github.com/home-assistant/companion.home-assistant). Please add
the number of this pull request after the "#" -->
Documentation: home-assistant/companion.home-assistant#

## Any other notes
<!-- If there is any other information of note, like if this Pull
Request is part of a bigger change, please include it here. -->
  • Loading branch information
bgoncal authored Jul 15, 2024
1 parent b5f6801 commit 1d44ca8
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 1d44ca8

Please sign in to comment.