Skip to content

Commit

Permalink
Merge branch 'next' into motionblinds_ble_sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
LennP authored Jun 22, 2024
2 parents c3819e3 + 2aa2f6d commit c9778c8
Show file tree
Hide file tree
Showing 1,111 changed files with 30,914 additions and 7,846 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/add_prs_to_project.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].7
- name: Setting up Node.js
uses: actions/[email protected]
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out files from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].7
- name: Setting up Node.js
uses: actions/[email protected]
with:
Expand Down
65 changes: 39 additions & 26 deletions CODEOWNERS

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ source 'https://rubygems.org'
ruby '> 2.5.0'

group :development do
gem 'rake', '13.1.0'
gem 'rake', '13.2.1'
gem 'jekyll', '4.3.3'
gem 'compass', '1.0.3'
gem 'sass-globbing', '1.1.5'
gem 'stringex', '2.8.6'
# > 2.1.0 causes slowdowns https://github.com/sass/sassc-ruby/issues/189
gem 'sassc', '2.1.0'
gem 'rubocop', '1.62.1'
gem 'ruby-lsp', '0.14.6'
gem 'rubocop', '1.64.1'
gem 'ruby-lsp', '0.17.3'
gem 'rackup', '2.1.0'
end

group :jekyll_plugins do
gem 'jekyll-paginate', '1.1.0'
gem 'jekyll-sitemap', '1.4.0'
gem 'jekyll-commonmark', '1.4.0'
gem 'jekyll-toc', '0.18.0'
gem 'jekyll-toc', '0.19.0'
end

gem 'sinatra', '4.0.0'
gem 'nokogiri', '1.16.3'
gem 'nokogiri', '1.16.6'

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
# and associated library
Expand Down
68 changes: 38 additions & 30 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
chunky_png (1.4.0)
colorator (1.1.0)
commonmarker (0.23.10)
Expand All @@ -20,17 +21,18 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.2.3)
concurrent-ruby (1.3.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.16.3)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (4.26.0-x86_64-linux)
google-protobuf (4.27.1-x86_64-linux)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.0)
i18n (1.14.4)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.3.3)
addressable (~> 2.4)
Expand All @@ -55,12 +57,12 @@ GEM
sass-embedded (~> 1.54)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-toc (0.18.0)
jekyll-toc (0.19.0)
jekyll (>= 3.9)
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.1)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -70,22 +72,23 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
mercenary (0.4.0)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
nokogiri (1.16.3-x86_64-linux)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.3.0.5)
parallel (1.25.1)
parser (3.3.3.0)
ast (~> 2.4.1)
racc
pathutil (0.16.2)
forwardable-extended (~> 2.6)
prism (0.24.0)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.10)
prism (0.30.0)
public_suffix (5.1.0)
racc (1.8.0)
rack (3.1.3)
rack-protection (4.0.0)
base64 (>= 0.1.0)
rack (>= 3.0.0, < 4)
Expand All @@ -95,14 +98,17 @@ GEM
rack (>= 3)
webrick (~> 1.8)
rainbow (3.1.1)
rake (13.1.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (4.2.1)
rubocop (1.62.1)
rbs (3.5.1)
logger
regexp_parser (2.9.2)
rexml (3.3.0)
strscan
rouge (4.3.0)
rubocop (1.64.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -113,17 +119,18 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
ruby-lsp (0.14.6)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
ruby-lsp (0.17.3)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
prism (>= 0.29.0, < 0.31)
rbs (>= 3, < 4)
sorbet-runtime (>= 0.5.10782)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
sass (3.4.25)
sass-embedded (1.72.0-x86_64-linux-gnu)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
sass-globbing (1.1.5)
sass (>= 3.1)
Expand All @@ -135,8 +142,9 @@ GEM
rack-protection (= 4.0.0)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sorbet-runtime (0.5.11311)
sorbet-runtime (0.5.11435)
stringex (2.8.6)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tilt (2.3.0)
Expand All @@ -156,12 +164,12 @@ DEPENDENCIES
jekyll-commonmark (= 1.4.0)
jekyll-paginate (= 1.1.0)
jekyll-sitemap (= 1.4.0)
jekyll-toc (= 0.18.0)
nokogiri (= 1.16.3)
jekyll-toc (= 0.19.0)
nokogiri (= 1.16.6)
rackup (= 2.1.0)
rake (= 13.1.0)
rubocop (= 1.62.1)
ruby-lsp (= 0.14.6)
rake (= 13.2.1)
rubocop (= 1.64.1)
ruby-lsp (= 0.17.3)
sass-globbing (= 1.1.5)
sassc (= 2.1.0)
sinatra (= 4.0.0)
Expand Down
14 changes: 0 additions & 14 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ task :generate do
abort("Generating alerts data failed") unless success
success = system "rake version_data"
abort("Generating version data failed") unless success
success = system "rake blueprint_exchange_data"
abort("Generating blueprint exchange data failed") unless success
success = system "jekyll build"
abort("Generating site failed") unless success
if ENV["CONTEXT"] != 'production'
Expand Down Expand Up @@ -70,7 +68,6 @@ task :preview, :listen do |t, args|
system "rake analytics_data"
system "rake version_data"
system "rake alerts_data"
system "rake blueprint_exchange_data"
jekyllPid = Process.spawn({"OCTOPRESS_ENV"=>"preview"}, "jekyll build -t --watch --incremental")
compassPid = Process.spawn("compass watch")
rackupPid = Process.spawn("rackup --port #{server_port} --host #{listen_addr}")
Expand Down Expand Up @@ -116,14 +113,3 @@ task :version_data do
file.write(JSON.generate(remote_data))
end
end

desc "Download data from the blueprint exchange @ community.home-assistant.io"
task :blueprint_exchange_data do
uri = URI('https://community.home-assistant.io/c/blueprints-exchange/53/l/top.json?period=all')

remote_data = JSON.parse(Net::HTTP.get(uri))

File.open("#{source_dir}/_data/blueprint_exchange_data.json", "w") do |file|
file.write(JSON.generate(remote_data['topic_list']['topics']))
end
end
8 changes: 3 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ titlecase: true # Converts page and post titles to titlecase
collections:
integrations:
output: true
examples:
output: true
docs:
output: true
addons:
Expand Down Expand Up @@ -109,9 +107,9 @@ social:

# Home Assistant release details
current_major_version: 2024
current_minor_version: 3
current_minor_version: 6
current_patch_version: 3
date_released: 2024-03-22
date_released: 2024-06-15

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down Expand Up @@ -195,7 +193,7 @@ toc:
installation:
container: "ghcr.io/home-assistant/home-assistant"
versions:
python: "3.11"
python: "3.12"
types:
odroid:
board: ODROID
Expand Down
Loading

0 comments on commit c9778c8

Please sign in to comment.