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

These chromecast uas are obviously smart speakers. #7701

Merged
merged 2 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
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
18 changes: 18 additions & 0 deletions Tests/fixtures/smart_speaker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,3 +221,21 @@
model: SmartSpeak Duo Max
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (X11; Linux armv7l) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.225 Safari/537.36 CrKey/1.56.500000 DeviceType/SmartSpeaker
os:
name: GNU/Linux
version: ""
platform: "ARM"
client:
type: browser
name: Chrome
version: 90.0.4430.225
engine: Blink
engine_version: 90.0.4430.225
device:
type: smart speaker
brand: Google
model: Chromecast
os_family: GNU/Linux
browser_family: Chrome
3 changes: 3 additions & 0 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9461,6 +9461,9 @@ Google:
- regex: '(GFHD[12]00)'
device: 'tv'
model: 'Fiber $1'
- regex: 'CrKey/[0-9.]+ DeviceType/SmartSpeaker'
model: 'Chromecast'
device: 'smart speaker'
- regex: 'CrKey[^a-z0-9]'
model: 'Chromecast'
device: 'tv'
Expand Down
Loading