Commit Graph

822 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
brogon
e189d6d85c
Pcf85063 rtc (#2347)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-23 12:33:58 +13:00
Lukáš Maňas
22d9e6c4bc
Fix syntax in the script.is_running lambda example (#2564) 2022-12-22 14:55:37 +01:00
Jesse Hills
8e7d1e76af
Update supporters for 2022.12.3 2022-12-20 23:16:36 +13:00
Casey Burnett
8c4869a4e8
docs(getting_started): fix typo (#2558) 2022-12-20 07:19:17 +01:00
Jesse Hills
6b0378ad7e
Update supporters for 2022.12.2 2022-12-20 10:50:34 +13:00
Jesse Hills
7577c07007
Update supporters for 2022.12.1 2022-12-16 13:37:18 +13:00
Jesse Hills
12f920f872
Update supporters for 2022.12.0b6 2022-12-14 12:04:08 +13:00
Jesse Hills
b064f5ff80
Update supporters for 2022.12.0b4 2022-12-13 09:14:40 +13:00
Jesse Hills
7e2be1e873
Update supporters for 2022.12.0b3 2022-12-12 17:20:38 +13:00
Jesse Hills
a6b6a1f2cd
Add import_full_config to creators page (#2513)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-12-12 17:19:14 +13:00
Jesse Hills
9706d89874
Update supporters for 2022.12.0b2 2022-12-08 13:43:55 +13:00
Jesse Hills
6bdc957f8c
Update supporters for 2022.12.0b1 2022-12-07 17:12:46 +13:00
Jesse Hills
9269f2f998
Update supporters for 2022.11.5 2022-12-06 12:54:34 +13:00
Jesse Hills
6047fc3a69
Update installation docs with newer versions (#2505) 2022-12-05 08:14:29 +13:00
rananna
cf4bf1ae10
Update diy.rst (#2495) 2022-12-05 07:58:23 +13:00
Jesse Hills
ad6ffff378
Update supporters for 2022.11.4 2022-12-01 13:49:41 +13:00
mulcmu
37b323e707
Merge branch 'current' into yaml-insertion 2022-11-27 19:48:11 -05:00
H. Árkosi Róbert
41e8a82c79
Merge pull request #2428 from piotr-kubiak/patch-1
Update faq.rst
2022-11-27 18:49:03 +01:00
mulcmu
0aebea8d83
Merge branch 'current' into yaml-insertion 2022-11-25 20:05:48 -05:00
mulcmu
5bc4c5746d
fix LINT error 2022-11-25 13:18:02 -05:00
mulcmu
20c4e4960a
fix LINT errors 2022-11-25 13:11:45 -05:00
mulcmu
5c443c0132
expand substitution
Highlight 2 passes are performed esphome PR 3585 (https://github.com/esphome/esphome/pull/3583)

Highlight variables can be substituted when including files esphome PR 3510 (https://github.com/esphome/esphome/pull/3510)
2022-11-25 12:56:30 -05:00
H. Árkosi Róbert
1f865beef7
Update getting_started_hassio.rst 2022-11-25 12:24:47 +01:00
Jesse Hills
12f75efc2a
Update supporters for 2022.11.3 2022-11-24 17:04:23 +13:00
Jesse Hills
9be4eaa045
Update supporters for 2022.11.2 2022-11-23 13:05:28 +13:00
Piotr Kubiak
376c136a84
Merge branch 'current' into patch-1 2022-11-22 21:10:22 +01:00
Jesse Hills
6b22309584
Update supporters for 2022.11.1 2022-11-17 13:53:17 +13:00
Jesse Hills
b95d280fba
Update supporters for 2022.11.0 2022-11-17 07:19:25 +13:00
Jesse Hills
759d2a0f57
Update supporters for 2022.11.0b5 2022-11-16 12:31:59 +13:00
Jesse Hills
0505d6fd86
Update supporters for 2022.11.0b4 2022-11-14 13:42:17 +13:00
Piotr Kubiak
26f1157dad
Update faq.rst
Fix typo
2022-11-11 16:00:57 +01:00
Piotr Kubiak
58aa4be00a
Update faq.rst
More appropriate link.
2022-11-11 15:39:43 +01:00
Jesse Hills
5d89e2ba68
Update supporters for 2022.11.0b3 2022-11-11 11:50:41 +13:00
Jesse Hills
9915dc7485
Merge branch 'current' into beta 2022-11-11 11:49:32 +13:00
Ben Brooks
ab17af9d5e
Added project "Automated Coffee Bean Roaster" (#2275) 2022-11-09 21:51:44 -08:00
Jesse Hills
ce7dc62590
Update supporters for 2022.11.0b2 2022-11-10 11:49:11 +13:00
Jesse Hills
444271adfb
Update supporters for 2022.11.0b1 2022-11-09 17:30:33 +13:00
Jesse Hills
ff64be2162
Merge branch 'current' into next 2022-11-09 17:26:51 +13:00
jimtng
33f45d3827
Add documentation on script parameters (#2120)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-09 16:52:04 +13:00
H. Árkosi Róbert
90d2729c8a
Merge pull request #2267 from crice009/current
added a sentence to script.is_running -check links
2022-11-05 09:14:13 +01:00
Jesse Hills
2bef818a76
Update supporters for 2022.10.2 2022-11-01 12:39:47 +13:00
Jesse Hills
28bb68b2f0
Merge branch 'current' into next 2022-11-01 12:38:36 +13:00
Paulus Schoutsen
d851bd413b
Remove gitpod instructions (#2399) 2022-10-28 15:42:19 +02:00
Jesse Hills
1160dc279f
Remove devices on home page and replace with platforms (#2393) 2022-10-27 15:43:17 +13:00
Samuel Sieb
d7699cd495
fix lambda entries in the script docs (#2390) 2022-10-26 14:10:27 -07:00
Samuel Sieb
3c45f1b3ec
remove invalid method from docs (#2389) 2022-10-26 11:05:29 -07:00
Jesse Hills
ae76662b1a
Update supporters for 2022.10.1 2022-10-26 12:09:51 +13:00
Jesse Hills
1f2fad852c
Merge branch 'current' into next 2022-10-26 12:07:51 +13:00
Jesse Hills
01d05e7191
Update supporters for 2022.10.0 2022-10-19 10:40:02 +13:00
Jesse Hills
0a11470ac9
Merge branch 'current' into beta 2022-10-19 10:30:16 +13:00
azrdev
3c4acf2e6a
Clarify docs for logger, globals (#2323) 2022-10-19 08:05:18 +13:00
Jesse Hills
69aa967e79
Update supporters for 2022.10.0b2 2022-10-15 08:38:44 +13:00
Kuba Szczodrzyński
4237b1dd31
Add docs for keep_user_credentials (#2301) 2022-10-14 08:58:46 +13:00
Jesse Hills
305886fe23
Update supporters for 2022.10.0b1 2022-10-13 09:35:22 +13:00
Jesse Hills
1986a9e26f
Update supporters for 2022.9.4 2022-10-07 16:35:38 +13:00
Jesse Hills
f9417ed019
Update supporters for 2022.9.3 2022-10-06 09:25:47 +13:00
Jesse Hills
20789d540d
Update supporters for 2022.9.2 2022-09-29 16:01:53 +13:00
Jesse Hills
8c63444379
Update supporters for 2022.9.1 2022-09-22 07:41:04 +12:00
Jesse Hills
2f0200efe7
Update supporters for 2022.9.0b4 2022-09-21 07:39:43 +12:00
Jesse Hills
c22d26bc58
Update supporters for 2022.9.0b3 2022-09-20 17:15:58 +12:00
Jesse Hills
a1d6fe2d0d
Merge branch 'current' into beta 2022-09-20 17:14:41 +12:00
H. Árkosi Róbert
35685b76a4
Merge pull request #2180 from gsieben/patch-5
lambda example in the script section
2022-09-19 07:22:13 +02:00
Jesse Hills
b2f731e161
Update supporters for 2022.9.0b2 2022-09-15 13:04:51 +12:00
Jesse Hills
ff351ec607
Update supporters for 2022.9.0b1 2022-09-14 17:14:07 +12:00
Jesse Hills
642ca38f34
Merge branch 'current' into next 2022-09-06 16:48:30 +12:00
Jesse Hills
f275fd8007
Update supporters for 2022.8.2 2022-09-06 13:18:56 +12:00
Jesse Hills
9e074fa2f2
Merge branch 'current' into next 2022-09-06 13:10:00 +12:00
Corey Rice
d1ce7d5e97
added a sentence to script.is_running -check links 2022-09-05 14:23:00 -04:00
Andrey Yantsen
7cd8df0e15
Document available docker tags (#2260) 2022-09-04 20:23:58 +12:00
Jesse Hills
8bb0b2f942
Update supporters for 2022.8.1 2022-09-01 11:32:48 +12:00
Jesse Hills
f6abea22f1
Merge branch 'current' into next 2022-08-31 16:01:32 +12:00
btzs
0cffd57fda
Update automations.rst (#2251) 2022-08-31 13:56:35 +12:00
Quentin Smith
ef898d5203
Document how packages are merged into a configuration (#2126) 2022-08-21 23:41:02 -07:00
Kalashnikov Ilya
2c76233a43
Warn against running Docker on Mac (#2141) 2022-08-19 10:54:01 +12:00
Jesse Hills
06927c48fa
Update supporters for 2022.8.0 2022-08-17 13:13:42 +12:00
Jesse Hills
133f1b4d33
Merge branch 'current' into beta 2022-08-17 12:58:25 +12:00
Daniel H Brown
1216519178
Added “devices” example to docker-compose notes (#2220) 2022-08-16 16:05:34 +12:00
@RubenKelevra
aa67443fec
diy: add tcs34725 ambient light sensor example (#2132) 2022-08-16 16:03:38 +12:00
Jesse Hills
24a231f5b6
Update supporters for 2022.8.0b3 2022-08-16 14:49:48 +12:00
Jesse Hills
f98d2df4d5
Update supporters for 2022.8.0b2 2022-08-15 08:25:10 +12:00
Jesse Hills
c5d67ffd9c
Update supporters for 2022.8.0b1 2022-08-10 15:31:16 +12:00
Jesse Hills
b7b2815c2b
Merge branch 'current' into next 2022-08-10 15:25:11 +12:00
Keith Burzinski
91f7eda827
Sprinkler Controller documentation (#1471) 2022-08-09 12:19:45 +12:00
rbaron
826b06dce0
Adds docs for the new ble_client.ble_write Action (#2024)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-08 13:00:00 +12:00
Jesse Hills
994941bf39
Update supporters for 2022.6.3 2022-08-08 08:25:58 +12:00
Javier Peletier
00a2fc4ad4
Update FAQ to document NVS write error (#2191) 2022-08-02 17:12:06 +12:00
Gabriel Sieben
d31494a9b0
Update automations.rst 2022-07-20 12:16:26 +02:00
Gabriel Sieben
c0afd8dfef
Update automations.rst
there were illegal blanks in the new line after the code block
2022-07-20 12:10:05 +02:00
Gabriel Sieben
3b3f506a9f
Update automations.rst 2022-07-13 00:05:26 +02:00
Gabriel Sieben
168220b878
lambda example in the script section
I have included examples of 'lambda' in the "script" section. I played around for ages until I noticed that the round clamps at the end were missing. In the forum also searched someone who did not get an answer to his question. It will help others.
2022-07-12 23:53:40 +02:00
Jesse Hills
656340f640
Update supporters for 2022.6.2 2022-06-23 10:35:05 +12:00
Jesse Hills
492a1d0281
Update supporters for 2022.6.1 2022-06-18 17:26:51 +12:00
Jesse Hills
bc6c34412e
Update supporters for 2022.6.0 2022-06-16 12:43:28 +12:00
Jesse Hills
b2e4f4d9de
Merge branch 'current' into beta 2022-06-16 11:31:34 +12:00
Jesse Hills
c4052cad3c
Update My link on getting started (#2131) 2022-06-15 07:57:58 +12:00
Jesse Hills
226e896b0b
Update supporters for 2022.6.0b4 2022-06-14 20:42:40 +12:00
Jesse Hills
8c562ad95a
Update supporters for 2022.6.0b3 2022-06-13 13:33:51 +12:00
Jesse Hills
04e247ec9a
Add volume actions for media player (#2124) 2022-06-13 13:32:45 +12:00
Jesse Hills
573e01eaa1
Update supporters for 2022.6.0b2 2022-06-09 20:28:32 +12:00
Jesse Hills
a1df33e5f1
Update supporters for 2022.6.0b1 2022-06-08 23:13:45 +12:00