From c8933e1536d16bd663a66ce26efab86e21caa535 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 17 Dec 2017 10:32:26 -0800 Subject: [PATCH] Add more FAQ --- .../2017-12-17-introducing-home-assistant-cloud.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown index ae5cc1d49ef..4a8b3d32ef4 100644 --- a/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown +++ b/source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown @@ -61,3 +61,11 @@ We have a lot of ideas! We are not going to make any promises but here are some - Generic HTTP cloud endpoint for people to send messages to their local instance. This will allow people to build applications on - top of the Home Assistant cloud. - IFTTT integration - Alexa shopping list integration + +**What countries are supported?** + +Only US is currently supported. Expect more countries to be supported soon. + +**How is the connection made to the cloud?** + +The connection is made using a WebSocket connection over HTTPS. [See the source here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/cloud/iot.py).