Skip to content

Commit 3498483

Browse files
committed
Code cleanup
1 parent ccb6f60 commit 3498483

File tree

10 files changed

+176
-811
lines changed

10 files changed

+176
-811
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = {
2020
'@typescript-eslint/lines-between-class-members': ['error', {"exceptAfterSingleLine": true}],
2121
'@typescript-eslint/no-base-to-string': 'error',
2222
'@typescript-eslint/no-explicit-any': 'error',
23+
'@typescript-eslint/no-non-null-assertion': 'off',
2324
'@typescript-eslint/no-unnecessary-boolean-literal-compare': ['error', {"allowComparingNullableBooleansToTrue": false, "allowComparingNullableBooleansToFalse": false}],
2425
'@typescript-eslint/no-var-requires': 'error',
2526
'@typescript-eslint/prefer-optional-chain': 'error',

.markdownlint.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 291 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Other users have been sharing configurations that work for them on our GitHub si
140140

141141
- `mqtt`: Defines the hostname or IP of the MQTT broker to connect to for MQTT-based automation. If not set, MQTT support is not started. See the project site for [more information on using MQTT](https://sunoo.github.io/homebridge-camera-ffmpeg/automation/mqtt.html).
142142
- `portmqtt`: The port of the MQTT broker. (Default: `1883`)
143-
- `tlsmqtt`: Use TLS to connect to the MQTT broker.
143+
- `tlsmqtt`: Use TLS to connect to the MQTT broker. (Default: `false`)
144144
- `usermqtt`: The username used to connect to your MQTT broker. If not set, no authentication is used.
145145
- `passmqtt`: The password used to connect to your MQTT broker. If not set, no authentication is used.
146146
- `topic`: The base MQTT topic to subscribe to. (Default: `homebridge`)

0 commit comments

Comments
 (0)