Commit Graph

780 Commits

Author SHA1 Message Date
Jesse Hills
e28a91071b
Update supporters for 2024.2.1 2024-02-26 07:54:02 +13:00
Jesse Hills
6845bcfb9f
Update supporters for 2024.2.0b3 2024-02-21 10:58:49 +13:00
Jesse Hills
59d2ffe796
Merge branch 'current' into beta 2024-02-21 10:57:32 +13:00
Sjors
fb6439b62b
Flip configuration and command in example (#3615)
Since running `esphome <MY_DEVICE>.yaml compile` generates the warning 
```
WARNING Calling ESPHome with the configuration before the command is deprecated and will be removed in the future. 
WARNING Please instead use:
WARNING    esphome compile powerplug.yaml
```
2024-02-19 23:16:09 +01:00
Jesse Hills
13a8c8f390
Update supporters for 2024.2.0b2 2024-02-19 17:02:16 +13:00
Jesse Hills
3cdefb23fe
Update supporters for 2024.2.0b1 2024-02-13 10:10:27 +13:00
Jesse Hills
9f189c737a
Merge branch 'current' into next 2024-02-13 09:44:35 +13:00
Keith Burzinski
8211b73f95
I missed a couple of 's's (#3568) 2024-01-24 10:19:27 +01:00
Keith Burzinski
57e12be14e
Made for ESPHome doc updates (#3567) 2024-01-23 17:02:52 -06:00
Keith Burzinski
4839a5aabc
Update supporters for 2023.12.9 2024-01-22 19:30:53 -06:00
Jesse Hills
1b8fc96097
Update supporters for 2023.12.8 2024-01-19 23:41:45 +09:00
Jesse Hills
2b8777da69
Merge branch 'current' into next 2024-01-19 23:40:10 +09:00
Jesse Hills
f77e8a9555
Update supporters for 2023.12.7 2024-01-17 08:29:58 +09:00
Jesse Hills
a27d88dacf
Merge branch 'current' into next 2024-01-17 08:26:33 +09:00
Jesse Hills
6ddf0e1a8c
Update supporters for 2023.12.6 2024-01-15 08:26:38 +09:00
Jesse Hills
cc2f6abe0c
Merge branch 'current' into next 2024-01-15 08:23:35 +09:00
Simone Rossetto
0cac6380d5
Documentation for WireGuard actions and conditions (#3342) 2024-01-11 14:09:45 +09:00
bwynants
4b5a5159ff
medisana scale (#3506)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-01-02 20:20:25 +01:00
Clyde Stubbs
830575fdc0
Ble client additions. (#3138)
* Add ble_client actions

* Fix heading length

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-12-29 01:38:14 -06:00
Jesse Hills
ad03f2e4ff
Merge branch 'current' into next 2023-12-25 22:23:38 +09:00
Jesse Hills
0feac97921
Update supporters for 2023.12.4 2023-12-25 21:18:36 +09:00
Jesse Hills
5f8cbb2bd1
Merge branch 'current' into next 2023-12-22 17:12:04 +09:00
Jesse Hills
75c986611e
Update supporters for 2023.12.2 2023-12-22 11:05:16 +09:00
Jesse Hills
13d8585470
Merge branch 'current' into next 2023-12-22 11:03:43 +09:00
Jesse Hills
09b205a347
Update supporters for 2023.12.1 2023-12-21 23:34:27 +09:00
mknjc
159663ac62
Add documentation for include substitution defaults (#3370)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-21 09:08:16 +09:00
Jesse Hills
a51d9869d6
Update supporters for 2023.12.0 2023-12-21 08:11:22 +09:00
Jesse Hills
57992bdf56
Update supporters for 2023.12.0b6 2023-12-20 21:00:36 +09:00
Jesse Hills
4005bdb0c9
Merge branch 'current' into beta 2023-12-20 20:59:40 +09:00
Jesse Hills
66ea5acfc2
Draft PR explanation (#3450) 2023-12-20 19:11:04 +09:00
Jesse Hills
0d3b3536d3
Update supporters for 2023.12.0b5 2023-12-20 13:44:34 +09:00
Jesse Hills
c8741f5e7b
Update supporters for 2023.12.0b4 2023-12-20 10:16:47 +09:00
Jesse Hills
28cd1e3d6a
Update supporters for 2023.12.0b3 2023-12-18 16:52:09 +09:00
Jesse Hills
05a9f3d22b
Update supporters for 2023.12.0b2 2023-12-15 15:03:56 +09:00
Jesse Hills
e710723463
Update supporters for 2023.12.0b1 2023-12-14 08:35:48 +09:00
Jesse Hills
fdf872309a
Merge branch 'current' into next 2023-12-14 08:22:41 +09:00
Michael Hoffmann
fb7634f15f
Added a missing tab to fix code formatting (#3436) 2023-12-06 06:51:39 +01:00
Subhash Chandra
bb2a740d8d
add documentation for !remove (#3406)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-06 10:04:20 +09:00
Peter Kindström
1f0e3ea985
Update configuration-types.rst (#3425) 2023-12-05 09:31:24 +09:00
Josh Barnard
0bfc2244df
Adding ESPHome-Econet pointer (#3422) 2023-12-05 09:28:59 +09:00
Clyde Stubbs
2bdece17dd
Document option to suppress check for multiple pin usage (#3366) 2023-12-05 08:56:57 +09:00
Piotr Szulc
e470d7e9ab
Warn users about ESP32 Tasmota v12 incompatibility (#3426)
* Warn users about ESP32 Tasmota v12 incompatibility

* Fixed underline
2023-12-03 01:22:53 +01:00
erapade
18ee074864
missing change directory directive (#3391)
* missing change directory directive

I added the "cd esphome" command in the GIT section to make it easier for users not that familiar with GIT

* Update contributing.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-28 10:10:31 +00:00
Jesse Hills
3285cd184b
Merge branch 'current' into next 2023-11-28 12:31:33 +13:00
Jesse Hills
8045024d26
Update supporters for 2023.11.5 2023-11-28 11:15:25 +13:00
Jesse Hills
19e8c11d0a
Merge branch 'current' into next 2023-11-28 11:14:07 +13:00
Jesse Hills
0dba93dc06
Update supporters for 2023.11.4 2023-11-24 10:25:24 +13:00
Jesse Hills
be2bbb0b0c
Merge branch 'current' into next 2023-11-24 10:19:54 +13:00
Clyde Stubbs
0df31afcfd
Document startup_delay for interval component (#3158)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-23 20:31:30 +13:00
Jesse Hills
bed26db091
Update supporters for 2023.11.3 2023-11-22 11:09:58 +13:00