diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76dc3dc6548..6823c57eef2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2.3.4 - name: Setting up Ruby 2.6 - uses: ruby/setup-ruby@v1.78.0 + uses: ruby/setup-ruby@v1.79.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache diff --git a/Gemfile b/Gemfile index bef93375399..45ec8205d48 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :jekyll_plugins do end gem 'sinatra', '2.1.0' -gem 'nokogiri', '1.11.7' +gem 'nokogiri', '1.12.0' # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library diff --git a/Gemfile.lock b/Gemfile.lock index 82d62738ad2..7cc3df49d7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,14 +70,14 @@ GEM rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) - mini_portile2 (2.5.3) + mini_portile2 (2.6.1) multi_json (1.15.0) mustermann (1.1.1) ruby2_keywords (~> 0.0.1) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.12.0) + mini_portile2 (~> 2.6.1) racc (~> 1.4) - nokogiri (1.11.7-x64-mingw32) + nokogiri (1.12.0-x64-mingw32) racc (~> 1.4) pathutil (0.16.2) forwardable-extended (~> 2.6) @@ -130,7 +130,7 @@ DEPENDENCIES jekyll-sitemap (= 1.4.0) jekyll-time-to-read (= 0.1.2) jekyll-toc (= 0.17.1) - nokogiri (= 1.11.7) + nokogiri (= 1.12.0) rake (= 13.0.6) sass-globbing (= 1.1.5) sassc (= 2.1.0) diff --git a/_config.yml b/_config.yml index 7ad17af55ab..af8df207535 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,10 @@ title: Home Assistant subtitle: Open source home automation that puts local control and privacy first. author: Home Assistant simple_search: https://www.google.com/search -description: Open source home automation that puts local control and privacy first. +description: >- + Open source home automation that puts local control and privacy first. + Powered by a worldwide community of tinkerers and DIY enthusiasts. + Perfect to run on a Raspberry Pi or a local server. # Default date format is "ordinal" (resulting in "July 22nd 2007") # You can customize the format as defined in diff --git a/source/_docs/automation/yaml.markdown b/source/_docs/automation/yaml.markdown index 36c3368ebcf..3d0ad65144b 100644 --- a/source/_docs/automation/yaml.markdown +++ b/source/_docs/automation/yaml.markdown @@ -118,12 +118,12 @@ automation: ### Number of debug traces stored -When using YAML you can configure the number of debugging traces stored for an automation. This is controlled with the `stored_traces` option under `traces`. Set `stored_traces` to the number of traces you wish to store for the particular automation. If not specified the default value of 5 will be used. +When using YAML you can configure the number of debugging traces stored for an automation. This is controlled with the `stored_traces` option under `trace`. Set `stored_traces` to the number of traces you wish to store for the particular automation. If not specified the default value of 5 will be used. ```yaml automation: - alias: "Automation Name" - traces: + trace: stored_traces: 10 trigger: - platform: ... diff --git a/source/_includes/asides/about.html b/source/_includes/asides/about.html index e4a12f32618..f5e5c5ddae4 100644 --- a/source/_includes/asides/about.html +++ b/source/_includes/asides/about.html @@ -2,7 +2,7 @@
-Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. +
+ {{ site.description }}