Allow navigation to sensors in android auto if they contain proper attributes (#3273)

This commit is contained in:
Daniel Shokouhi 2023-01-31 11:14:50 -08:00 committed by GitHub
parent bd822afaba
commit 3af6b007e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,6 +64,7 @@ class MainVehicleScreen(
private val MAP_DOMAINS = listOf(
"device_tracker",
"person",
"sensor",
"zone",
)
}