Commit Graph

5 Commits

Author SHA1 Message Date
Geoff Davis
1aa19b2888 Minor whitespace cleanup 2021-05-27 13:24:02 -07:00
Simon Knopp
cc4022babb Make this component work as a climate platform
I didn't understand initially how this was meant to be done. It makes
sense in hindsight.
2021-05-27 10:44:07 +12:00
Simon Knopp
83c00b8d10 Optionally set baud_rate in YAML
Some models require different baud rates (e.g.
https://github.com/SwiCago/HeatPump/pull/158).
2021-05-26 21:27:59 +12:00
Simon Knopp
65edd60078 Configure the ClimateTraits in YAML
Some heatpump models (don't) support different traits so it's useful to
be able to override these directly in the config file.
2021-05-26 21:27:59 +12:00
Simon Knopp
d15916fbdc Make this usable as an external_component
Since v1.18.0 esphome supports external components which allow you to
use custom components much more easily.

https://esphome.io/components/external_components.html
2021-05-26 18:00:11 +12:00