Nest Thermostat in Hassio

Hi everybody, I posted this under Homebridge but seems to be getting over looked.

Does anybody have the NEST Thermostat working in Home.
Here is my Json Config, is this how everybody else is doing it?
Any advice would be appreciated, if I add this component to home it freezes every device I have.

{
“bridge”: {
“name”: “Home Assistant”,
“username”: “B8:27:EB:AE:C2:F6”,
“port”: 51826,
“pin”: “111-11-111”
},
“description”: “Homebridge for Home Assistant”,
“accessories”: [],
“platforms”: [
{
“platform”: “HomeAssistant”,
“name”: “HomeAssistant”,
“host”: “http://hassio/homeassistant”,
“password”: “925afb10d9a04a42854b1105f737465e”,
“default_visibility”: “visible”,
“supported_types”: [
“automation”,
“binary_sensor”,
“climate”,
“cover”,
“device_tracker”,
“fan”,
“group”,
“input_boolean”,
“light”,
“lock”,
“media_player”,
“remote”,
“scene”,
“script”,
“sensor”,
“switch”,
“vacuum”
],
“platforms”: [
{
“platform”: “Nest”,
“clientId”: “88888888888888888888888888888888”,
“clientSecret”: “XXXXXXXXXXXXXXXXXXXXXXXXX”,
“code”: “Pin From Nest”
}
],
“logging”: true,
“verify_ssl”: true
}
]
}