From 3f907cdffcea44c122f74a22a3c6d6c739ae3ddd Mon Sep 17 00:00:00 2001 From: Max Nowack Date: Sat, 19 Nov 2016 00:46:38 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0028312..f7f59d9 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You can configure the homebridge integration for the thermostat with the followi | Option | Default value | Description | | --- | --- | --- | -| `address` **(required)** | – | Address of the thermostat | +| `address` *(required)* | | Address of the thermostat | | `discoverTimeout` | `60000` | time in milliseconds before a timeout error will be triggered | | `connectionTimeout` | `10000` | time in milliseconds before homebridge will disconnect from the device after last action | | `disableBoostSwitch` | `false` | if set to true, the boost switch won't be published from homebridge |