Update nest.markdown (#4184)

Firebase requests to the Nest API uses outgoing port 9553 instead of 8553.
This commit is contained in:
Roy 2017-12-10 18:13:49 +01:00 committed by Fabian Affolter
parent 664900cd14
commit 9eaa558af2

View File

@ -34,7 +34,7 @@ The Nest component is the main component to integrate all [Nest](https://nest.co
9. Once the new product page opens the "Product ID" and "Product Secret" are located on the right side. These will be used as `client_id` and `client_secret` below.
10. Once Home Assistant is started, a configurator will pop up asking you to log into your Nest account and copy a PIN code into Home Assistant.
Connecting to the Nest Developer API requires outbound port 8553 on your firewall. The configuration will fail if this is not accessible.
Connecting to the Nest Developer API requires outbound port 9553 on your firewall. The configuration will fail if this is not accessible.
### {% linkable_title Configuration %}