Skip to content

Commit

Permalink
Bump version to 1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
dchesterton committed Feb 11, 2021
1 parent 328fa42 commit 7454338
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,18 @@ texecom:
port: 10002 # Optional: the port used to connect to the panel (default: 10001)

mqtt:
host: "mqtt://localhost:1883" # Optional: MQTT server URL (default: "mqtt://localhost:1883")
host: "localhost" # Optional: MQTT server URL (default: "localhost")
port: 1883 # Optional: defaults to 1883
username: my_user # Optional: MQTT server authentication user (default: nothing)
password: my_password # Optional: MQTT server authentication password (default: nothing)
client_id: texecom2mqtt # Optional: MQTT client ID (default: random)
keepalive: 30 # Optional: MQTT keepalive in seconds (default: 10)
retain: true # Optional: MQTT retain (default: true)
retain_log: false # Optional: MQTT retain on log messages (default: false)
qos: 2 # Optional: MQTT QoS (default: 0)
ca: /cert/ca.pem # Optional: CA for secure TLS connection
cert: /cert/cert.pem # Optional: certificate for secure TLS connection
key: /cert/key.pem # Optional: private ky for secure TLS connection

homeassistant:
discovery: true # Optional: enable auto discovery (default: false)
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "texecom2mqtt",
"version": "1.0.21",
"version": "1.0.22",
"slug": "texecom2mqtt",
"description": "Add-on to interface with Texecom Premier Elite alarm panels using MQTT",
"url": "https://github.com/dchesterton/texecom2mqtt-hassio",
Expand Down

0 comments on commit 7454338

Please sign in to comment.