Skip to content

Commit 716dbe9

Browse files
authored
Merge branch 'current' into patch-824360
2 parents 41551d3 + de21aaa commit 716dbe9

34 files changed

+389
-53
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ GEM
3030
ffi (1.17.2-arm64-darwin)
3131
ffi (1.17.2-x86_64-linux-gnu)
3232
forwardable-extended (2.6.0)
33-
google-protobuf (4.32.1-arm64-darwin)
33+
google-protobuf (4.33.0-arm64-darwin)
3434
bigdecimal
3535
rake (>= 13)
36-
google-protobuf (4.32.1-x86_64-linux-gnu)
36+
google-protobuf (4.33.0-x86_64-linux-gnu)
3737
bigdecimal
3838
rake (>= 13)
3939
http_parser.rb (0.8.0)
@@ -96,7 +96,7 @@ GEM
9696
racc
9797
pathutil (0.16.2)
9898
forwardable-extended (~> 2.6)
99-
prism (1.5.2)
99+
prism (1.6.0)
100100
public_suffix (6.0.2)
101101
racc (1.8.1)
102102
rack (3.2.3)

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ social:
108108
# Home Assistant release details
109109
current_major_version: 2025
110110
current_minor_version: 10
111-
current_patch_version: 2
112-
date_released: 2025-10-10
111+
current_patch_version: 3
112+
date_released: 2025-10-17
113113

114114
# Either # or the anchor link to latest release notes in the blog post.
115115
# Must be prefixed with a # and have double quotes around it.

source/_data/people.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,7 @@ Timothy Nibeaudeau:
105105
Keith Burzinski:
106106
name: Keith Burzinski
107107
github: kbx81
108+
109+
Carl Albertsson:
110+
name: Carl Albertsson
111+
github: mellowism

source/_integrations/aosmith.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Before using this integration, your water heater must be connected to a Wi-Fi ne
2929
- EE12-50R55DVF
3030
- EE12-50H55DVF
3131
- EE12-55H55DVF
32+
- HETF-50-100
3233
- HPA10-40H45DV
3334
- HPA10-50H45DV
3435
- HPA10-66H45DV

source/_integrations/apcupsd.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Some sensors are disabled by default, since they provide information that is onl
179179
- **Transfer to Battery**
180180
- **Description**: Time and date of last transfer to batteries.
181181
- **Available for machines**: all
182-
- **Remarks**: This entity only becomes available after a tranfer to battery event happens.
182+
- **Remarks**: This entity only becomes available after a transfer to battery event happens.
183183

184184
- **Battery Status**
185185
- **Description**: The status of the batteries.

source/_integrations/azure_data_explorer.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ There are a few differences between the **PAYG** and **Free** versions:
6262
3. Write and perform the following statements one by one, replacing the placeholder content between the <> with the copied values (including the brackets).
6363

6464
```KQL
65-
// Give the Service Pricipal write access to the database
65+
// Give the Service Principal write access to the database
6666
.add database ['<databasename>'] ingestors ('aadapp=<ApplicationID>;<DirectoryID>');
6767
68-
// Give the Service Pricipal read access to database (used for connectivity checks)
68+
// Give the Service Principal read access to the database (used for connectivity checks)
6969
.add database ['<databasename>'] viewers ('aadapp=<ApplicationID>;<DirectoryID>');
7070
7171
// Create a table for the data to be ingested into (replace the name and copy inserted *name* for later use)

source/_integrations/azure_storage.markdown

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,15 @@ This integration follows standard integration removal. No extra steps are requir
4545
Check that your storage account allows [`Shared Key` access](https://learn.microsoft.com/en-us/azure/storage/common/shared-key-authorization-prevent?tabs=portal#remediate-authorization-via-shared-key).
4646

4747
{% enddetails %}
48+
49+
{% details "DNS Error" %}
50+
51+
You may encounter a `aiodns.error.DNSError: (4, 'Domain name not found')` error.
52+
53+
To resolve this:
54+
55+
1. Navigate to **Settings → System → Network → DNS Servers** in Home Assistant
56+
2. Manually set fallback DNS servers to `1.1.1.1` (Cloudflare) and `8.8.8.8` (Google) (or any other that you prefer). This allows Home Assistant to resolve Azure domain names successfully.
57+
3. Restart Home Assistant to propagate the new settings.
58+
59+
{% enddetails %}

source/_integrations/default_config.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This {% term integration %} is a meta-component and configures a default set of
1616
- [Assist pipeline](/integrations/assist_pipeline/) (`assist_pipeline`)
1717
- [Backup](/integrations/backup/) (`backup`)
1818
- [Bluetooth](/integrations/bluetooth/) (`bluetooth`)
19+
- [Cloud](/integrations/cloud/) (`cloud`)
1920
- [Configuration](/integrations/config/) (`config`)
2021
- [Conversation](/integrations/conversation/) (`conversation`)
2122
- [DHCP discovery](/integrations/dhcp/) (`dhcp`)

source/_integrations/ecobee.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Enable/disable Smart Home/Away and Follow Me modes.
260260

261261
### Service `ecobee.set_sensors_in_climate`
262262

263-
Set which sensors are active on a termostat for a specific climate program.
263+
Set which sensors are active on a thermostat for a specific climate program.
264264

265265
| Service data attribute | Optional | Description |
266266
| ---------------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |

source/_integrations/foscam.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ elements:
224224
225225
### Extra CGI Commands
226226
227-
Foscam Webcams which support CGI Commands can be controlled by Home Assistant ([Source](https://www.foscam.es/descarga/Foscam-IPCamera-CGI-User-Guide-AllPlatforms-2015.11.06.pdf)).
227+
Foscam Webcams which support CGI Commands can be controlled by Home Assistant ([Source](https://community.jeedom.com/uploads/short-url/2A5aSBcCyoVZOdpiFC8HRDAOxqG.pdf)).

0 commit comments

Comments
 (0)