# Homebridge Salus iT600

Homebridge plugin for Salus iT600 and JG Aura thermostats.

Tested to "works for me" level.

## Installation

Use the same credentials as in your Salus or JG Aura app.

```
{
  platforms: [
    {
      "platform": "Salus-iT600",
      "username": "email@example.com",
      "password": "secret123"
    }
  ]
}
```
