Skip to content

Commit

Permalink
Update use.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiH committed Feb 8, 2024
1 parent 8f61258 commit d4348ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/use/use.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ C:\Users\1technophile>python -m TheengsGateway -h
usage: TheengsGateway [-h] [-a ADAPTER] [-b BLE] [-bk ADDRESS [BINDKEY ...]]
[-c CONFIG] [-D DISCOVERY]
[-Df DISCOVERY_FILTER [DISCOVERY_FILTER ...]]
[-Dh HASS_DISCOVERY] [-Dn DISCOVERY_NAME]
[-Dh HASS_DISCOVERY] [-Gp GENERAL_PRESENCE] [-Dn DISCOVERY_NAME]
[-Dt DISCOVERY_TOPIC] [-H HOST] [-id ADDRESS [IRK ...]]
[-Lt LWT_TOPIC] [-ll {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
[-P PORT] [-p PASS] [-pa PUBLISH_ALL] [-padv PUBLISH_ADVDATA]
Expand Down Expand Up @@ -125,6 +125,8 @@ options:
Device name for Home Assistant
-Dt DISCOVERY_TOPIC, --discovery-topic DISCOVERY_TOPIC
MQTT Discovery topic
-Gp GENERAL_PRESENCE, --general_presence GENERAL_PRESENCE
Enable (1) or disable (0) general present/absent presence when --discovery: 0
-H HOST, --host HOST MQTT host address
-id ADDRESS [IRK ...], --identities ADDRESS [IRK ...]
Identity addresses and their IRKs: ADDR1 IRK1 ADDR2 IRK2
Expand Down Expand Up @@ -184,6 +186,7 @@ docker run --rm \
-e SCAN_TIME=60 \
-e LOG_LEVEL=INFO \
-e HAAS_DISCOVERY=true \
-e GENERAL_PRESENCE=false \
-e DISCOVERY=true \
-e DISCOVERY_TOPIC=homeassistant \
-e DISCOVERY_DEVICE_NAME=TheengsGateway \
Expand Down

0 comments on commit d4348ec

Please sign in to comment.