Skip to content

20200502.1 - Notifications via notify, new API backend

Compare
Choose a tag to compare
@rikroe rikroe released this 07 May 19:04
· 149 commits to master since this release

With this version you can use the following new options using the new notify component:

  • Send notifications to your car
  • Send Point of Interest (POI) to your car

You can test this by using Developer Tools - Services and select notify.bmw_connected_drive_<car>

For a message use these service data:

title: Your title here (if left empty it will be Home Assistant)
message: Your message here

For a POI:

message: The name of the location (this is shown on the iDrive dashboard)
data:
  location:
    latitude: 48.177024
    longitude: 11.559107
    street: Street name  # Optional
    city: City name  # Optional
    postal_code: Postal Code  # Optional
    country: Country  # Optional