Skip to content

Commit 40cef90

Browse files
committed
Merge branch 'current' into next
2 parents e069484 + dc915ae commit 40cef90

File tree

5 files changed

+42
-12
lines changed

5 files changed

+42
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem 'stringex', '2.8.6'
1111
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
1212
gem 'sassc', '2.1.0'
13-
gem 'sass-embedded', '1.93.0'
13+
gem 'sass-embedded', '1.93.2'
1414
gem 'rubocop', '1.80.2'
1515
gem 'ruby-lsp', '0.26.1'
1616
gem 'rackup', '2.2.1'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
nokogiri (~> 1.12)
7171
jekyll-watch (2.2.1)
7272
listen (~> 3.0)
73-
json (2.14.1)
73+
json (2.15.0)
7474
kramdown (2.5.1)
7575
rexml (>= 3.3.9)
7676
kramdown-parser-gfm (1.1.0)
@@ -141,9 +141,9 @@ GEM
141141
ruby2_keywords (0.0.5)
142142
safe_yaml (1.0.5)
143143
sass (3.4.25)
144-
sass-embedded (1.93.0-arm64-darwin)
144+
sass-embedded (1.93.2-arm64-darwin)
145145
google-protobuf (~> 4.31)
146-
sass-embedded (1.93.0-x86_64-linux-gnu)
146+
sass-embedded (1.93.2-x86_64-linux-gnu)
147147
google-protobuf (~> 4.31)
148148
sass-globbing (1.1.5)
149149
sass (>= 3.1)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
rake (= 13.3.0)
186186
rubocop (= 1.80.2)
187187
ruby-lsp (= 0.26.1)
188-
sass-embedded (= 1.93.0)
188+
sass-embedded (= 1.93.2)
189189
sass-globbing (= 1.1.5)
190190
sassc (= 2.1.0)
191191
sinatra (= 4.1.1)

source/_integrations/_integration_docs_template.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ha_iot_class: Local Push
66
ha_codeowners:
77
- '@home-assistant/core'
88
ha_domain: my_integration
9-
ha_integration_type: integration
9+
ha_integration_type: hub
1010
related:
1111
- url: https://developers.home-assistant.io/docs/documenting/standards
1212
title: Documentation standard

source/_integrations/paperless_ngx.markdown

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ There are a few known limitations for using the integration:
131131
- This integration is only fully supported with **Paperless-ngx version 2.15 or later**. Earlier versions are not supported.
132132
- To enable monitoring of diagnostic sensors, you must have **administrator permissions**. Without administrator rights, specific API endpoints cannot be accessed, and the sensor states will not be available.
133133
134-
## Removing the integration
135-
136-
This integration follows standard integration removal. No extra steps are required.
137-
138-
{% include integrations/remove_device_service.md %}
139-
140134
## Troubleshooting
141135
142136
{% details "Message: 'Invalid hostname or IP address'" %}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Home Assistant Core version"
3+
description: "More information on why Home Assistant Core version marks the installation as unsupported."
4+
---
5+
6+
## The issue
7+
8+
Supervisor considers Home Assistant Core versions older than 24 months (approximately 24 releases) as unsupported.
9+
It is strongly recommend to keeping Home Assistant Core updated to the latest version.
10+
At a minimum, update within 6 months (6 release cycles) to ensure you don't miss
11+
automatic YAML integration migrations. Migration code that converts YAML-based
12+
integrations to modern UI-based configuration is only available for 6 months
13+
after deprecation, which corresponds to 6 Home Assistant Core releases.
14+
15+
On installations using an unsupported Home Assistant Core release, the
16+
Supervisor stops refreshing its update information. This means you will no
17+
longer receive updates for any component, including Home Assistant Core or
18+
Add-on updates.
19+
20+
## The solution
21+
22+
1. Since you've not updated your system in a while, it is recommended to
23+
[create a backup](/common-tasks/general/#backups) before updating your system.
24+
- Make sure to download the backup or store it in a remote location.
25+
26+
2. Update your Home Assistant Core version.
27+
- Go to {% my updates title="**System** > **Updates**" %} to update Home Assistant Core.
28+
- If you don't see the update, you may have skipped it in the past. To see
29+
previously skipped updates, select the three dots {% icon "mdi:dots-vertical" %}
30+
and enable skipped updates.
31+
32+
- If you're significantly behind and have YAML-based integrations that need
33+
migration, update in increments of no more than 6 releases at a time
34+
(for example, from Home Assistant Core 2024.2 to 2024.8, then to 2025.2).
35+
- This ensures automatic migrations can run properly during each update.
36+
- You can use the Home Assistant CLI to update to a [specific Home Assistant Core version](/common-tasks/os/#home-assistant-versions).

0 commit comments

Comments
 (0)