PricelessToolkit / Droplet

ALL-IN-ONE Irrigation and monitoring system for ESPHome and Home Assistant.
https://www.youtube.com/c/PricelessToolkit
BSD 3-Clause "New" or "Revised" License
158 stars 17 forks source link

Dalas is also now onewire #20

Closed arne182 closed 2 months ago

arne182 commented 2 months ago

https://github.com/PricelessToolkit/Droplet/blob/0d11170827e105a1d05addd280305fd42c0434d0/Config/ESPHome/droplet.yaml#L43

https://esphome.io/changelog/2024.6.0.html#ota-platforms

But I have not gotten it to compile by changing this

PricelessToolkit commented 2 months ago

Updated that too :)

The new way

one_wire: #https://esphome.io/components/one_wire
  - platform: gpio
    pin: GPIO25

  - platform: dallas_temp
    address: 0xcd062180e9a6f228
    name: "${name} Integrated TMP"
    id: "intergratedtmp"