Skip to content

Commit

Permalink
fix "HomeBridge" to "Homebridge"
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaybz committed Mar 10, 2022
1 parent 0c44d86 commit 4eea0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you don't use Homebridge UI or HOOBS, keep reading:
| `delay` | Delay/Timer in milliseconds || - | Integer |
| `sensorType` | The sensor type that will trigger when the time has ended (`null` for no sensor) | | `"motion"` | Integer |
| `flipSensorState` | Flips the trigger sensor state (close/open, detected/not detected) | | `false` | Boolean |
| `startOnReboot` | When set to `true`, the switch will be turned ON and start the timer when HomeBridge restarts | | `false` | Boolean |
| `startOnReboot` | When set to `true`, the switch will be turned ON and start the timer when Homebridge restarts | | `false` | Boolean |

## Why do we need this Plugin?

Expand Down
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"required": false
},
"startOnReboot": {
"title": "Turn ON when HomeBridge Restarts",
"title": "Turn ON when Homebridge Restarts",
"description": "When Enabled, the switch will be turned ON and start the timer when HomeBridge server restarts",
"type": "boolean",
"default": false,
Expand Down

0 comments on commit 4eea0fc

Please sign in to comment.