Commit Graph

1926 Commits

Author SHA1 Message Date
Jesse Hills
56a7d349ff
Merge branch 'current' into next 2023-04-27 19:35:48 +12:00
notsonominal
dab09f6c86
Adding docs for mlx90614 (#2845)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-27 01:18:05 +00:00
Keith Burzinski
fc4e2738b0
Add copy for on_tag_removed trigger for RC522 (#2876) 2023-04-27 10:47:52 +12:00
Jesse Hills
0405df3e49
Fix examples with uart1 in id (#2872) 2023-04-24 09:45:44 +12:00
notsonominal
018e5bb6d9
add initial_value to servo example (#2870) 2023-04-23 13:11:02 -07:00
Samuel Sieb
83583e37bf
fix uart id in example (#2869) 2023-04-23 07:12:26 +02:00
Jesse Hills
bae288c994
Fix mmc5603 filename (#2861) 2023-04-20 20:09:51 +12:00
Bella Coola
7fde35a251
Add support for passive WiFi scanning. (#2812)
Co-authored-by: BellaCoola <unknown>
2023-04-20 16:18:56 +12:00
Jesse Hills
59424303ca
Merge branch 'current' into next 2023-04-20 03:45:42 +00:00
Jesse Hills
552dc838a5
Merge branch 'current' into beta 2023-04-20 10:15:28 +12:00
Ludovic BOUÉ
2910aae2c6
Fix strftime issue in max7219 doc (#2856)
Fix strftime issue in max7219 doc
error: no matching function for call to 'esphome::max7219::MAX7219Component::strftime(const char [9])'
       it.strftime("%H.%M.%S");
2023-04-19 16:27:50 +02:00
Veli Veromann
01ea4397e4
fix "cycle: !lambda:" (#2854)
the double ":" is not valid
2023-04-18 00:36:31 -07:00
Jesse Hills
72cb2fd2cc
Add triggers to voice assistant (#2849) 2023-04-17 15:45:39 +12:00
R Huish
d978a94b6c
Added Sensor Longevity and correction to PMSX003 (#2824) 2023-04-17 15:45:38 +12:00
Jesse Hills
a765931f35
Merge branch 'current' into next 2023-04-17 15:45:23 +12:00
Jesse Hills
9f83c63bb5
Merge branch 'current' into beta 2023-04-17 15:45:23 +12:00
Jesse Hills
6f3b7d6de0
Add triggers to voice assistant (#2849) 2023-04-17 14:57:41 +12:00
Benno Pütz
c562afc472
Small corrections (#2836) 2023-04-13 16:08:10 +02:00
H. Árkosi Róbert
7f51bc25fe
Further movement to devices site (#2835)
* Further movement to devices site

* Update _redirects

* Update template.rst

* change icon for magic

* Update index.rst
2023-04-13 14:23:03 +02:00
R Huish
27c940ccd8
Added Sensor Longevity and correction to PMSX003 (#2824) 2023-04-13 20:10:58 +12:00
kahrendt
b9c710a133
Document Bayesian type for binary_sensor_map component (#2796)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-13 17:12:39 +12:00
Jesse Hills
cd92f71534
Merge branch 'current' into next 2023-04-13 10:11:13 +12:00
Jesse Hills
63429dc3dc
Change default restore mode for fan/light/switch (#2830) 2023-04-13 10:00:04 +12:00
X-Ryl669
4b517933a3
feat: Add manual control config variable doc (#2571) 2023-04-13 09:53:37 +12:00
Fabian
c40572eb48
[Ethernet] Add PHY KSZ8081 support (#2808)
Co-authored-by: Your Name <you@example.com>
2023-04-13 09:52:18 +12:00
H. Árkosi Róbert
df3050d727
Add seealso link to cookbook (#2826) 2023-04-12 17:42:50 +02:00
H. Árkosi Róbert
952bbea02c
Add seealso link to cookbook (#2827) 2023-04-12 17:42:35 +02:00
victorclaessen
79e307f96d
Update modbus_controller.rst (#2817)
I think at some time in the past the 'command_throttle' parameter changed from a unit of 'milliseconds' to the unit of 'time'.

If you try to compile with a value of 1000 (supposedly milliseconds), compilation fails with the following error:
```
    Don't know what '1000' means as it has no time *unit*! Did you mean '1000s'?.
    command_throttle: 1000
```
If I put a value of '1s' then compilation works and also this is the time I see that is being used.
2023-04-12 11:43:11 +02:00
H. Árkosi Róbert
dbfd65504e
Add/Rename item in Cookbook (#2821)
* Add/Rename item in Cookbook

Made a "Lambda Magic" cookbook item, where we can gather interesting Lambda implementations.

* Update lambda_magic.rst

* Update lambda_magic.rst

* Update lcd_display.rst
2023-04-12 11:37:13 +02:00
Dave Johnston
a925b1a63b
add docs for SSD1306 72x40 display (#2805) 2023-04-11 23:02:20 -05:00
Jesse Hills
c745a29af7
Initial voice assistant documentation (#2813) 2023-04-12 11:53:24 +12:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook (#2816)
* remove migrated documentation

All of these are present now on our https://devices.esphome.io/ site.

The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385, and the rest ones were already in, thus removing here the duplicates.

* Update modbus.rst

* Update modbus.rst

* Update modbus_controller.rst

* Update ltr390.rst

* Update ltr390.rst

* Update modbus_controller.rst

* fix broken links

* Update index.rst

* Update index.rst
2023-04-11 17:51:46 +02:00
Cossid
f639d42225
BP1658CJ - Fix power level defaults in configuration variables section. (#2815) 2023-04-11 17:02:04 +02:00
Ludovic BOUÉ
53634e84f8
Update doc to add multiple dallas hubs (#2783)
* Update doc to add multiple dallas hubs

If you have multiple dallas hubs

* Update dallas.rst

* Fix

* Title underline too short

* Update dallas.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-04-11 10:46:47 +02:00
J. Nick Koston
7d8d015be5
Add note about increased window and interval can cause WiFi instability (#2790)
* Add note about increased window and interval can cause WiFi instability

* Update components/bluetooth_proxy.rst

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-04-11 10:29:16 +02:00
David
eb57e186ee
Update sht3xd.rst (#2804)
Updated page to specify that this driver also supports the Temp/Humidity sendor SHT3x.
2023-04-11 10:25:50 +02:00
TheGroundZero
dcd8c1d058
Add TZ timezone string examples (#2806) 2023-04-11 10:25:23 +02:00
Artem Sheremet
a85e13f9ff
Fix pulse_counter example unit name (#2811) 2023-04-11 10:23:12 +02:00
Alex Barcelo
83ea93d625
Fix datasheet link for PCA9685 component (#2810)
The link for the PCA9685 pointed to LEDC Espressif documentation. Updated with the proper NXP datasheet URL.
2023-04-08 09:40:57 +02:00
Ben Hoff
f44e9b3e8f
Mmc5603 (#2524)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-05 13:30:47 +12:00
zivillian
3fe59bf89a
fix typo (#2803) 2023-04-04 21:14:26 +02:00
Robert
1cfe800733
Add clarity for use of multiplier (#2763)
For seasonal changes, it’s easier to use the multiplier to adjust the watering time instead of adjusting the run durations directly. Set your run duration to the time you want for ‘mild’ weather (spring/autumn) and then use the multiplier to increase (summer) or decrease (winter) the calculated run times.
2023-04-03 23:24:31 -05:00
kahrendt
b8f33134e2
Update binary_sensor_map.rst (#2795) 2023-03-31 17:27:18 +13:00
gatonero
0706aa6d77
Adjusted indentation (#2793)
from "output:" downwards
2023-03-30 09:41:00 +02:00
Kenny Stier
49840138b5
Fix broken link, add new link in midea.rst (#2794) 2023-03-30 07:43:45 +02:00
Jesse Hills
4e1fb99b22
Merge branch 'current' into next 2023-03-27 15:57:39 +13:00
Jesse Hills
8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
Jesse Hills
5cd9720f4b
Add variable name for touchscreen touches (#2785) 2023-03-26 21:41:11 +13:00
zivillian
bc65c0cc8e
Update tuya.rst (#2777) 2023-03-26 10:31:39 +02:00
H. Árkosi Róbert
e023e0d3b9
move datasheet links to bottom (#2782) 2023-03-25 12:43:12 +01:00