Skip to content

Commit 483613a

Browse files
authored
Add onewire support for DS2413 (home-assistant#19337)
1 parent 690bd56 commit 483613a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_integrations/onewire.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Each 1-wire component data sheet describes the different properties the componen
3232
| -------|:-----|:-----|
3333
| 12 | [DS2406](https://datasheets.maximintegrated.com/en/ds/DS2406.pdf) | 2 sensed (sensed.A/B) <sup>[4](#note_4)</sup> |
3434
| 29 | [DS2408](https://datasheets.maximintegrated.com/en/ds/DS2408.pdf) | 8 sensed (sensed.0-7) <sup>[4](#note_4)</sup> |
35+
| 3A | [DS2413](https://datasheets.maximintegrated.com/en/ds/DS2413.pdf) | 2 sensed (sensed.A/B) <sup>[4](#note_4)</sup> |
3536

3637
#### Sensors:
3738

@@ -55,6 +56,7 @@ Each 1-wire component data sheet describes the different properties the componen
5556
| 05 | [DS2405](https://datasheets.maximintegrated.com/en/ds/DS2405.pdf) | 1 PIO <sup>[4](#note_4)</sup> |
5657
| 12 | [DS2406](https://datasheets.maximintegrated.com/en/ds/DS2406.pdf) | 2 latches (latch.A/B) and 2 PIOs (PIO.A/B) <sup>[4](#note_4)</sup> |
5758
| 29 | [DS2408](https://datasheets.maximintegrated.com/en/ds/DS2408.pdf) | 8 latches (latch.0-7) and 8 PIOs (PIO.0/7) <sup>[4](#note_4)</sup> |
59+
| 3A | [DS2413](https://datasheets.maximintegrated.com/en/ds/DS2413.pdf) | 2 PIOs (PIO.A/B) <sup>[4](#note_4)</sup> |
5860

5961
#### Bridges:
6062

0 commit comments

Comments
 (0)