diff --git a/source/_integrations/almond.markdown b/source/_integrations/almond.markdown
new file mode 100644
index 00000000000..3da27007a39
--- /dev/null
+++ b/source/_integrations/almond.markdown
@@ -0,0 +1,60 @@
+---
+title: "Almond"
+description: "Instructions on how to setup Almond within Home Assistant."
+logo: almond.png
+ha_category:
+ - Voice
+ha_iot_class: Local Polling
+ha_release: "0.102"
+---
+
+[Almond](https://almond.stanford.edu/) is an open, privacy-preserving virtual assistant by [Stanford Open Virtual Assistant Lab](https://oval.cs.stanford.edu/). It allows you, among other things, to control Home Assistant using natural language. Once installed, it will be available on Lovelace via the microphone icon in the top right.
+
+Almond consists of three parts:
+
+- Almond Server: Knows about Home Assistant and your data. Executes your sentences.
+- LUInet: Neural network that converts your sentences into Thingtalk programs.
+- Thingpedia: Skills that provide the building blocks for Thingtalk programs.
+
+
+
+## Installation
+
+### Hass.io installation
+
+To install Almond Server on Hass.io, go to Hass.io App Store, search for Almond and click on Install. Once started, it will initiate a config flow to finish set up in Home Assistant. You can find it on the integrations page in the configuration panel.
+
+### Manual installation
+
+You can install Almond Server by following [the instructions in their README](https://github.com/stanford-oval/almond-server#running-almond-server).
+
+Before linking it to Home Assistant, you will need to visit the Almond UI once to create a password. It is by default available on port 3000.
+
+Once installed, configure Almond like this:
+
+```yaml
+# Example configuration.yaml entry
+almond:
+ type: local
+ host: http://127.0.0.1:3000
+```
+
+The Almond integration does not update config entries yet. If you make a change to configuration.yaml, you will need to remove the config entry and then restart Home Assistant.
+
+### Almond Web
+
+Stanford offers a hosted version of Almond Server called Almond Web. To use this, go to the integrations page and add Almond using the add integration flow.
+
+### Almond Web - Manual installation
+
+It is possible to set up Almond Web manually. You will need to create your own client ID and secret in the web interface.
+
+```yaml
+# Example configuration.yaml entry
+almond:
+ type: oauth2
+ client_id: AAAAAAAAAAAAA
+ client_secret: BBBBBBBBBBBBBBBBB
+```
+
+You can now go to the integrations page and start the configuration flow.
diff --git a/source/_integrations/somfy.markdown b/source/_integrations/somfy.markdown
index e90bdc2c553..a8b063187a1 100644
--- a/source/_integrations/somfy.markdown
+++ b/source/_integrations/somfy.markdown
@@ -10,18 +10,30 @@ ha_release: 0.95
The Somfy integration will allow users to integrate their Somfy devices into Home Assistant using the [official API](https://developer.somfy.com/somfy-open-api/apis), unlike the [tahoma](/integrations/tahoma/) component.
-### Setting up developer account
+## Installation
-To connect Somfy, you need to set up a developer account.
+Somfy is leveraging the new account linking service. This means that to set up Somfy, you only need to go to the integrations page and click on add new integration.
+
+
Screenshot of talking to Almond via Telegram.
@@ -75,7 +99,6 @@ https://www.reddit.com/r/homeassistant/comments/dz1qsi/picture_elements_are_so_f
## New Integrations
- Add Unifi Led ([@florisvdk] - [#27475]) ([unifiled docs]) (new-integration)
-- Add available state to unifiled integration ([@florisvdk] - [#28189]) ([unifiled docs]) (new-integration)
- Almond integration ([@balloob] - [#28282]) ([almond docs]) (new-integration)
- Speech to Text component ([@pvizeli] - [#28434]) ([demo docs]) ([stt docs]) (new-integration)
- Add WLED integration ([@frenck] - [#28542]) ([wled docs]) (new-integration)
@@ -89,9 +112,7 @@ https://www.reddit.com/r/homeassistant/comments/dz1qsi/picture_elements_are_so_f
- Add switches (on/off zones) to geniushub ([@castaway] - [#28182]) ([geniushub docs]) (new-platform)
- Add config endpoint for scene ([@bramkragten] - [#28429]) ([config docs]) ([homeassistant docs]) (new-platform)
- Add override switch for juicenet ([@jesserockz] - [#28049]) ([juicenet docs]) (new-platform)
-- Add additional support over NC ([@pvizeli] - [#28527]) ([cloud docs]) ([stt docs]) (new-platform)
-- Add switch platform to WLED integration ([@frenck] - [#28606]) ([wled docs]) (new-platform)
-- Add sensor platform to WLED integration ([@frenck] - [#28632]) ([wled docs]) (new-platform)
+- Add SST/TTS support over NC ([@pvizeli] - [#28527]) ([cloud docs]) ([stt docs]) (new-platform)
## If you need help...
@@ -162,6 +183,25 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Bump ZHA quirks to 0.0.28 ([@dmulcahey] - [#28750]) ([zha docs]) (beta fix)
- Updated frontend to 20191114.0 ([@bramkragten] - [#28768]) ([frontend docs]) (beta fix)
- Fix account link version check ([@balloob] - [#28770]) ([cloud docs]) (beta fix)
+- Fix amazon dependency conflicts ([@bbrendon] - [#28217]) ([amazon_polly docs]) ([aws docs]) (beta fix)
+- Change unique id for SAJ sensor based on device SN ([@fredericvl] - [#28663]) ([saj docs]) (breaking change) (beta fix)
+- Fix changing venstar operation_mode ([@iamtpage] - [#28754]) ([venstar docs]) (beta fix)
+- Fix Repetier integration entity indexing ([@MTrab] - [#28766]) ([repetier docs]) (beta fix)
+- Fix HomematicIP Cloud Alarm Control Panel support for basic mode ([@SukramJ] - [#28778]) ([homematicip_cloud docs]) (beta fix)
+- Fix Swisscom empty response received ([@LeoCal] - [#28782]) ([swisscom docs]) (beta fix)
+- Fix broken postnl sensor ([@peternijssen] - [#28794]) ([postnl docs]) (beta fix)
+- Updated frontend to 20191115.0 ([@bramkragten] - [#28797]) ([frontend docs]) (beta fix)
+- Fix Comfoconnect errors during startup ([@michaelarnauts] - [#28802]) ([comfoconnect docs]) (beta fix)
+- Fix miio air quality sensor ([@valkjsaaa] - [#28828]) ([xiaomi_miio docs]) (beta fix)
+- Update pyatmo to 3.0.1 ([@cgtobi] - [#28829]) ([netatmo docs]) (beta fix)
+- Updated frontend to 20191118.0 ([@bramkragten] - [#28852]) ([frontend docs]) (beta fix)
+- Fix documentation URL in failed platform config check ([@frenck] - [#28814]) (beta fix)
+- Fix Synology camera whitelist ([@h4de5] - [#28822]) ([synology docs]) (beta fix)
+- Fix setting colors while reproducing a lights state ([@Santobert] - [#28871]) ([light docs]) (beta fix)
+- Updated frontend to 20191119.0 ([@bramkragten] - [#28875]) ([frontend docs]) (beta fix)
+- Updated frontend to 20191119.1 ([@bramkragten] - [#28881]) ([frontend docs]) (beta fix)
+- Updated frontend to 20191119.2 ([@bramkragten] - [#28896]) ([frontend docs]) (beta fix)
+- Fix Almond onboarding url when using cloud ([@bramkragten] - [#28908]) ([almond docs]) (beta fix)
## All changes
@@ -382,6 +422,25 @@ Experiencing issues introduced by this release? Please report them in our [issue
- Bump ZHA quirks to 0.0.28 ([@dmulcahey] - [#28750]) ([zha docs]) (beta fix)
- Updated frontend to 20191114.0 ([@bramkragten] - [#28768]) ([frontend docs]) (beta fix)
- Fix account link version check ([@balloob] - [#28770]) ([cloud docs]) (beta fix)
+- Fix amazon dependency conflicts ([@bbrendon] - [#28217]) ([amazon_polly docs]) ([aws docs]) (beta fix)
+- Change unique id for SAJ sensor based on device SN ([@fredericvl] - [#28663]) ([saj docs]) (breaking change) (beta fix)
+- Fix changing venstar operation_mode ([@iamtpage] - [#28754]) ([venstar docs]) (beta fix)
+- Fix Repetier integration entity indexing ([@MTrab] - [#28766]) ([repetier docs]) (beta fix)
+- Fix HomematicIP Cloud Alarm Control Panel support for basic mode ([@SukramJ] - [#28778]) ([homematicip_cloud docs]) (beta fix)
+- Fix Swisscom empty response received ([@LeoCal] - [#28782]) ([swisscom docs]) (beta fix)
+- Fix broken postnl sensor ([@peternijssen] - [#28794]) ([postnl docs]) (beta fix)
+- Updated frontend to 20191115.0 ([@bramkragten] - [#28797]) ([frontend docs]) (beta fix)
+- Fix Comfoconnect errors during startup ([@michaelarnauts] - [#28802]) ([comfoconnect docs]) (beta fix)
+- Fix miio air quality sensor ([@valkjsaaa] - [#28828]) ([xiaomi_miio docs]) (beta fix)
+- Update pyatmo to 3.0.1 ([@cgtobi] - [#28829]) ([netatmo docs]) (beta fix)
+- Updated frontend to 20191118.0 ([@bramkragten] - [#28852]) ([frontend docs]) (beta fix)
+- Fix documentation URL in failed platform config check ([@frenck] - [#28814]) (beta fix)
+- Fix Synology camera whitelist ([@h4de5] - [#28822]) ([synology docs]) (beta fix)
+- Fix setting colors while reproducing a lights state ([@Santobert] - [#28871]) ([light docs]) (beta fix)
+- Updated frontend to 20191119.0 ([@bramkragten] - [#28875]) ([frontend docs]) (beta fix)
+- Updated frontend to 20191119.1 ([@bramkragten] - [#28881]) ([frontend docs]) (beta fix)
+- Updated frontend to 20191119.2 ([@bramkragten] - [#28896]) ([frontend docs]) (beta fix)
+- Fix Almond onboarding url when using cloud ([@bramkragten] - [#28908]) ([almond docs]) (beta fix)
[#26563]: https://github.com/home-assistant/home-assistant/pull/26563
[#26656]: https://github.com/home-assistant/home-assistant/pull/26656
@@ -445,6 +504,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#28214]: https://github.com/home-assistant/home-assistant/pull/28214
[#28215]: https://github.com/home-assistant/home-assistant/pull/28215
[#28216]: https://github.com/home-assistant/home-assistant/pull/28216
+[#28217]: https://github.com/home-assistant/home-assistant/pull/28217
[#28220]: https://github.com/home-assistant/home-assistant/pull/28220
[#28225]: https://github.com/home-assistant/home-assistant/pull/28225
[#28228]: https://github.com/home-assistant/home-assistant/pull/28228
@@ -575,6 +635,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#28644]: https://github.com/home-assistant/home-assistant/pull/28644
[#28651]: https://github.com/home-assistant/home-assistant/pull/28651
[#28658]: https://github.com/home-assistant/home-assistant/pull/28658
+[#28663]: https://github.com/home-assistant/home-assistant/pull/28663
[#28664]: https://github.com/home-assistant/home-assistant/pull/28664
[#28667]: https://github.com/home-assistant/home-assistant/pull/28667
[#28674]: https://github.com/home-assistant/home-assistant/pull/28674
@@ -598,8 +659,25 @@ Experiencing issues introduced by this release? Please report them in our [issue
[#28737]: https://github.com/home-assistant/home-assistant/pull/28737
[#28746]: https://github.com/home-assistant/home-assistant/pull/28746
[#28750]: https://github.com/home-assistant/home-assistant/pull/28750
+[#28754]: https://github.com/home-assistant/home-assistant/pull/28754
+[#28766]: https://github.com/home-assistant/home-assistant/pull/28766
[#28768]: https://github.com/home-assistant/home-assistant/pull/28768
[#28770]: https://github.com/home-assistant/home-assistant/pull/28770
+[#28778]: https://github.com/home-assistant/home-assistant/pull/28778
+[#28782]: https://github.com/home-assistant/home-assistant/pull/28782
+[#28794]: https://github.com/home-assistant/home-assistant/pull/28794
+[#28797]: https://github.com/home-assistant/home-assistant/pull/28797
+[#28802]: https://github.com/home-assistant/home-assistant/pull/28802
+[#28814]: https://github.com/home-assistant/home-assistant/pull/28814
+[#28822]: https://github.com/home-assistant/home-assistant/pull/28822
+[#28828]: https://github.com/home-assistant/home-assistant/pull/28828
+[#28829]: https://github.com/home-assistant/home-assistant/pull/28829
+[#28852]: https://github.com/home-assistant/home-assistant/pull/28852
+[#28871]: https://github.com/home-assistant/home-assistant/pull/28871
+[#28875]: https://github.com/home-assistant/home-assistant/pull/28875
+[#28881]: https://github.com/home-assistant/home-assistant/pull/28881
+[#28896]: https://github.com/home-assistant/home-assistant/pull/28896
+[#28908]: https://github.com/home-assistant/home-assistant/pull/28908
[@adminiuga]: https://github.com/Adminiuga
[@anonym-tsk]: https://github.com/Anonym-tsk
[@bkpepe]: https://github.com/BKPepe
@@ -612,6 +690,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@jongilmore]: https://github.com/JonGilmore
[@kane610]: https://github.com/Kane610
[@leocal]: https://github.com/LeoCal
+[@mtrab]: https://github.com/MTrab
[@martinhjelmare]: https://github.com/MartinHjelmare
[@misiu]: https://github.com/Misiu
[@onfreund]: https://github.com/OnFreund
@@ -630,6 +709,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@bachya]: https://github.com/bachya
[@balloob]: https://github.com/balloob
[@basnijholt]: https://github.com/basnijholt
+[@bbrendon]: https://github.com/bbrendon
[@bendavid]: https://github.com/bendavid
[@bluestripe]: https://github.com/bluestripe
[@bouwew]: https://github.com/bouwew
@@ -660,6 +740,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@gerard33]: https://github.com/gerard33
[@gngj]: https://github.com/gngj
[@guillempages]: https://github.com/guillempages
+[@h4de5]: https://github.com/h4de5
[@hfurubotten]: https://github.com/hfurubotten
[@iamtpage]: https://github.com/iamtpage
[@jesserockz]: https://github.com/jesserockz
@@ -674,12 +755,14 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@marthoc]: https://github.com/marthoc
[@mezz64]: https://github.com/mezz64
[@mflage]: https://github.com/mflage
+[@michaelarnauts]: https://github.com/michaelarnauts
[@michaeldavie]: https://github.com/michaeldavie
[@nkaminski]: https://github.com/nkaminski
[@ochlocracy]: https://github.com/ochlocracy
[@oischinger]: https://github.com/oischinger
[@pattyland]: https://github.com/pattyland
[@persandstrom]: https://github.com/persandstrom
+[@peternijssen]: https://github.com/peternijssen
[@pvizeli]: https://github.com/pvizeli
[@rohankapoorcom]: https://github.com/rohankapoorcom
[@rutkai]: https://github.com/rutkai
@@ -697,6 +780,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[@timgates42]: https://github.com/timgates42
[@tlrobinson]: https://github.com/tlrobinson
[@ttroy50]: https://github.com/ttroy50
+[@valkjsaaa]: https://github.com/valkjsaaa
[@vangorra]: https://github.com/vangorra
[@yeralin]: https://github.com/yeralin
[@yjajkiew]: https://github.com/yjajkiew
@@ -704,15 +788,18 @@ Experiencing issues introduced by this release? Please report them in our [issue
[alarm_control_panel docs]: /integrations/alarm_control_panel/
[alexa docs]: /integrations/alexa/
[almond docs]: /integrations/almond/
+[amazon_polly docs]: /integrations/amazon_polly/
[androidtv docs]: /integrations/androidtv/
[asuswrt docs]: /integrations/asuswrt/
[automation docs]: /integrations/automation/
[avea docs]: /integrations/avea/
+[aws docs]: /integrations/aws/
[azure_servicebus docs]: /integrations/azure_servicebus/
[bluesound docs]: /integrations/bluesound/
[bmw_connected_drive docs]: /integrations/bmw_connected_drive/
[climate docs]: /integrations/climate/
[cloud docs]: /integrations/cloud/
+[comfoconnect docs]: /integrations/comfoconnect/
[config docs]: /integrations/config/
[conversation docs]: /integrations/conversation/
[coolmaster docs]: /integrations/coolmaster/
@@ -761,6 +848,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[iss docs]: /integrations/iss/
[juicenet docs]: /integrations/juicenet/
[keyboard_remote docs]: /integrations/keyboard_remote/
+[light docs]: /integrations/light/
[lock docs]: /integrations/lock/
[lutron docs]: /integrations/lutron/
[media_extractor docs]: /integrations/media_extractor/
@@ -780,10 +868,12 @@ Experiencing issues introduced by this release? Please report them in our [issue
[plex docs]: /integrations/plex/
[plugwise docs]: /integrations/plugwise/
[point docs]: /integrations/point/
+[postnl docs]: /integrations/postnl/
[proxy docs]: /integrations/proxy/
[ps4 docs]: /integrations/ps4/
[qrcode docs]: /integrations/qrcode/
[reddit docs]: /integrations/reddit/
+[repetier docs]: /integrations/repetier/
[saj docs]: /integrations/saj/
[samsungtv docs]: /integrations/samsungtv/
[shiftr docs]: /integrations/shiftr/
@@ -793,6 +883,7 @@ Experiencing issues introduced by this release? Please report them in our [issue
[ssdp docs]: /integrations/ssdp/
[stt docs]: /integrations/stt/
[swisscom docs]: /integrations/swisscom/
+[synology docs]: /integrations/synology/
[systemmonitor docs]: /integrations/systemmonitor/
[tahoma docs]: /integrations/tahoma/
[telegram_bot docs]: /integrations/telegram_bot/
diff --git a/source/images/blog/2019-voice-assistant/telegram.png b/source/images/blog/2019-voice-assistant/telegram.png
new file mode 100644
index 00000000000..dc0e012fde4
Binary files /dev/null and b/source/images/blog/2019-voice-assistant/telegram.png differ
diff --git a/source/images/integrations/almond/almond-architecture.svg b/source/images/integrations/almond/almond-architecture.svg
new file mode 100644
index 00000000000..1d60a27fb34
--- /dev/null
+++ b/source/images/integrations/almond/almond-architecture.svg
@@ -0,0 +1 @@
+
diff --git a/source/images/supported_brands/almond.png b/source/images/supported_brands/almond.png
new file mode 100644
index 00000000000..dfad22dcda7
Binary files /dev/null and b/source/images/supported_brands/almond.png differ