Commit Graph

196 Commits

Author SHA1 Message Date
Jesse Hills
0f6122ec36
Merge branch 'current' into beta 2024-09-16 10:01:26 +12:00
Keith Burzinski
02d9af543c
Add a section about custom component deprecation (#4247) 2024-09-14 18:41:18 +12:00
Dan Greco
ff35867d96
Add Gree model YX1FF (#4161)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-09-03 10:35:56 +12:00
Henry Loenwind
f4bc0d9029
Update climate_ir.rst (#4159)
Fixed a tiny mistake
2024-08-26 15:07:01 +02:00
Jesse Hills
391eeda9e3
[climate] Tidy up name/id (#4140)
* [climate] Tidy up name/id

* Fix paste mistake
2024-08-13 21:41:14 -05:00
RubyBailey
9a977067ab
Fix for Mitsubishi units that only support cooling (#4088) 2024-08-01 07:51:28 +12:00
Paulus Schoutsen
15032c2892
Fix example YAML for Haier climate component (#4096)
* Fix example YAML for Haier climate component

The valid value is `hon` and not `h0n`. 

Did same PR for source component https://github.com/paveldn/haier-esphome/pull/48

* Update haier.rst

- Consequently replace `h0n` with `hon` in all the examples
- Put values in text fields to conform docs site styling

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-07-30 15:58:32 +02:00
Illia Khovanskyi
2bdb8a781b
Added Electrolux AC into supported list (#3873)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-07-26 15:20:01 +02:00
imgbot[bot]
b783ccbcb7
[ImgBot] Optimize images (#4063)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-07-22 16:32:39 +12:00
Jesse Hills
a6d42d5ebd
Merge branch 'current' into beta 2024-07-16 16:51:03 +12:00
Jesse Hills
a31efd3c0b
Replace mac addresses in docs with XX:XX:XX:XX:XX:XX (#4050) 2024-07-15 11:40:55 +12:00
H. Árkosi Róbert
74f738a31c
Bump HeatpumpIR - add protocols (#3996)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-13 09:46:15 +12:00
Tomi Junnila
32144f422f
Add yac1fb9 model for the gree climate_ir component (#4029)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-07-13 09:46:15 +12:00
Pavlo Dudnytskyi
e0072ee215
Update of Haier component documentation to support new features and settings (#4020)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2024-07-06 19:00:48 +12:00
H. Árkosi Róbert
db399bff20
Bump HeatpumpIR and IRremoteESP8266 (#3975)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-06-25 21:09:02 +12:00
H. Árkosi Róbert
cd4db33e14
Update the climate UI screenshot (#3977) 2024-06-21 14:49:55 +02:00
zry98
783c3f3898
Update tuya climate for active state config changes (#3855) 2024-06-05 01:28:38 -07:00
Jesse Hills
bb6a134f66
Merge branch 'current' into next 2024-06-05 15:51:19 +12:00
Steffen Arntz
992b09a145
Reorder and reference the mirdea_ir variant example. (#3767)
This Example has previously not been referenced and had been misplaced at the top of the variants.
2024-06-04 15:19:58 +02:00
Jesse Hills
e520d41dc6
Merge branch 'current' into next 2024-06-02 09:18:57 +00:00
H. Árkosi Róbert
d4ad0730db
ancient version mentions removed + version sensor screenshot update (#3885) 2024-05-31 07:33:34 +12:00
RFDarter
99e76d6689
Webserver entity sorting (#3741)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-30 13:54:22 +12:00
Pavlo Dudnytskyi
d28cfebad3
Documentation added for button and text_sensor components of Haier integration (#3851)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2024-05-24 09:07:46 +12:00
Alex Boyd
da462c65b6
[bedjet] Update docs for esphome/esphome#6633 (#3799)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-16 11:31:13 +12:00
Jesse Hills
88e315e0e4
Many example yaml tidy-ups (#3821)
* Many example yaml tidy-ups

* Update components/sensor/hlw8012.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-07 00:40:12 -05:00
Keith Burzinski
ca96dd49e1
Change "integration" -> "component", minor copy fixes (#3790) 2024-05-07 17:16:56 +12:00
Jesse Hills
b8523b89fb
Remove "Required Home Assistant XXXX.X" messages for older versions (#3788) 2024-04-23 16:46:47 +12:00
MagicBear
a843812997
add doc for daikin_arc (#3709)
Co-authored-by: MagicBear <mb@bilibili.com>
2024-03-28 07:56:22 +13:00
Moriah Morgan
9a710041e2
Update Tuya Climate for new esphome PR (#3096)
* Update Tuya Climate for new esphome PR

Update Tuya Climate to document related to https://github.com/esphome/esphome/pull/5159

* Remove Deprecated Config Block

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

* Update tuya.rst

* Restore basic device configuration sample block, will use more specific examples in the device repo

* Apply suggestions from code review

Copy fixes

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-03-20 19:40:20 -05:00
Ettore Beltrame
4ba09c09da
Add Emmeti platform to climate_ir.rst (#3109) 2024-03-13 14:16:07 +13:00
RubyBailey
df6b8af452
Mitsubishi update (#2353)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: RubyBailey <ruby_bailey11@hotmail.com>
2024-03-12 10:01:10 +13:00
Pavlo Dudnytskyi
f3c10ed34b
Help for additional haier climete sensors added (#3628)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2024-03-05 10:54:04 +13:00
Pavlo Dudnytskyi
00f10d2b87
Updated Haier integration documentation to support alarm triggers (#3474)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-12-21 09:10:53 +09:00
Stefan Rado
97aa75ae7e
Add humidity support to climate (#3359) 2023-12-13 10:23:05 +09:00
Pavlo Dudnytskyi
745e118317
Updated Haier documentation with new configuration values description (#3349)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2023-11-21 14:12:41 +13:00
Jesse Hills
d8c14672b2
Merge branch 'current' into next 2023-11-08 13:13:12 +13:00
FreeBear-nc
d1f16a09cf
min_integral and max_integral had transposed minimum & maximum (#3329) 2023-11-04 22:33:36 +01:00
Jesse Hills
c499ef2522
Merge branch 'current' into next 2023-11-03 08:11:42 +13:00
Jesse Hills
aba2f3afd5
Add deprecation message to custom component pages (#3318) 2023-11-01 00:47:57 -05:00
Alejandro Galfrascoli
d1abd6a560
Update climate_ir.rst (#3061)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-24 03:37:20 +00:00
Piu Piuson
c853251005
Add GREE to climate_ir (#2685)
Co-authored-by: orestismers <33354671+orestismers@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-24 11:34:52 +13:00
Chris Feenstra
9eeec66c3c
Add ZH/LT-01 climate ir integration (#2204)
Co-authored-by: Chris Feenstra <chris@cfeenstra.nl>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-24 11:33:51 +13:00
Jesse Hills
cb83f01387
Merge branch 'current' into next 2023-08-21 12:33:28 +12:00
Rob Deutsch
8710c0f10f
Heatpumpir upgrade (#3134) 2023-08-21 12:20:03 +12:00
imgbot[bot]
727fcdbe55
[ImgBot] Optimize images (#3135)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-08-21 09:25:45 +12:00
Pavlo Dudnytskyi
ddb488e227
Mode AUTO replaced with HEAT_COOL in documentation (#3137) 2023-08-21 09:21:53 +12:00
Pavlo Dudnytskyi
50581e3b0b
Information about new features for Haier integration added (#3112)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2023-08-16 11:49:11 +12:00
Pavlo Dudnytskyi
7116ba6bc4
Information about new features for Haier integration added (#3112)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2023-08-15 07:04:07 +12:00
Sergey Dudanov
b6b4cb5c30
climate triggers Climate and ClimateCall references (#3033) 2023-07-31 07:52:08 +12:00
Pavlo Dudnytskyi
6088b03b2f
Haier climate documentation updated to support new functionality (#2809)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-19 10:40:01 +12:00