Skip to content

Commit

Permalink
docs: add new options to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed Feb 20, 2024
1 parent 412d5e4 commit dbebc39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ npm i -g homebridge-navien-smart
| `password` | Required if `authMode` = `account`. Navien Smart password |
| `refreshToken` | Required if `authMode` = `token`. You can get it with `navien` cli. |
| `accountSeq` | Required if `authMode` = `token`. You can get it with `navien` cli. |
| `showCurrentTemperatureAsTarget` | Optional. If `true`, current temperature will be shown as target temperature. Default is `true` |
| `accessoryType` | Required. You can choose between `HeaterCooler` and `Thermostat` |
| `platform` | value always `NavienSmart` |

If you don't want to put your password in the config, you can use `authMode` = `token` and use `refreshToken` and `accountSeq` instead.

You can get them with `navien` cli. See [CLI Usage](#cli-usage).
You can get `refreshToken` and `accountSeq` with `navien` cli. See [CLI Usage](#cli-usage).

## Implementation Status

Expand Down

0 comments on commit dbebc39

Please sign in to comment.