diff --git a/.gitignore b/.gitignore index 8ea7efa5afb..878022feb08 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ source/_data/analytics_data.json source/_data/blueprint_exchange_data.json source/_data/version_data.json source/_data/alerts_data.json +source/_data/language_scores.json source/_stash source/stylesheets/screen.css source/.jekyll-cache/ diff --git a/Rakefile b/Rakefile index fbfc5959bd4..333be912563 100644 --- a/Rakefile +++ b/Rakefile @@ -113,3 +113,14 @@ task :version_data do file.write(JSON.generate(remote_data)) end end + +desc "Download supported language data from ohf-voice.github.io" +task :language_scores_data do + uri = URI('https://ohf-voice.github.io/intents/language_scores.json') + + remote_data = JSON.parse(Net::HTTP.get(uri)) + + File.open("#{source_dir}/_data/language_scores.json", "w") do |file| + file.write(JSON.generate(remote_data)) + end +end diff --git a/source/images/voice-pe/local-cloud/ha-instance.svg b/source/images/voice-pe/local-cloud/ha-instance.svg new file mode 100644 index 00000000000..4f9318a15b8 --- /dev/null +++ b/source/images/voice-pe/local-cloud/ha-instance.svg @@ -0,0 +1,4 @@ + + + + diff --git a/source/images/voice-pe/local-cloud/house.svg b/source/images/voice-pe/local-cloud/house.svg index e3f47d124a1..05e9c629d9a 100644 --- a/source/images/voice-pe/local-cloud/house.svg +++ b/source/images/voice-pe/local-cloud/house.svg @@ -1,3 +1,9 @@ - - + + + + + + + + diff --git a/source/voice-pe/index.html b/source/voice-pe/index.html index 8f8e9ebd249..d79da41e375 100644 --- a/source/voice-pe/index.html +++ b/source/voice-pe/index.html @@ -27,7 +27,8 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg Features Specs FAQ - Docs + Docs Buy now
@@ -40,7 +41,8 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg Features Specs FAQ - Docs + Docs Buy now
@@ -217,7 +219,8 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg alt="Front view of the Voice Preview Edition showing the speaker holes">
Buy now - * Recommended MSRP. Prices differ between regions due to varying local market costs and conditions, and subject to individual retailers. + * Recommended MSRP. Prices differ between regions due to varying local market costs and conditions, + and subject to individual retailers.
@@ -461,9 +464,8 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
-
Bringing
choice to
voice
-
If you have powerful hardware, run voice fully locally, or offload speech processing to - our privacy-first cloud for speedy performance.
+
Bringing choice
to voice
+
Run voice fully locally, or offload speech processing to our privacy-first cloud.
@@ -473,25 +475,61 @@ frontpage_image: /images/frontpage/voice-pe-frontpage.jpg
-
-
-
-
- Local -

Your voice never leaves your home and the processing is pretty accurate, but is hardware-intensive.

+ +
+
+
+
+
+
+ Focused local processing +

Limited to a set list of common home control phrases, this allows even low-powered hardware + system to process speech locally and offline.

+
+ + + + +
+
+
+ Full local processing +

Full speech processing is done locally, requiring high processing power for adequate speed and + accuracy.

+
+ + + + +
+
+
+
+
+ Generic outline drawing of the Voice Preview Edition +
+
+
+ Generic outline drawing of the Voice Preview Edition +
+
-
-
-
-
-
- Cloud -

Your voice is processed on a private cloud, allowing Assist to run fast and very accurately on low-powered hardware.

+
+
+
+
+ Home Assistant Cloud +

Your voice is processed privately on Home Assistant Cloud, allowing Assist to run very accurately + on low-powered hardware.

+
+
-
+