Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Android Auto Option. #60

Closed
penright opened this issue Jul 18, 2023 · 1 comment
Closed

[Feature Request]: Android Auto Option. #60

penright opened this issue Jul 18, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@penright
Copy link

Describe what you are trying to accomplish and why in non technical terms
When an alert message is sent to Andriod, have the option to show it on Andriod Auto.

Describe the solution you'd like
Add a "Show on Andriod Auto" option with true/false. That would set the value of "car_ui" in the data for the notify service

action:
  - service: notify.mobile_app_<your_device_id_here>
    data:
      message: Le garage est ouvert
      data:
        car_ui: true
        notification_icon: mdi:garage-open
        channel: garage opened
        importance: high
        actions:
          - action: null
            title: Ouvrir garage

Describe alternatives you've considered

Additional context
This link is the AA git repository, where someone was making the request to add it.
home-assistant/android#3520 (comment)

With AA rules, the images may not show up.
Right now I am on "Stable", but if you want to test let me know. I will be happy to help.

@penright penright added the enhancement New feature or request label Jul 18, 2023
@SgtBatten
Copy link
Owner

please let me know if any issues.

SgtBatten added a commit that referenced this issue Aug 19, 2023
* 0.12.0.1a (#20)

* 0.12.0.1a

* Update critical functionality on android  to align it with android
  * be aware it will now bypass phones silent/vibrate mode
  * Android notifications will always have ttl: 0 and priority: high so no need for critical for this purpose anymore
* clarify color input does not work on IOS
* Reworded Sticky description
* Added all example URLs to all Action Buttons.

* Improve critical function

Critical template can handle event details now. including updated info.

* Update Beta

Add Video (gif) option to Android (for now)
Automatically strip _1, 2 or 3 from camera entity 
Add top score example to critical notifications selector

* Add initial delay option (#33)

Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9

* Create Guide: Debug Option.md

* Typo fix (#35)

* fix: typo

* fix: typo again

* IOS Live view entity selector (#42)

* IOS Live view entity selector

Live view now supports any camera entity that is selected.

* Add steel blue colour as default (#37)

* Add steel blue colour as default

* Add steel blue colour as default

* Update Beta (#44)

Add IOS video functionality
Reduce delay for video to 5 seconds post event
Add IOS Action button Icon options
You can now choose which entity is used for IOS live view
Add subtitle option
Added new message presets containing the time
Fixed some small typos.

* standardise entered_zones variable

* iOS url debugging

* Fix video input title.

* Change camera name to lowercase in api call (#40)

* change proxy stream to lowercase camera name

---------

Co-authored-by: SgtBatten <[email protected]>

* Update colors to use hex values (#49)

* Update colors to use hex values

Based on HA style
https://github.com/home-assistant/frontend/blob/983bba357a421bf09b950bcdacfc37f416123839/src/resources/ha-style.ts

* Fix long message

* replace hyphens in view stream

* fix typo iOS (#65)

* Update README.md

fix typo iOS

* Update Stable

fix typo iOS

* Update Beta

fix typo iOS

* utilise regex instead of rstrip (#70)

* Add Android Auto

close #60

* Clarify Android TV requirments.

Requested in #66

* Regex escape fix

* Fix debug variables

Remove client ID from looped image key in debug. It's only in beta

* Add base url to iOS image in groups

---------

Co-authored-by: Brian Steere <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: Fredrick-III <[email protected]>
Co-authored-by: chpego <[email protected]>
SgtBatten added a commit that referenced this issue Aug 19, 2023
* 0.12.0.1a (#20)

* 0.12.0.1a

* Update critical functionality on android  to align it with android
  * be aware it will now bypass phones silent/vibrate mode
  * Android notifications will always have ttl: 0 and priority: high so no need for critical for this purpose anymore
* clarify color input does not work on IOS
* Reworded Sticky description
* Added all example URLs to all Action Buttons.

* Improve critical function

Critical template can handle event details now. including updated info.

* Update Beta

Add Video (gif) option to Android (for now)
Automatically strip _1, 2 or 3 from camera entity 
Add top score example to critical notifications selector

* Add initial delay option (#33)

Use the initial delay if you do not use "update image" and are experiencing notifications without any attachment.

Also some cleanup as HA core has resolved #9

* Create Guide: Debug Option.md

* Typo fix (#35)

* fix: typo

* fix: typo again

* IOS Live view entity selector (#42)

* IOS Live view entity selector

Live view now supports any camera entity that is selected.

* Add steel blue colour as default (#37)

* Add steel blue colour as default

* Add steel blue colour as default

* Update Beta (#44)

Add IOS video functionality
Reduce delay for video to 5 seconds post event
Add IOS Action button Icon options
You can now choose which entity is used for IOS live view
Add subtitle option
Added new message presets containing the time
Fixed some small typos.

* standardise entered_zones variable

* iOS url debugging

* Fix video input title.

* Change camera name to lowercase in api call (#40)

* change proxy stream to lowercase camera name

---------

Co-authored-by: SgtBatten <[email protected]>

* Update colors to use hex values (#49)

* Update colors to use hex values

Based on HA style
https://github.com/home-assistant/frontend/blob/983bba357a421bf09b950bcdacfc37f416123839/src/resources/ha-style.ts

* Fix long message

* replace hyphens in view stream

* fix typo iOS (#65)

* Update README.md

fix typo iOS

* Update Stable

fix typo iOS

* Update Beta

fix typo iOS

* utilise regex instead of rstrip (#70)

* Add Android Auto

close #60

* Clarify Android TV requirments.

Requested in #66

* Regex escape fix

* Fix debug variables

Remove client ID from looped image key in debug. It's only in beta

* Add base url to iOS image in groups

---------

Co-authored-by: Brian Steere <[email protected]>
Co-authored-by: Andre <[email protected]>
Co-authored-by: Fredrick-III <[email protected]>
Co-authored-by: chpego <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants