Commit Graph

16 Commits

Author SHA1 Message Date
Geoff Davis
2dfb2ef461
Merge branch 'develop' into master 2024-06-23 14:07:57 -07:00
Geoff Davis
c97f6a097c
Merge pull request #153 from ghisch/patch-1
Fix KeyError in ESPHome 2024.6.X
2024-06-23 13:52:53 -07:00
ghisch
31ed3068fc
Fix KeyError in ESPHome 2024.6.X 2024-06-20 18:41:00 +02:00
Nathan J. Williams
4a723921fd Remove horizontal/both modes, which are uncommon, per request. 2023-12-17 15:36:43 -05:00
Stewart Adam
8bf850c3f5 Update SwiCago/HeatPump to include custom pin fix (helpful for some users affected by #71) 2023-12-06 23:50:23 -08:00
Stewart Adam
229c9127eb Fix version pinning of SwiCago/HeatPump library and update to recentish commit 2023-11-17 22:50:30 -08:00
Geoff Davis
224a1d9e5a
Merge branch 'develop' into unformat-select 2023-10-13 13:26:41 -07:00
Nathan J. Williams
53c3d88e55 Modified patch for vane support.
Starting from https://github.com/geoffdavis/esphome-mitsubishiheatpump/pull/103 by @seime,
extract the vane implementation code and format according to existing style.
Leave behind all the reformatting.
2023-09-04 21:28:01 -04:00
donutsoft
1007b4d075 Remote temperature sensor update 2023-06-15 17:57:21 -07: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
Guillaume Rischard
3086d0ecb3
Update SwiCago/HeatPump to latest commit
Difference is https://github.com/SwiCago/HeatPump/pull/182
2022-10-27 10:54:31 -04:00
Geoff Davis
822a442301 Change hp->connect to new format
Pin to most recent version of SwiCago/HeatPump

Too much skew between the various unspecified versions of SwiCago/HeatPump
2022-04-05 11:46:40 -07:00
Kirill Zakharenko
4f3a4a863d Conform to changed climate traits API from esphome v1.9.4 2021-07-13 19:52:51 +03:00
Mark Blakeney
6e3ea4989b Fix esphome v1.19 changes
Addresses issue #37.
2021-06-21 14:28:38 +10:00
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