mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Add select platform to onewire (#36828)
This commit is contained in:
parent
bf2d0885cc
commit
c6daf3c3fe
@ -13,6 +13,7 @@ ha_domain: onewire
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: hub
|
ha_integration_type: hub
|
||||||
@ -37,6 +38,12 @@ Each 1-wire component data sheet describes the different properties the componen
|
|||||||
| 3A | [DS2413](https://datasheets.maximintegrated.com/en/ds/DS2413.pdf) | 2 sensed (sensed.A/B) <sup>[4](#note_4)</sup> |
|
| 3A | [DS2413](https://datasheets.maximintegrated.com/en/ds/DS2413.pdf) | 2 sensed (sensed.A/B) <sup>[4](#note_4)</sup> |
|
||||||
| EF | [HobbyBoard](https://hobbyboards.com/) | Hub Branch State <sup>[3](#note_3) [4](#note_4)</sup> |
|
| EF | [HobbyBoard](https://hobbyboards.com/) | Hub Branch State <sup>[3](#note_3) [4](#note_4)</sup> |
|
||||||
|
|
||||||
|
#### Select:
|
||||||
|
|
||||||
|
| Family | Device | Physical Quantity |
|
||||||
|
| -------|:-----|:-----|
|
||||||
|
| 28 | [DS18B20](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) | Temperature resolution |
|
||||||
|
|
||||||
#### Sensors:
|
#### Sensors:
|
||||||
|
|
||||||
| Family | Device | Physical Quantity |
|
| Family | Device | Physical Quantity |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user