Compare commits

..

5 Commits

Author SHA1 Message Date
Darren Griffin
c82edd8633
Added Smart Guys as Australian Yellow distributor (#37533) 2025-02-18 22:38:33 +01:00
Andrew Sayre
adcf17d10a
Remove explicit platform list from media_player.shuffle_set action docs (#37534) 2025-02-18 21:46:49 +01:00
Martin Hjelmare
11e8913dd7
Fix CVE-2025-25305 CVSS score (#37530) 2025-02-18 16:58:32 +01:00
Martin Hjelmare
066d780858
Add CVE-2025-25305 (#37529) 2025-02-18 16:28:04 +01:00
c0ffeeca7
7d9207ebd7
Matter Troubleshooting: add steps (#37528)
* Matter Troubleshooting: add steps

* Rephrase
2025-02-18 16:06:15 +01:00
4 changed files with 28 additions and 7 deletions

View File

@ -175,6 +175,12 @@ yellow:
ship_to: Asia
url: https://www.seeedstudio.com/Home-Assistant-Yellow-Kit-with-selectable-CM4.html
logo: /images/distributors/seeed-studio.webp
# Australia
- name: Smart Guys
ship_from: Australia
ship_to: Australia
url: https://smartguys.com.au/product/home-assistant-yellow-smart-hub/
logo: /images/distributors/smart-guys.webp
# Europe
- name: Botland
ship_from: Poland

View File

@ -388,12 +388,22 @@ This button will only be visible within the Home Assistant Companion App (so not
- For iOS, minimum version is iOS 16 (minimal 16.3 is preferred) and the most recent version of the HA companion app.
- For Android, minimum version is 8.1 and the most recent version of the (full) HA Companion app, downloaded from the Play Store.
### When I'm trying to commission using the Android app, I get an error stating "Matter is currently unavailable"
### When trying to commission using Android, I get an error "Matter is unavailable"
See above, make sure your device meets all requirements to support Matter. Update Android to the latest version and the Home Assistant Companion app. To quickly verify if your device meets all requirements to support Matter, on your Android device, go to **Settings** > **Google** > **Devices & Sharing**. There should be an entry there for **Matter devices**.
Some users have reported that uninstalling and reinstalling the Google Home app fixed this issue for them.
Also see this [extended troubleshooting guide](https://developers.home.google.com/matter/verify-services) from Google.
1. For Android, minimum version is 8.1. Ideally, update to the latest version.
2. Use a regular, Google-account Android setup. No alternative Android versions.
3. Home Assistant Companion app:
- Make sure to install the (full) version, downloaded from the Play Store.
- Make sure it is the latest version.
4. To verify your device meets all requirements to support Matter, on your Android device, go to **Settings** > **Google** > **Devices & Sharing**.
- There should be an entry there for **Matter devices**.
5. Make sure the play services are all up to date.
6. If you only just installed or updated the Home Assistant Companion app:
- Wait.
- It can take a while before the required components are installed in the background. - Try again after 1 hour to ensure the installation is complete.
7. If the error persists, reinstall the Home Assistant Companion app.
8. Some users have reported that reinstalling the Google Home app fixed this issue for them.
9. For more information, refer to the [extended troubleshooting guide](https://developers.home.google.com/matter/verify-services) from Google.
### Unable to commission devices, it keeps giving errors or stops working randomly

View File

@ -168,8 +168,6 @@ Currently only supported on [Denon AVR](/integrations/denonavr/) and [Songpal](
#### Action `media_player.shuffle_set`
Currently only supported on [Sonos](/integrations/sonos), [Spotify](/integrations/spotify), [MPD](/integrations/mpd), [Kodi](/integrations/kodi), [Roon](/integrations/roon), [OwnTone](/integrations/forked_daapd), [Squeezebox](/integrations/squeezebox) and [Universal](/integrations/universal).
| Data attribute | Optional | Description |
| ---------------------- | -------- | ---------------------------------------------------- |
| `entity_id` | yes | Target a specific media player. For example `media_player.spotify`|

View File

@ -62,6 +62,13 @@ As an open source project, Home Assistant cannot offer bounties for security vul
The following is a list of past security advisories that have been published by the Home Assistant project.
**2025-02-18: SSL validation for outgoing requests in core and used libs not correct**
Severity: _High (CVSS: 7.0)_
Detailed information: _[Security advisory](https://github.com/home-assistant/core/security/advisories/GHSA-m3pm-rpgg-5wj6)_
Assigned CVE: _[CVE-2025-25305](https://nvd.nist.gov/vuln/detail/CVE-2025-25305)_
Discovered by: _[ReneNulschDE](https://github.com/ReneNulschDE)_
Fixed in: _Home Assistant Core 2024.1.6_
**2023-12-14: User accounts disclosed to unauthenticated actors on the LAN**
Severity: _Moderate (CVSS: 4.2)_
Detailed information: _[Security advisory](https://github.com/home-assistant/core/security/advisories/GHSA-jqpc-rc7g-vf83)_