From 46cf657c89220c032117a7ded13531e8f35e25b7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 26 Oct 2021 09:21:08 +0200 Subject: [PATCH] Fix forum top Blueprint URLs (#19979) --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 19100afcf4a..8a247672e94 100644 --- a/Rakefile +++ b/Rakefile @@ -220,7 +220,7 @@ 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/all.json') + uri = URI('https://community.home-assistant.io/c/blueprints-exchange/53/l/top.json?period=all') remote_data = JSON.parse(Net::HTTP.get(uri))