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
Samuel Sieb
246b11a1aa
fix !extend example ( #3390 )
2023-11-21 14:21:36 +13:00
Jesse Hills
ee5a14db5d
Update supporters for 2023.11.2
2023-11-18 21:17:17 +13:00
Jesse Hills
a6208db800
Update supporters for 2023.11.1
2023-11-16 20:56:41 +13:00
Jesse Hills
4c69a37f83
Update supporters for 2023.11.0b7
2023-11-15 12:46:04 +13:00
Jesse Hills
311a894682
Update supporters for 2023.11.0b6
2023-11-14 14:34:00 +13:00
Jesse Hills
72897fd336
Update supporters for 2023.11.0b4
2023-11-13 10:25:21 +13:00
Jesse Hills
fe56f9c771
Merge branch 'current' into beta
2023-11-13 10:23:15 +13:00
Paul Schulz
d3943ea786
Change Integration -> Component in description ( #3355 )
2023-11-10 16:17:22 -08:00
Jesse Hills
3b33c12836
Update supporters for 2023.11.0b2
2023-11-09 13:41:23 +13:00
Jesse Hills
3ab3ba4334
Update supporters for 2023.11.0b1
2023-11-08 14:10:43 +13:00
Jesse Hills
d8c14672b2
Merge branch 'current' into next
2023-11-08 13:13:12 +13:00
Charles Johnson
980ca127eb
add docs for wifi.on_connect and wifi.on_disconnect ( #2185 )
...
* add docs for wifi.on_connect and wifi.on_disconnect
* Update components/wifi.rst
---------
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-11-06 23:17:18 -06:00
Patrick ZAJDA
fbdf7f3d9c
Add shell auto-completion documentation ( #3301 )
2023-11-06 09:27:24 +13:00
Jesse Hills
2ad79597bc
Update supporters for 2023.10.6
2023-11-03 08:12:51 +13:00
Jesse Hills
c499ef2522
Merge branch 'current' into next
2023-11-03 08:11:42 +13:00
Jesse Hills
aba2f3afd5
Add deprecation message to custom component pages ( #3318 )
2023-11-01 00:47:57 -05:00
Jesse Hills
28f1fed3dc
Update supporters for 2023.10.5
2023-11-01 12:20:36 +13:00
Keith Burzinski
1927ee00e7
Add connection triggers to API doc ( #3308 )
2023-11-01 12:19:22 +13:00
Jesse Hills
256b5bd05a
Merge branch 'current' into next
2023-11-01 12:18:43 +13:00
Keith Burzinski
eadee3a2e2
Add connection triggers to API doc ( #3308 )
2023-10-30 20:48:24 +13:00
Jesse Hills
2fe163cea9
Update supporters for 2023.10.4
2023-10-30 14:03:59 +13:00
Jesse Hills
aa35f6a2ea
Merge branch 'current' into next
2023-10-30 13:59:32 +13:00
adynis
588338d973
Improve explanation of "while" ( #3265 )
...
It was confusing to read that it executes the code until the condition is false. What if the condition is false from the begining?
2023-10-25 16:51:24 +02:00
Jesse Hills
80d7ff5332
Update supporters for 2023.10.3
2023-10-24 12:57:17 +13:00
Jesse Hills
640e748828
Merge branch 'current' into next
2023-10-24 12:56:11 +13:00
Jesse Hills
c9946e2de6
Update supporters for 2023.10.2
2023-10-24 08:33:46 +13:00
Jesse Hills
74f4a25045
Merge branch 'current' into next
2023-10-24 08:30:18 +13:00
Jesse Hills
c8427c1113
Update supporters for 2023.10.1
2023-10-19 13:40:06 +13:00
Clyde Stubbs
dbee5b9399
Add strapping: config for GPIO pins ( #3146 )
...
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-19 13:04:56 +13:00
Jesse Hills
6bd015840c
Update supporters for 2023.10.0
2023-10-18 16:48:43 +13:00
Jesse Hills
ec16126311
Update supporters for 2023.10.0b4
2023-10-18 14:32:03 +13:00
Jesse Hills
545d53a76d
Update supporters for 2023.10.0b3
2023-10-17 20:16:21 +13:00
Jesse Hills
ccdc205059
Update supporters for 2023.10.0b2
2023-10-13 14:18:19 +13:00
Jesse Hills
38cbaf9c3b
Update supporters for 2023.10.0b1
2023-10-12 15:38:56 +13:00
Jesse Hills
87273af8e0
Merge branch 'current' into next
2023-10-12 15:12:41 +13:00
RoboMagus
8c79e6ca17
Add documentation for !extend tag ( #3248 )
2023-10-09 20:41:48 +02:00
Michael Hoffmann
96429da9c9
Fixed typo in automations.rst ( #3246 )
2023-10-08 06:18:45 +02:00
kahrendt
b7ff42be1e
Add Xor Condition ( #3222 )
2023-10-03 22:58:14 +13:00
Jesse Hills
f334f7b449
Update supporters for 2023.9.3
2023-10-03 13:36:19 +13:00
Jesse Hills
f2b0b72613
Merge branch 'current' into next
2023-10-03 13:34:26 +13:00
De Cock Xavier
6edf9ba800
Allow Poller Component suspend / resume action ( #3205 )
2023-10-03 09:25:16 +13:00
Jesse Hills
1c88ee10db
Update supporters for 2023.9.2
2023-10-02 17:02:36 +13:00
Jesse Hills
56b27ca5f8
Update supporters for 2023.9.1
2023-09-28 11:56:37 +13:00
Jesse Hills
fb83d5a2db
Update supporters for 2023.9.0b4
2023-09-27 12:46:00 +13:00
Jesse Hills
cab0df3559
Update supporters for 2023.9.0b3
2023-09-25 14:17:15 +13:00
Jesse Hills
1b9b520416
Merge branch 'current' into beta
2023-09-25 12:10:24 +13:00
Thomas Bertels
f8bf0b7d61
Typo in getting_started_hassio.rst ( #3201 )
2023-09-21 15:21:03 +02:00
Jesse Hills
e08941f8f3
Update supporters for 2023.9.0b2
2023-09-21 10:57:17 +12:00
Jesse Hills
0e378ada0d
Merge branch 'current' into beta
2023-09-21 10:35:14 +12:00
Benas09
ebd003352b
Update diy.rst ( #3196 )
2023-09-20 18:56:26 +02:00
Jesse Hills
ccf95dfb24
Update supporters for 2023.9.0b1
2023-09-13 14:11:11 +12:00
Jesse Hills
3e92c5879e
Merge branch 'current' into next
2023-09-13 13:04:34 +12:00
Daniel Dunn
a9f35ad6d3
Documentation for persistable globals ( #3151 )
...
Co-authored-by: Daniel Dunn <dannydunn@eternityforest.com>
2023-09-12 09:26:03 +12:00
Jesse Hills
3f3bf6bc0d
Update supporters for 2023.8.3
2023-09-06 10:15:12 +12:00
H3
b6d9eb7317
Docker Dashboard Doc: Username and Password ( #3046 )
...
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-05 17:59:56 +00:00
Jesse Hills
ce195a437f
Update supporters for 2023.8.2
2023-08-21 12:35:04 +12:00
Jesse Hills
fb56fab0fb
Update supporters for 2023.8.1
2023-08-18 08:13:54 +12:00
Jesse Hills
f799c49ec1
Update supporters for 2023.8.0b4
2023-08-17 13:05:28 +12:00
Jesse Hills
8ede31533b
Update supporters for 2023.8.0b3
2023-08-16 12:15:17 +12:00
Jesse Hills
c7caebd64e
Update supporters for 2023.8.0b2
2023-08-14 11:25:52 +12:00
Jesse Hills
1121f4e12e
Update supporters for 2023.8.0b1
2023-08-10 17:32:44 +12:00
Jesse Hills
8d3ce3dc60
Update supporters for 2023.7.1
2023-08-01 12:09:52 +12:00
Jesse Hills
b012bef7b0
Remove message saying dashboard wont work on windows ( #3082 )
2023-08-01 12:08:39 +12:00
Brian Orpin
c3222cac9f
Update FAQ to speifically mention OpenWrt and pfSense for mDNS ( #3091 )
...
* Update FAQ to speifically mention OpenWrt and pfSense for mDNS
Add specific reference to OpenWrt and pfSense to fix mDNS across subnets so when searching for either term, the FAQ should appear and point the user in the direction of adding the Avahi module and enabling it (plenty of detailed instructions available).
* Update faq.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-07-28 20:00:34 +02:00
imgbot[bot]
06b6c9f4e7
[ImgBot] Optimize images ( #3051 )
...
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-07-20 10:42:39 +12:00
Jesse Hills
b1c46812c8
Update supporters for 2023.7.0b3
2023-07-19 11:42:23 +12:00
Jesse Hills
a97fa8dcbb
Merge branch 'current' into beta
2023-07-19 11:41:10 +12:00
Kevyn Malpass
e2ae2dec30
Update automations.rst ( #3076 )
...
Added .c_str() for string output in logger example.
On line 290, changed:
ESP_LOGD(TAG, "%s: %d", id(my_global_string), id(my_global_int));
to:
ESP_LOGD(TAG, "%s: %d", id(my_global_string).c_str(), id(my_global_int));
2023-07-18 07:00:50 +02:00
Jesse Hills
91e560e181
Update supporters for 2023.7.0b2
2023-07-17 09:30:47 +12:00
Jesse Hills
52d2bdb37b
Update supporters for 2023.7.0b1
2023-07-13 10:16:00 +12:00
Jesse Hills
873c7af8c2
Update supporters for 2023.6.5
2023-07-10 11:25:39 +12:00
Graham Brown
54b52def5b
Dark mode ( #3025 )
2023-07-10 09:49:12 +12:00
Jesse Hills
309ae4554d
Update supporters for 2023.6.4
2023-07-04 14:04:55 +12:00
Maximilian Ertl
5f082a8651
docs: fix typoed default port in migrate_sonoff_tasmota.rst ( #3035 )
...
The port listed in the docs was 6502, while the default port is actually 6052. See https://esphome.io/guides/getting_started_command_line.html#bonus-esphome-dashboard
2023-07-01 05:17:48 +02:00
Jesse Hills
0081fc4593
Update supporters for 2023.6.3
2023-06-28 12:36:11 +12:00
F.D.Castel
2ed4b09706
Updates migrate_sonoff_tasmota.rst. Improves information about compressed images. ( #3004 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-28 07:45:37 +12:00
Jonny Bergdahl
d44b4e11fe
Add missing "activate venv" instructions ( #3026 )
...
Co-authored-by: Jonny Bergdahl <bergdahl@users.noreply.github.com>
2023-06-28 07:32:08 +12:00
Jesse Hills
02e743b0cd
Update supporters for 2023.6.2
2023-06-23 17:19:28 +12:00
Jesse Hills
c1911107c8
Update supporters for 2023.6.1
2023-06-23 07:35:45 +12:00
Jesse Hills
c5425d39e2
Update supporters for 2023.6.0b7
2023-06-22 12:01:25 +12:00
Jesse Hills
0a2c7f4402
Update supporters for 2023.6.0b6
2023-06-22 10:43:35 +12:00
Jesse Hills
4510ef1f32
Update supporters for 2023.6.0b4
2023-06-21 14:34:02 +12:00
Jesse Hills
35e56f3a9b
Update supporters for 2023.6.0b3
2023-06-20 11:15:34 +12:00
Jesse Hills
270fd8f6a3
Update supporters for 2023.6.0b2
2023-06-19 07:38:32 +12:00
Jesse Hills
3584a51fa2
Update supporters for 2023.6.0b1
2023-06-15 14:32:46 +12:00
Kevin P. Fleming
ba24edff4b
configuration-types: Demonstrate usage of packages as templates ( #2980 ) ( #2980 )
2023-06-04 22:35:17 +02:00