mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
c147dc0a7f
2
Gemfile
2
Gemfile
@ -24,7 +24,7 @@ group :jekyll_plugins do
|
||||
end
|
||||
|
||||
gem 'sinatra', '4.1.1'
|
||||
gem 'nokogiri', '1.18.5'
|
||||
gem 'nokogiri', '1.18.6'
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
# and associated library
|
||||
|
@ -86,9 +86,9 @@ GEM
|
||||
multi_json (1.15.0)
|
||||
mustermann (3.0.3)
|
||||
ruby2_keywords (~> 0.0.1)
|
||||
nokogiri (1.18.5-arm64-darwin)
|
||||
nokogiri (1.18.6-arm64-darwin)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.18.5-x86_64-linux-gnu)
|
||||
nokogiri (1.18.6-x86_64-linux-gnu)
|
||||
racc (~> 1.4)
|
||||
parallel (1.26.3)
|
||||
parser (3.3.7.2)
|
||||
@ -158,7 +158,7 @@ GEM
|
||||
rack-protection (= 4.1.1)
|
||||
rack-session (>= 2.0.0, < 3)
|
||||
tilt (~> 2.0)
|
||||
sorbet-runtime (0.5.11953)
|
||||
sorbet-runtime (0.5.11954)
|
||||
stringex (2.8.6)
|
||||
terminal-table (3.0.2)
|
||||
unicode-display_width (>= 1.1.1, < 3)
|
||||
@ -181,7 +181,7 @@ DEPENDENCIES
|
||||
jekyll-paginate (= 1.1.0)
|
||||
jekyll-sitemap (= 1.4.0)
|
||||
jekyll-toc (= 0.19.0)
|
||||
nokogiri (= 1.18.5)
|
||||
nokogiri (= 1.18.6)
|
||||
rackup (= 2.2.1)
|
||||
rake (= 13.2.1)
|
||||
rubocop (= 1.74.0)
|
||||
|
@ -25,6 +25,8 @@ related:
|
||||
|
||||
This {% term integration %} allows you to connect your [Google Drive](https://drive.google.com) with Home Assistant Backups. When you set up this integration, your Google Drive will have a new folder called Home Assistant where all the backups will be stored. You can rename this folder to whatever you like in Google Drive at any point in time. If you delete the folder, it will automatically be re-created as long as you have the {% term integration %} enabled.
|
||||
|
||||
For a video walkthrough of the setup instructions, see this video from 13:50 to 19:20
|
||||
<lite-youtube videoid="pZlYu9bN72U" videoStartAt="830" videotitle="Automate Your Home Assistant Backups Like A Pro!" posterquality="maxresdefault"></lite-youtube>
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -23,7 +23,7 @@ ha_platforms:
|
||||
ha_integration_type: device
|
||||
---
|
||||
|
||||
The Network UPS Tools (NUT) integration allows you to monitor and manage a UPS (battery backup) using a [NUT](https://networkupstools.org/) server. It lets you view their status, receives notifications about important events, and execute commands as device actions.
|
||||
The **Network UPS Tools (NUT)** {% term integration %} allows you to monitor and manage an Uninterruptible Power Supply (UPS) for battery backup, a Power Distribution Unit (PDU), or other similar power device using a [NUT](https://networkupstools.org/) server. It lets you view the status, receive notifications about important events, and execute commands as device actions for one or more such devices.
|
||||
|
||||
## Supported devices
|
||||
|
||||
|
@ -216,7 +216,7 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
|
||||
<img src="/images/voice-pe/vpe-overlay.webp" loading="lazy"
|
||||
alt="Front view of the Voice Preview Edition showing the speaker holes">
|
||||
<div class="wrapper">
|
||||
<a class="button secondary" href="#buy">Buy now</a>
|
||||
<a class="button secondary buy">Buy now</a>
|
||||
<small>* Recommended MSRP. Pricing subject to individual retailers.</small>
|
||||
</div>
|
||||
</div>
|
||||
@ -1383,4 +1383,4 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
|
||||
|
||||
{% include custom/buy-dialog.html product="voice-pe" %}
|
||||
|
||||
<script src="/voice-pe/script.js" type="text/javascript"></script>
|
||||
<script src="/voice-pe/script.js" type="text/javascript"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user