Skip to content
Merged
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
3 changes: 1 addition & 2 deletions source/_integrations/lacrosse.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ Or, when using Docker containers:
docker exec -it <containername> pylacrosse -d /dev/ttyUSB0 scan
```

If you are using the Home Assistant OS or Supervised installation types, these
methods are not available for you. The use of an additional computer to figure
If you are using the Home Assistant OS, these methods are not available for you. The use of an additional computer to figure
out the ID is advised.
Comment thread
c0ffeeca7 marked this conversation as resolved.

For TX 29 DTH-IT sensors you can also read the ID from the display and calculate the ID as followed: `hex2dec(ID_on_display) / 4`.
Expand Down