persuader72 / esphome-components

Custom esphome components
12 stars 7 forks source link

Wrong example in README.md for shelly dallas sensor. #2

Closed tunip closed 3 years ago

tunip commented 3 years ago

Many thanks for this custom component. I use it for my thermostats now, after I found the issue in the yaml config.

If I try your example, ESPHome can not validate the code.

shelly_dallas:
  pin: GPIO3
  pin_a: GPIO0

This one works for me with your custom_component for shelly dallas sensor:

shelly_dallas:
  pin_a: GPIO3
  pin_b: GPIO0

Waiting for the integration in ESPHome directly (https://github.com/esphome/esphome/pull/1346). In the meantime, I use this great custom component...

persuader72 commented 3 years ago

Thanks for the suggestion. I changed the corresponding README.md. Regards