-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Thanks for the project!
couple changes to the naming:
Bme280 = bme280_i2c
and the dallas source has been depreciated:
Failed config
dallas: [source weather_station.yaml:90]
The "dallas" component has been replaced by the "one_wire" component.
https://esphome.io/components/one_wire.
- pin: GPIO4you should replace the
# Detect Dallas sensor address
dallas:
- pin: GPIO4with
one_wire:
- platform: gpio
pin: GPIO4Lastly, the pin 33 is reused, in newer version you need
# ADC platform helps track status of battery
- platform: adc
pin: GPIO33To be
pin:
number: 33
allow_other_uses: trueMetadata
Metadata
Assignees
Labels
No labels