Commit Graph

121 Commits

Author SHA1 Message Date
Simone Rossetto
0cac6380d5
Documentation for WireGuard actions and conditions (#3342) 2024-01-11 14:09:45 +09: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
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
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
Keith Burzinski
eadee3a2e2
Add connection triggers to API doc (#3308) 2023-10-30 20:48:24 +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
87273af8e0
Merge branch 'current' into next 2023-10-12 15:12:41 +13: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
De Cock Xavier
6edf9ba800
Allow Poller Component suspend / resume action (#3205) 2023-10-03 09:25:16 +13: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
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
Keith Burzinski
fc4e2738b0
Add copy for on_tag_removed trigger for RC522 (#2876) 2023-04-27 10:47:52 +12: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
Jesse Hills
96308aeb57
Merge branch 'current' into next 2023-01-20 18:33:02 +13: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
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
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
azrdev
3c4acf2e6a
Clarify docs for logger, globals (#2323) 2022-10-19 08:05:18 +13: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
Corey Rice
d1ce7d5e97
added a sentence to script.is_running -check links 2022-09-05 14:23:00 -04:00
btzs
0cffd57fda
Update automations.rst (#2251) 2022-08-31 13:56:35 +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
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
04e247ec9a
Add volume actions for media player (#2124) 2022-06-13 13:32:45 +12:00
Jesse Hills
50948d2cc0
Add volume actions for media player (#2124) 2022-06-13 13:29:35 +12:00
Jesse Hills
e910fd1170
Docs for media player actions (#2118) 2022-06-08 22:33:29 +12:00
jimtng
c34c62430d
Add docs for mqtt.on_connect / on_disconnect (#2105) 2022-06-03 13:51:54 +12:00
Jesse Hills
26f8b0f576
Merge branch 'current' into next 2022-05-11 12:50:31 +12:00
Jesse Hills
9805f81b51
deep_sleep.allow docs (#2066) 2022-05-11 12:47:56 +12:00
sevorl
2d5d7d9cf2
Update automations.rst (#2002)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-05-11 09:38:07 +12:00
Maurice Makaay
d5efc54bec
Documentation for number enhancement PR #3429 (#2049)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-05-10 16:59:00 +12:00
Maurice Makaay
88a469404f
Documentation for Select Enhancement PR (#2046)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
2022-05-10 16:41:29 +12:00
Jonathan Burns
2ab15cb9c1
Add newer HomeAssistant actions to list of all actions (#2004) 2022-04-14 15:58:59 +12:00
phpia
ccf1966fe6
Update automations.rst (#1992)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-04-14 03:57:29 +00:00
Chris Nussbaum
9717d75b05
Add an action for pzemac to reset the total energy (#1522) 2022-01-10 23:13:43 +13:00
Jesse Hills
ae922bc8ac
Merge branch 'current' into next 2021-12-02 17:10:24 +13:00
Oxan van Leeuwen
f358d4c0db
Use consistent syntax for config option types (#1659) 2021-11-29 07:57:01 +13:00
Otto Winter
6053f490b5
Update svg2png and seo.py (#1380)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-11-16 15:19:33 +13:00
Oxan van Leeuwen
b6189bef9b
Docs for repeat action (#1604) 2021-11-11 10:08:37 +13:00
Jesse Hills
ff6435a334
Merge branch 'current' into next 2021-10-13 16:36:23 +13:00