Commit Graph

5333 Commits

Author SHA1 Message Date
Jesse Hills b93661dc5c
Merge branch 'current' into next 2024-06-10 10:29:49 +00:00
Madelena Mak daa22aaaa5
New branding for ESPHome (#3926) 2024-06-10 22:26:53 +12:00
Jesse Hills b9b2e08993
Merge branch 'current' into next 2024-06-10 02:04:27 +00:00
Keith Burzinski 876885823f
Documentation updates for ``http_request`` component refactor (#3919)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-06-10 12:36:21 +12:00
mrtoy-me 52179cea24
SHT3xd component - Provide example i2c configuration for >50-100Khz i2c frequencies on IDF (#3921)
* Update for higher i2c frequencies on IDF

* Update sht3xd.rst
2024-06-07 17:03:37 +02:00
Olivier ARCHER 74b02f0253
OTA Update via HTTP Request documentation (#3291)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-06-06 14:35:31 +12:00
Clyde Stubbs 9f6c87c463
Document file: scheme for external component via git (#3906) 2024-06-06 07:27:09 +12:00
zry98 783c3f3898
Update tuya climate for active state config changes (#3855) 2024-06-05 01:28:38 -07:00
Will Rouesnel 870333337a
Tuya cover invert position report (#3497) 2024-06-05 07:58:37 +00:00
svxa 405261e8e1
transmit_aeha carrier frequency now adjustable (#3859) 2024-06-05 07:38:44 +00:00
Nate Clark ebb27d6317
[ethernet] Adds documentation for setting PHY register values (#3886) 2024-06-05 18:51:52 +12:00
Jesse Hills dce2e09793
Merge branch 'current' into next 2024-06-05 16:39:37 +12:00
Jesse Hills 3e814bfd88
Merge pull request #3916 from esphome/bump-2024.5.5
2024.5.5
2024-06-05 16:38:48 +12:00
Jesse Hills f58dbc4659
Update supporters for 2024.5.5 2024-06-05 15:56:03 +12:00
Jesse Hills 7bd700075f
Update changelog for 2024.5.5 2024-06-05 15:55:22 +12:00
Jesse Hills ebea2ef787
Bump version to 2024.5.5 2024-06-05 15:51:30 +12:00
Jesse Hills bb6a134f66
Merge branch 'current' into next 2024-06-05 15:51:19 +12:00
Jesse Hills b21af22549
Install pagefind in devcontainer (#3901)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-05 11:58:20 +12:00
John Romkey 80fe66a9aa
Add Seeed Studio XIAO ESP32S3 Sense pins to esp32_camera.rst (#3446)
* Add Seeed Studio XIAO ESP32S3 Sense pins to esp32_camera.rst

Added camera pin configuration for Seeed Studio XIAO ESP32S3 Sense to Camera page

* Added missing blank line

* Update esp32_camera.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 15:34:45 +02:00
ave 39abfa64e3
Improve SGP30 humidity compensation documentation (#3556)
* Improve SGP30 compensation documentation

* Use must instead of should, fix celsius spelling
2024-06-04 15:25:34 +02: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
John Mueller 21820a7c84
Include note about Daylight Savings Time duplication/skipping (#3771)
It's probably clear to most people that setting up a trigger for the 31st of every month will fail in February, but apparently triggers between 1am and 3am are also fragile once a year. For non-disruptive or regular triggers, this might not be an issue -- if you want to turn off a device at 2am using on_time, you should know that it will fail once a week. Similarly, if you want to do a daily trigger at 1am, you should know that it will trigger twice a day once a year. 

This does not seem super-obvious until you've run into it, so I propose adding a note to the documentation. It also doesn't feel like something that should be changed in the functionality to match cron's behavior, given that it would change the functionality of existing triggers. 

I'm not invested in the exact wording / location; I suspect pulling it out a bit into a more visible place makes it less likely for people to miss.

(Brought to you by a trigger that turns off an expensive device at 2am, only for it to run a full day instead :-)).
2024-06-04 15:18:47 +02:00
tronikos 9a3ed01c9b
Fix doc for template cover regarding position_action and has_position (#3762)
* Update template.rst

* Update template.rst
2024-06-04 15:14:40 +02:00
cypherbits c998495c7f
doc: wifi reboot_timeout disabled if ap enabled (#3824)
* doc: wifi reboot_timeout disabled if ap enabled

* Update wifi.rst

* Update wifi.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 15:12:54 +02:00
Ludovic BOUÉ ef967e9ff7
Update ens160.rst to add missing ens160_air_quality_index (#3720)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 15:04:55 +02:00
lps2 54e394d8c0
Update to Addressable Color Wipe Example (#3903)
Update to the Addressable Color Wipe Example to correctly include gradient as an option of the color rather than the entire effect
2024-06-04 14:44:35 +02:00
Xavier Berger e9160aa3d2
doc(made_for_esphome): add quotes for better understanding of ESPHome usage (#3723)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 14:02:20 +02:00
João Silva 35eb5c5b0f
Set SN74HC165's clock_inhibit_pin as optional (#3583)
* Set SN74HC165's clock_inhibit_pin as optional

The use of only 3 pins is mentioned, but the configuration values don't reflect that.
Datasheet specifies the pin can be directly connected to ground. The code already expects the pin to not be used: ec3162282c/esphome/components/sn74hc165/__init__.py (L35)

* Update sn74hc165.rst

* Update sn74hc165.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 13:46:12 +02:00
Jesse Hills a6d2050f30
Fix host icon in dark mode (#3910) 2024-06-04 15:10:01 +12:00
Clyde Stubbs a2fbd43080
Document host time (#3909) 2024-06-04 15:09:49 +12:00
Pieter Viljoen bb460cd41d
Add Ethernet MAC address to ethernet_info (#3887) 2024-06-04 14:57:07 +12:00
Tobias Marschall 3d475b3d31
Rename last_operation() to get_last_operation() & warn about bug http… (#3884)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-02 22:55:18 +12:00
Jesse Hills e520d41dc6
Merge branch 'current' into next 2024-06-02 09:18:57 +00:00
Clyde Stubbs 0b889e396b
Remove debug code from last PR (#3900)
* Make search results appear in a fixed window;
Make search text clickable;
Improve search layout on mobile.

* On window resize, adjust layout

* Maybe make Firefox not resize.

* Tweak initial- and maximum-scale

* Make live-html work with pagefind;
Make pagefind work in docker

* Lint

* Fix netlify deploy

* Remove debug code
2024-06-02 08:35:03 +02:00
Clyde Stubbs 0fbf7d0d99
Make pagefind work in docker (#3899)
* Make search results appear in a fixed window;
Make search text clickable;
Improve search layout on mobile.

* On window resize, adjust layout

* Maybe make Firefox not resize.

* Tweak initial- and maximum-scale

* Make live-html work with pagefind;
Make pagefind work in docker

* Lint

* Fix netlify deploy
2024-06-02 07:54:00 +02:00
Remy van Elst 308aba8011
Update i2s_microphone data value (#3732)
According to here: 4fcb26d69d/esphome/components/i2s_audio/microphone/i2s_audio_microphone.cpp (L138) it seems to be an int16_t

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-02 05:47:25 +00:00
Clyde Stubbs 66e70ecc88
Document host platform (#3893) 2024-06-01 15:25:53 +10:00
Simone Rossetto aa43fcc525
Wireguard support for bk72 (#3889) 2024-05-31 21:36:57 -05:00
Eduard Llull 0626032aca
The event type is accesible using the event_type variable. (#3891)
In the event.on_event automation, the event type that triggered the event is accesible using the event_type variable.
2024-05-31 13:13:15 +02:00
H. Árkosi Róbert d4ad0730db
ancient version mentions removed + version sensor screenshot update (#3885) 2024-05-31 07:33:34 +12:00
Anton Viktorov 7f398b6cb9
Series of Lite-On Light (ALS) and Proximity(PS) sensors - LTR-303, LTR-329, LTR-553, LTR-556, LTR-659, some others (#3528)
* LTR303 and LTR329 light sensors

* LTR303 tidy up

* LTR303 tidy up

* LTR303 auto mode

* LTR303 auto mode+

* LTR303 auto mode+

* removed param

* LTR als ps

* ref

* typo

* simplified syntax

* minor sections update

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-30 03:47:02 -05: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
Jesse Hills 9e52a9816c
[voice_assistant] Timer triggers (#3877)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-30 13:09:23 +12:00
Clyde Stubbs 13fbdb1d00
Make search results appear in a fixed window; (#3858) 2024-05-30 10:08:17 +12:00
RFDarter 0138eca827
Change datetime id names in examples (#3777) 2024-05-30 10:07:25 +12:00
RFDarter 83c29b6c74
Webserver-mention-v3 (#3881)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-30 06:58:30 +12:00
Jesse Hills 9ecb529cc2
Merge branch 'current' into next 2024-05-28 12:51:42 +12:00
Jesse Hills bc91bdd2a6
Merge pull request #3876 from esphome/bump-2024.5.4
2024.5.4
2024-05-28 12:50:51 +12:00
Jesse Hills d33c020096
Update supporters for 2024.5.4 2024-05-28 08:31:16 +12:00
Jesse Hills cf630bb4ff
Update changelog for 2024.5.4 2024-05-28 08:30:23 +12:00