Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/android-auto/android-auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ If you installed the app from the Google Play Store on your AAOS vehicle then cu

By default Home Assistant notifications do not show up in the AA interface. To show Home Assistant notifications in AA, add [`car_ui: true` to the notification data](../notifications/basic.md#android-auto-visibility). Notifications will now show up on your phone _and_ in AA. Opening the notification from AA will open the driving interface for Home Assistant.

:::note: The Home Assistant app must remain enabled/visible in the Android Auto app launcher. Removing it from Android Auto may prevent [`car_ui: true`] notifications from appearing on the car display, even though notifications continue to arrive on the phone.

Comment on lines +56 to +57

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
:::note: The Home Assistant app must remain enabled/visible in the Android Auto app launcher. Removing it from Android Auto may prevent [`car_ui: true`] notifications from appearing on the car display, even though notifications continue to arrive on the phone.

Notifications in AA, share settings with your phone and do not support all notification features. For example, in order to have a notification show on top of the current screen in AA, the notification channel will also need to be set to pop up on your phone. For the best experience, it is recommended to use a specific [channel](../notifications/basic.md#notification-channels) for notifications that should be visible in AA. Example:

```yaml
Expand Down