Commit Graph

4353 Commits

Author SHA1 Message Date
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
e87e8e131b
Merge pull request #2850 from esphome/bump-2023.4.0b2
2023.4.0b2
2023-04-17 17:16:34 +12:00
Jesse Hills
4a15f67cbc
Update supporters for 2023.4.0b2 2023-04-17 15:47:12 +12:00
Jesse Hills
8a4396b3bb
Update changelog for 2023.4.0b2 2023-04-17 15:46:42 +12:00
Jesse Hills
d04feda168
Bump version to 2023.4.0b2 2023-04-17 15:45:39 +12: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
Jesse Hills
f93e2cd673
Add tasks file for vscode (#2846) 2023-04-16 16:37:44 +12:00
dependabot[bot]
b30b319056
Bump actions/checkout from 3.5.1 to 3.5.2 (#2838)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-14 08:40:11 +02: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
H. Árkosi Róbert
be513ae5a7
redirects items transferred to devices site (#2833) 2023-04-13 09:28:10 +02:00
dependabot[bot]
028d49c3f5
Bump docker/build-push-action from 3 to 4 (#2634)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 17:16:33 +12:00
dependabot[bot]
dd5112dc09
Bump actions/stale from 7 to 8 (#2779)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 17:16:15 +12:00
dependabot[bot]
1852d2b7dd
Bump actions/checkout from 3.5.0 to 3.5.1 (#2832)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-13 17:13:01 +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
cef534e084
Merge pull request #2831 from esphome/bump-2023.4.0b1
2023.4.0b1
2023-04-13 11:07:14 +12:00
Jesse Hills
6dc9e909db
Update supporters for 2023.4.0b1 2023-04-13 10:44:14 +12:00
Jesse Hills
15be2ce50e
Update changelog for 2023.4.0b1 2023-04-13 10:42:35 +12:00
Jesse Hills
c01cce8ddd
Bump version to 2023.5.0-dev 2023-04-13 10:13:53 +12:00
Jesse Hills
894cb4aa6f
Bump version to 2023.4.0b1 2023-04-13 10:13:53 +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
H. Árkosi Róbert
210cbcd3e9
Queuing Remote Transmissions cookbook (#2825)
* Queuing Remote Transmissions cookbook

* Update lambda_magic.rst
2023-04-12 17:33:36 +02:00
H. Árkosi Róbert
80aba4ad1d
Update lambda_magic.rst (#2822) 2023-04-12 14:04:54 +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
Keith Burzinski
0893d25cdf
Add some missing binary sensors to the index (#2819) 2023-04-12 11:42:28 +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
H. Árkosi Róbert
8c3cd97ea1
Remove migrated items from Cookbook (part2) (#2820)
* Remove migrated items from Cookbook (part2)

These devices are migrated to the devices site with https://github.com/esphome/esphome-devices/pull/386

* remove unused images
2023-04-12 10:28:06 +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
H. Árkosi Róbert
eb36b9b32f
fix link to config example (#2814) 2023-04-11 15:18:40 +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
Greg MacLellan
fd3d3b71cb
H801 Documentation cleanup (#2792)
* Add RGBWW light

* Cleanup H801 docs and images

* Add H801 pinout and update diagram
2023-04-11 10:28:25 +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