Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #100

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

## Info

**TafoPlatform** is possibly the biggest homebridge plugin for Tado devices.
**TadoPlatform** is possibly the biggest homebridge plugin for Tado devices.


**Multiple home support**
Expand Down Expand Up @@ -358,7 +358,7 @@ Shows a switch accessory with additional switches in HomeKit which mimics the "B

#### Boost Switch
Shows a switch accessory in HomeKit (added to central switch) which mimics the "Boost" switch from Tado and switches all heaters to max temperature.
_Note: Central Switch needs to be truned on._
_Note: Central Switch needs to be turned on._

```
"homes": [
Expand All @@ -377,9 +377,9 @@ _Note: Central Switch needs to be truned on._
]
```

#### Shedule Switch
Shows a switch accessory in HomeKit (added to central switch) which mimics the "Shedule" switch from Tado and switches all heaters to their default shedule
_Note: Central Switch needs to be truned on._
#### Schedule Switch
Shows a switch accessory in HomeKit (added to central switch) which mimics the "Schedule" switch from Tado and switches all heaters to their default schedule
_Note: Central Switch needs to be turned on._

```
"homes": [
Expand All @@ -390,7 +390,7 @@ _Note: Central Switch needs to be truned on._
"weather": { ... },
"extras": {
"centralSwitch": true,
"sheduleSwitch": true
"scheduleSwitch": true
}
...
}
Expand All @@ -400,7 +400,7 @@ _Note: Central Switch needs to be truned on._

#### Turnoff Switch
Shows a switch accessory in HomeKit (added to central switch) which mimics the "Turn Off" switch from Tado and switches all heaters off
_Note: Central Switch needs to be truned on._
_Note: Central Switch needs to be turned on._

```
"homes": [
Expand All @@ -422,7 +422,7 @@ _Note: Central Switch needs to be truned on._

#### Dummy Switch
Shows a dummy switch accessory in HomeKit (added to central switch) without any functions. Can be used for eg automation purposes.
_Note: Central Switch needs to be truned on._
_Note: Central Switch needs to be turned on._

```
"homes": [
Expand All @@ -442,7 +442,7 @@ _Note: Central Switch needs to be truned on._
```

### Presence Lock
Shows a switch with to sub switchs within the main accessory (``"accTypePresenceLock": "SWITCH"``) or security (``"accTypePresenceLock": "ALARM"``) accessory in HomeKit with following features: HOME | AWAY | DISABLED
Shows a switch with two sub switches within the main accessory (``"accTypePresenceLock": "SWITCH"``) or security (``"accTypePresenceLock": "ALARM"``) accessory in HomeKit with following features: HOME | AWAY | DISABLED

```
"homes": [
Expand Down