Releases: esphome/esphome-docs
Releases · esphome/esphome-docs
2024.7.0b1
- Added documentation for new option operation_speed for X9C Digital Potentiometer docs#3939 by @oliverhihn
- Bump HeatpumpIR and IRremoteESP8266 docs#3975 by @nagyrobi
- [modbus_text_sensor] new default ANSI encoding type docs#3994 by @dudanov
- [uptime] Add sensor types docs#4014 by @kbx81
- Update of Haier component documentation to support new features and settings docs#4020 by @paveldn
- Update api.rst docs#4023 by @bennop
- Bump actions/upload-artifact from 4.3.3 to 4.3.4 docs#4027 by @dependabot[bot]
- Update SGP30 documentation to fix typos docs#4021 by @denproc
- [M4E] Requirements tweak docs#4031 by @kbx81
- [micro_wake_word] Version 2 Documentation docs#4015 by @kahrendt
- Information about UART component in host platform added docs#4004 by @paveldn
2024.6.6
Merge pull request #4017 from esphome/bump-2024.6.6 2024.6.6
2024.6.5
- Fix script link docs#3999 by @kbx81
- "Temperature" to "Pressure" correction docs#4000 by @3ative
- Minor wording update for duty_time.rst docs#4008 by @wellsi
- Update dallas_temp.rst docs#4009 by @kamahat
- fix ota example docs#3990 by @ssieb
- Note about alternative wind sensors due to deprecation by manufacturer docs#3869 by @nagyrobi
- Fix components.json generation docs#4013 by @jesserockz
2024.6.4
2024.6.3
- Add a bunch of missing supporters docs#3989 by @jesserockz
- Add esphome platform to OTA sections in docs docs#3983 by @hmmbob
2024.6.2
- [ImgBot] Optimize images docs#3969 by @imgbot[bot]
- Fix missing platform for one_wire in changelog docs#3972 by @jesserockz
- [ota] Add component page, various tweaks docs#3976 by @kbx81
- Update the climate UI screenshot docs#3977 by @nagyrobi
- Fix the invalid URL for data sheet in gdk101.rst docs#3985 by @FlyingFeng2021
- Add stevebaxter to supporters.rst docs#3934 by @stevebaxter
2024.6.1
- Fix 2024.6.0 changelog social image docs#3970 by @jesserockz
2024.6.0
Full list of changes
Beta Changes
- Update
json::parse_json
examples docs#3949 by @jesserockz - Update a couple docs for esphome/esphome#6922 docs#3962 by @kbx81
- [ft5x06] Add interrupt pin docs#3902 by @jesserockz
All changes
- Add IRK support to RSSI tracking with randomized MAC addresses docs#3707 by @chbmuc
- GDK101 support docs#2853 by @Szewcson
- [CST816] Add support for Hynitron Microelectronics CST826 capacitive touch docs#3831 by @lboue
- [bedjet] Update docs for esphome/esphome#6633 docs#3799 by @javawizard
- Add beken_spi_led_strip component docs#3755 by @Mat931
- Mirage protocol docs#3740 by @heggi
- docs: update wifi docs#3714 by @shxshxshxshx
- OTA docs update for esphome/esphome#6459 docs#3782 by @kbx81
- Add ADC multisampling docs#3664 by @Mat931
- ENS160 I2C and SPI support docs#3683 by @latonita
- INA228/INA229, INA238/INA239, INA237 power/energy/charge monitor (I2C, SPI) - Documentation docs#3571 by @latonita
-
[ili9xxx] Document pixel_mode and init_sequence [docs#3836](https://github.com/esphome/esphome-docs/pull/3836) by [@clydebarrow](https://github.com/clydebarrow)
- Safe mode documentation and updates docs#3841 by @kbx81
- Document the modbus server feature docs#3332 by @JeroenVanOort
- Add on_safe_mode trigger to docs docs#3857 by @kbx81
- Allow output open drain docs#3853 by @Swamp-Ig
- Documentation added for button and text_sensor components of Haier integration docs#3851 by @paveldn
- MPR121 gpio docs#3845 by @polyfloyd
- Fix incorrect naming of the AdaFruit MagTag display. docs#3871 by @sasodoma
- [voice_assistant] Timer triggers docs#3877 by @jesserockz
- Webserver entity sorting docs#3741 by @RFDarter
- Series of Lite-On Light (ALS) and Proximity(PS) sensors - LTR-303, LTR-329, LTR-553, LTR-556, LTR-659, some others docs#3528 by @latonita
- Wireguard support for bk72 docs#3889 by @droscy
- Add Ethernet MAC address to ethernet_info docs#3887 by @ptr727
- Document host time docs#3909 by @clydebarrow
- [ethernet] Adds documentation for setting PHY register values docs#3886 by @heythisisnate
- transmit_aeha carrier frequency now adjustable docs#3859 by @svxa
- Tuya cover invert position report docs#3497 by @wrouesnel
- [Tuya Climate] Fix doc, refactor active state descriptions docs#3855 by @zry98
- Document file: scheme for external component via git docs#3906 by @clydebarrow
- OTA Update via HTTP Request documentation docs#3291 by @oarcher
- SHT3xd component - Provide example i2c configuration for >50-100Khz i2c frequencies on IDF docs#3921 by @mrtoy-me
- Documentation updates for
http_request
component refactor docs#3919 by @kbx81 - New branding for ESPHome docs#3926 by @Madelena
- Blue ESPHome logo docs#3932 by @Madelena
- [ImgBot] Optimize images docs#3931 by @imgbot[bot]
- Embed new fonts docs#3927 by @Madelena
- Fix-navigation-spacing docs#3928 by @Madelena
- Run svg2png docs#3936 by @jesserockz
- [core] Update Entities documentation docs#3935 by @kbx81
- [CI] Make action to generate component images docs#3925 by @jesserockz
- Add vim swp files to gitignore docs#3940 by @jesserockz
- Add line for 13.3in-k in waveshare_epaper component docs#3719 by @pgericson
- [safe_mode] Allow user-defined interval for successful boot docs#3930 by @NMartin354
- docs for one-wire platform change docs#3911 by @ssieb
- Document sdl driver docs#3880 by @clydebarrow
- Add st7735 to ili9xxx docs#3888 by @clydebarrow
- Add links to the Open Home Foundation docs#3929 by @GuySie
- [ImgBot] Optimize images docs#3945 by @imgbot[bot]
- Update
json::parse_json
examples docs#3949 by @jesserockz - Bump actions/checkout from 4.1.6 to 4.1.7 docs#3948 by @dependabot[bot]
- Update TYPO in pipsolar.rst docs#3954 by @almost-online
- Update documentation for dashboard command docs#3923 by @vamega
- Update a couple docs for esphome/esphome#6922 docs#3962 by @kbx81
- Add another project to diy.rst docs#3955 by @serg987
- Fix GPIO pins of 2nd and 3rd hardware UART docs#3958 by @pascallj
- Add state class and fix typo in bme680 example docs#3793 by @tronikos
- [ft5x06] Add interrupt pin docs#3902 by @jesserockz
- Bump docker/build-push-action from 5 to 6 docs#3960 by @dependabot[bot]
- corrected indentation docs#3964 by @octane321
2024.6.0b5
- Add another project to diy.rst docs#3955 by @serg987
- Fix GPIO pins of 2nd and 3rd hardware UART docs#3958 by @pascallj
- Add state class and fix typo in bme680 example docs#3793 by @tronikos
- [ft5x06] Add interrupt pin docs#3902 by @jesserockz
- Bump docker/build-push-action from 5 to 6 docs#3960 by @dependabot[bot]
- corrected indentation docs#3964 by @octane321
2024.6.0b4
- Update a couple docs for esphome/esphome#6922 docs#3962 by @kbx81