Commit Graph

722 Commits

Author SHA1 Message Date
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
ugoogalizer
a0382272be
added note on NFS for container config volume (#2930)
Co-authored-by: MC <johndoe@example.com>
2023-05-31 14:34:30 +02:00
Jesse Hills
0125166c40
Update supporters for 2023.5.5 2023-05-29 09:43:08 +12:00
Keith Burzinski
0091ed0740
Update supporters for 2023.5.4 2023-05-24 16:00:31 -05:00
Keith Burzinski
9879b1f9c9
Update supporters for 2023.5.3 2023-05-22 16:56:41 -05:00
Jesse Hills
4009d6ee71
Update supporters for 2023.5.2 2023-05-22 11:32:44 +12:00
Jesse Hills
2fefdfc9c0
Update supporters for 2023.5.1 2023-05-18 13:04:00 +12:00
Jesse Hills
c06c3385d0
Update supporters for 2023.5.0b5 2023-05-17 09:58:31 +12:00
Jesse Hills
c117120196
Update supporters for 2023.5.0b4 2023-05-16 11:17:36 +12:00
Jesse Hills
0b4955f5fe
Update supporters for 2023.5.0b3 2023-05-15 11:39:05 +12:00
Jesse Hills
67f49d6a1a
Update supporters for 2023.5.0b2 2023-05-12 10:38:01 +12:00
Jesse Hills
f5525f2ce7
Merge branch 'current' into beta 2023-05-12 10:32:32 +12:00
Jesse Hills
24ebd833b3
Add note for project info requirement for dashboard import (#2908) 2023-05-11 13:54:03 +12:00
Jesse Hills
b50028e517
Update supporters for 2023.5.0b1 2023-05-11 09:56:58 +12:00
Jesse Hills
f1cdacf281
Merge branch 'current' into next 2023-05-10 04:43:35 +00:00
Jesse Hills
9c2df9f6e2
Update supporters for 2023.4.4 2023-05-04 11:00:32 +12:00
Jesse Hills
c215938cdc
Merge branch 'current' into next 2023-05-04 10:52:43 +12:00
Jesse Hills
c4c10ef879
Update supporters for 2023.4.3 2023-05-02 17:11:54 +12:00
Jesse Hills
8ed26db6e7
Merge branch 'current' into next 2023-05-02 17:08:38 +12:00
Jesse Hills
c4a1f4facd
Update supporters for 2023.4.2 2023-04-27 19:37:15 +12:00
Jesse Hills
56a7d349ff
Merge branch 'current' into next 2023-04-27 19:35:48 +12:00
Keith Burzinski
fc4e2738b0
Add copy for on_tag_removed trigger for RC522 (#2876) 2023-04-27 10:47:52 +12:00
Jesse Hills
39110d4e2e
Update supporters for 2023.4.1 2023-04-24 09:30:14 +12:00
Jesse Hills
b5ee528310
Update supporters for 2023.4.0b3 2023-04-20 10:16:51 +12:00
Jesse Hills
4a15f67cbc
Update supporters for 2023.4.0b2 2023-04-17 15:47:12 +12:00
Jesse Hills
6dc9e909db
Update supporters for 2023.4.0b1 2023-04-13 10:44:14 +12:00
Jesse Hills
e16da3d6dd
Update supporters for 2023.3.2 2023-03-27 15:59:16 +13:00
Jesse Hills
5f633c1299
Update supporters for 2023.3.1 2023-03-22 12:06:20 +13:00
Jesse Hills
1e1d89850c
Update supporters for 2023.3.0b6 2023-03-16 09:02:38 +13:00
Jesse Hills
b3ecd7cd21
Update supporters for 2023.3.0b5 2023-03-15 21:21:02 +13:00
Jesse Hills
7ee774b98c
Merge branch 'current' into beta 2023-03-15 21:20:00 +13:00
Jesse Hills
3f5aefd57f
Format long single line note (#2750) 2023-03-15 10:02:47 +13:00
Jesse Hills
cd31996569
Prefix all docker image references with ghcr.io (#2749) 2023-03-15 10:02:26 +13:00
Jesse Hills
03a50dad15
Update supporters for 2023.3.0b4 2023-03-14 14:12:44 +13:00
Jesse Hills
5c7b164684
Merge branch 'current' into beta 2023-03-14 14:11:46 +13:00
Jesse Hills
fee7a606e3
Add esp32 + improv requirements for Made for ESPHome (#2745) 2023-03-12 23:28:00 -04:00
Jesse Hills
70be4dea29
Update supporters for 2023.3.0b3 2023-03-13 14:01:35 +13:00
Jesse Hills
378e6f1ce4
Update supporters for 2023.3.0b2 2023-03-09 15:53:24 +13:00
Jesse Hills
094fd03e1a
Update supporters for 2023.3.0b1 2023-03-09 09:43:21 +13:00
Jesse Hills
38d73ce10a
Merge branch 'current' into next 2023-03-08 01:10:46 +00:00
Steve Rodgers
3a86ec052e
Update diy.rst (#2706)
Add configuration link for my 9 valve sprinkler controller
2023-03-07 09:47:45 +01:00
Jesse Hills
bff961afc6
Minor updates on sharing page (#2722) 2023-03-06 19:42:36 +13:00
Jesse Hills
820b73ca6e
Update supporters for 2023.2.4 2023-02-23 13:42:50 +13:00
Jesse Hills
b101a1e80e
Merge branch 'current' into next 2023-02-23 13:41:40 +13:00
Keith Burzinski
cfc56b9c00
Sprinkler docs v2 update (#2510)
* Sprinkler docs v2 update

* Correction

* Polishing up

* Fixing some links

* Add 'Understanding the Sprinkler Controller's State' section

* Shorten text in examples

* Fix example, syntax highlighting

* Add divider to action index, other copy tweaks

* Document unit_of_measurement use
2023-02-21 19:48:02 -06:00
James Swift
7a24e9c8f6
remove keep_user_credentials (#2687) 2023-02-20 16:46:27 +13:00
Jesse Hills
b2423fbdc5
Update supporters for 2023.2.3 2023-02-20 08:17:46 +13:00
Jesse Hills
a0981cab77
Update supporters for 2023.2.2 2023-02-17 19:12:01 +13:00
Jesse Hills
91a3b1ff74
Update supporters for 2023.2.1 2023-02-16 14:07:27 +13:00
Jesse Hills
3836bafea0 Update supporters for 2023.2.0 2023-02-15 19:36:12 +13:00
Jesse Hills
6cd06f347a Update supporters for 2023.2.0b5 2023-02-14 14:01:40 +13:00
Jesse Hills
a4ccca0fe7 Update supporters for 2023.2.0b4 2023-02-13 13:55:35 +13:00
Jesse Hills
b4ef1452a5 Merge branch 'current' into beta 2023-02-13 11:54:18 +13:00
rradar
335f15f9c9
Added note for “SetOption78 1” in Tasmota (#2660)
* Added note for “SetOption78 1” in Tasmota

If you are using Tasmota 7.2+ it is necessary to run the command “SetOption78 1” in the Tasmota console and restart your device to be able to upgrade to esphome.

* Update migrate_sonoff_tasmota.rst

* Update migrate_sonoff_tasmota.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-10 17:38:11 +01:00
Jesse Hills
8337531755
Update supporters for 2023.2.0b1 2023-02-09 15:45:58 +13:00
Jesse Hills
a6fff4b5f2
Merge branch 'current' into next 2023-02-08 23:37:59 +00:00
tomaszduda23
966a4df6f7
adds INPUT_OUTPUT_OPEN_DRAIN (#2646) 2023-02-07 12:55:38 +13:00
PricelessToolkit
8246255e2e
Update diy.rst (#2560)
In "Blog Posts & Videos" added "Droplet Smart Irrigation System by PricelessToolkit"
2023-02-05 20:41:24 +01:00
Steamfoundry
18feec5037
Update getting_started_command_line.rst (#2561)
Added the --privileged docker flag
2023-02-05 20:39:11 +01:00
kfulko
882801ac73
Update migrate_sonoff_tasmota.rst (#2632)
* Update migrate_sonoff_tasmota.rst

* Update migrate_sonoff_tasmota.rst

* Update migrate_sonoff_tasmota.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 20:21:49 +01:00
Jesse Hills
46c5e085d5
Update supporters for 2022.12.8 2023-01-27 09:48:26 +13:00
Jesse Hills
3076029e6a
Merge branch 'current' into next 2023-01-27 09:43:35 +13:00
Jesse Hills
6a5c391df1
Update supporters for 2022.12.7 2023-01-26 15:01:09 +13:00
Jesse Hills
c8fefadfa4
Merge branch 'current' into next 2023-01-26 14:59:51 +13:00
Jesse Hills
ba2bcccdf3
Add improv serial next_url (#2620) 2023-01-25 14:37:03 +13:00
Jesse Hills
c4ede6234f
Update supporters for 2022.12.6 2023-01-24 08:35:22 +13:00
Jesse Hills
528ccd2e65
Merge branch 'current' into next 2023-01-24 08:30:14 +13:00
Jesse Hills
dccff99a09
Update supporters for 2022.12.5 2023-01-23 09:07:11 +13:00
Jesse Hills
8c3d9b5b8b
Merge branch 'current' into next 2023-01-23 09:06:03 +13:00
Jesse Hills
4ffa429d48
Update supporters for 2022.12.4 2023-01-20 18:34:19 +13:00
Jesse Hills
96308aeb57
Merge branch 'current' into next 2023-01-20 18:33:02 +13:00
gb0101010101
0c1ed5c712
Note ID is not used by Home Assistant (#2525)
* Note ID is not used by Home Assistant

Add note to ID variables to make it clear that it is not used by Home Assistant.

* Update configuration-types.rst

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-01-13 10:03:13 +01:00
Jeff
ccda4c496c
fix example 2023-01-11 17:24:47 -08:00