123 Commits

Author SHA1 Message Date
Madelena Mak
d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00
Franck Nijhof
8f53689a00
Merge branch 'current' into next 2024-05-27 14:59:43 +02:00
Clément Notin
985c08a8b7
Below/above is lower/higher than, *equal excluded* (#32945) 2024-05-26 13:00:24 +02:00
Matthias Alphart
b580d022c7
Allow templates for enabling conditions (#32771) 2024-05-15 21:05:08 +02:00
Franck Nijhof
5ca5621f11
Merge branch 'current' into rc 2024-04-03 12:20:33 +02:00
Clinton Gormley
7c923f48f8
Update service-calls.markdown (#32086) 2024-03-29 18:48:37 +01:00
Franck Nijhof
a887764d23
Merge branch 'current' into next 2024-03-27 10:12:39 +01:00
Franck Nijhof
a30e2cd33c
Allow numeric state trigger/condition against zone entities (#32038)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-03-26 19:41:57 +01:00
Dawid Nowak
fd2497624a
service-calls: added info that target values should be lower-cased (#31273) 2024-03-20 09:08:47 +01:00
c0ffeeca7
1be6ac4854
Remove deprecated service list_events in favor of get_events (#30196)
* Deprecate service list_events in favor of get_events

- The service `calendar.list_events` is deprecated in favor or `calendar.get_events`
- in 2023.12. Scheduled to be removed in 2024.6
- This PR adds a note that this service is deprecated
- The docs for `get_events` are a topic for a separate PR
- Unlike list_events, get_events supports multiple responses
- related parent PR in core: https://github.com/home-assistant/core/pull/102481

* remove newlines

* Remove dates to align with format of other deprecation notices

* WIP: add calendar.list_events

* Add example of get_event, remove list_event

* Fix exmaple in service-calls
2023-12-14 10:19:47 +01:00
c0ffeeca7
8d98500d0e
Docs c z apply sentence style caps add term refs (#29892)
* Docs a-b: apply sentence-style-caps, add term refs

* Docs: apply sentence-style-caps, add term refs

* Apply suggestions from code review

* Glossary: add alias for plural

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-18 14:36:08 +01:00
Allen Porter
7ebf94ad8e
Add documentation for scripts and service calls with response data (#27863)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-06-27 13:12:56 +02:00
Sven Serlier
4d7f6d1480
Small documentation improvements (4) (#26702)
Co-authored-by: Marc Randolph <mrand@users.noreply.github.com>
2023-03-26 11:50:04 +02:00
Erik Montnemery
9b17e380cf
Document templating for in state conditions (#26317) 2023-02-20 19:14:51 +01:00
Jan Bouwhuis
729991f4ff
Correct documentaion links to templating docs (#26055) 2023-02-02 13:34:17 +01:00
Karlie Meads
de4845d189
Update documentation to reflect intuitive behaviour of an action being disabled (#25794) 2023-01-16 21:41:02 +01:00
Thanassis Adamis
b97dde32df
improve the comment of the 'for' usage in the state conditions (#25524) 2023-01-03 15:10:03 +01:00
Marius
0b251ed3a0
replace 'valid' with 'true' (#25377)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-12-29 09:03:11 +01:00
Danny Tsang
1104beb7dc
Reworded introduction on conditions page. (#25256)
fixes undefined
2022-12-12 16:59:04 +01:00
Rob Coleman
f5b5c150f1
Correct the state attribute example (#25020) 2022-11-22 10:07:59 +01:00
Janick Bergeron
0a97b638b2
Remove contradiction in sunset condition (#24005) 2022-10-14 13:12:24 +02:00
Nico Vromans
86cb9ca5ed
Fixed sunset offset description. (#22655) 2022-05-09 13:07:50 +02:00
Franck Nijhof
a5dcedc160
Merge branch 'current' into rc 2022-05-03 13:37:26 +02:00
Danny Tsang
4f01d27575
Moved sunset/sunrise condition descriptions to before examples. (#22580) 2022-05-02 12:53:10 +02:00
Thomas Lovén
9f04669f37
Documentation for home-assistant/core#70120 (#22408) 2022-04-18 22:09:40 +02:00
Franck Nijhof
f36774bfc9
Allow disabling specific triggers/actions/conditions (#22401) 2022-04-16 13:18:29 +02:00
Franck Nijhof
54710963ee
Merge branch 'current' into next 2022-04-16 09:41:17 +02:00
Paulus Schoutsen
1694d6641f
Remove script editor docs (#22391) 2022-04-14 22:01:59 +02:00
Franck Nijhof
91f28433ab
Allow any entity to match state condition (#22321) 2022-04-12 12:10:16 +02:00
OzGav
91757cde17
Update conditions.markdown (#22192) 2022-03-30 09:27:16 +02:00
Franck Nijhof
0b04252537
Move /lovelace -> /dashboards, and renames resulting from that (#22036) 2022-03-15 21:36:33 +01:00
Erik Montnemery
65ef7786dd
Document short hand templates in condition actions (#20794) 2021-12-21 12:29:48 +01:00
Franck Nijhof
bed03c1358
Merge branch 'current' into next 2021-10-27 12:22:38 +02:00
Kiril Peyanski
275de96f26
Update conditions.markdown (#18725) 2021-10-26 16:40:58 +02:00
Chris Browet
99b3511c31
Service call with a native dictionary (#19922) 2021-10-23 21:10:55 +02:00
Chris Browet
21b47f7bf9
Add a TOC to the condition reference (#19156)
Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
2021-09-28 13:42:41 +02:00
Oncleben31
02f4d38145
Current example in Conditions documentation don't work (#19308) 2021-09-18 09:27:38 +02:00
Franck Nijhof
e0011641cf
Clarify target example in script service call documentation (#19037) 2021-08-24 12:46:51 +02:00
ryman1
463e92cdf8
Change 'condition' to 'conditions' (#18543) 2021-07-21 23:05:57 +02:00
Erik Montnemery
baa1e53193
Document trigger condition (#18160)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-06-12 11:48:07 +02:00
Franck Nijhof
c1f6e7ef5f
Add referencing sensor entities for before/after in time conditions (#18115) 2021-06-07 18:24:16 +02:00
Franck Nijhof
aa08471668
Allow number & sensors references in numeric_state triggers/conditions (#18084) 2021-06-04 18:14:58 +02:00
Clemens
886a1be69b
Update conditions.markdown (#17147) 2021-03-27 12:04:04 +01:00
David Beitey
78febbe131
Wrap service call docs template example value in quotes (#17025) 2021-03-16 16:48:59 +01:00
Philip Allgaier
ede860d9be
Some fixes for service-call docu (#17006) 2021-03-15 13:05:00 +01:00
Erik Montnemery
c97f7fa715
Add alias to condition syntax examples (#16697)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-02-22 21:22:11 +01:00
Franck Nijhof
616103c28c
Update some service calls to use target (#16592) 2021-02-20 00:14:14 +01:00
Franck Nijhof
577817d0cf
Remove inline Liquid escaping for templates (#16478) 2021-02-10 08:34:28 +01:00
Franck Nijhof
03d8d34bf8
Bunch of YAML styling improvements - part 2 (#16379) 2021-02-01 22:46:37 +01:00
Franck Nijhof
7910d17c08
Bunch of YAML styling improvements (#16372) 2021-02-01 10:42:12 +01:00