Skip to content

Commit

Permalink
Add Atorch DL24M as supported (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi authored Nov 7, 2023
1 parent 7cf2437 commit 7f3d8bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ ESPHome component to monitor and control some Atorch meters via bluetooth

* Atorch DL24
* Atorch DL24P
* Atorch DL24M requires a disabled CRC check (see https://github.com/syssi/esphome-atorch-dl24/issues/59)
```
atorch_dl24:
- id: atorch0
ble_client_id: ble_client0
check_crc: false
```
* Atorch J7-C requires a disabled CRC check
```
atorch_dl24:
Expand Down

0 comments on commit 7f3d8bd

Please sign in to comment.