Commit Graph

16 Commits

Author SHA1 Message Date
Geoff Davis
edbf25f4a1
Merge pull request #101 from sprocketstech/master
Use fully qualified names in header
2023-06-15 16:52:41 -07:00
Jon Maucher
6e00fa62b5 Using explicit namespaces in header 2023-05-11 10:34:41 -04:00
Paul Nicholls
1066ab6f15 Make UART pins configurable (for ESP32)
Adds optional configuration for the UART RX and TX pins on platforms which support assigning arbitrary pins to hardware UART(s), i.e. ESP32.
2023-02-11 22:35:37 +13:00
Geoff Davis
9128ca7f37 Bump to 2.4.1 2022-10-31 22:38:38 -07:00
Geoff Davis
9949521bba Bump version to 2.4.0 2022-04-05 11:55:00 -07:00
Geoff Davis
1eba856865 Bump version to 2.3.2 2021-10-23 19:46:27 -07:00
Geoff Davis
547a05c78f Bump version to 2.3.1
Update version to 2.3.1
2021-10-23 13:48:36 -05:00
Geoff Davis
a0b9f3ad8e Bump version to 2.3.0 2021-09-11 21:56:35 -07:00
Geoff Davis
c6cd491fe6 Bump version to 2.2.0
Recent changes require esphome 1.19.1 or greater
2021-06-23 04:35:33 -07:00
Geoff Davis
3a3502fc0d Bump version to 2.1.1 2021-05-29 08:41:25 -07:00
Geoff Davis
7513c7d096 Bump version to 2.1.0 2021-05-27 21:43:08 -07:00
Simon Knopp
4cebb59611 Add support for set_remote_temperature() 2021-05-28 11:09:47 +12:00
Geoff Davis
6d57971247 Bump version to 2.0.0, update authors 2021-05-27 13:38:25 -07: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