Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Objective
This PR adds the "Nest Audio" device to the GCast devices list so its picture can be displayed correctly.
Current behavior
![image](https://user-images.githubusercontent.com/5130468/210452523-033523c2-8a38-4e1f-b96d-38410e69cf41.png)
As you can see below, currently it displays the default model picture:
Expected behavior
![image](https://user-images.githubusercontent.com/5130468/210453311-c1c2cc54-c52b-4de6-be4a-f53f31b762e2.png)
Here is the result with the device correctly displayed
Cause
![image](https://user-images.githubusercontent.com/5130468/210452621-aa58b782-e767-4882-a00d-9cd8a179f2ad.png)
This is due to the model name being "Nest Audio"
Proposed solution
Unfortunately, unlike for "Google Nest Mini" or "Google Nest Hub", the device's model isn't prefixed with "Google " which makes it less homogenous. So I used the "real" model name in the
GCAST_MODELS
key but kept the picture name homogenous with the other Nest devices.