2879 Commits

Author SHA1 Message Date
Petro31
d4bd08d3b4
Fix trigger example with hidden template (#37800)
* Fix trigger example with hidden template

* Remove auto-TOC thing
2025-03-08 11:33:44 +01:00
Michael
bfb86da532
Remove beta flag from Matter integration (#37810)
* remove beta flag from matter integration

* Update water.markdown
2025-03-05 10:36:20 +00:00
Franck Nijhof
20198575c3
Merge branch 'current' into rc 2025-03-05 10:35:23 +00:00
kylehakala
4f3099293a
Move glossary from HTML to markdown, add first-letter separators for TOC (#37644) 2025-02-28 21:34:26 +01:00
c0ffeeca7
406f4dd975
Dev tools: update screenshots to show actions instead of services (#37747) 2025-02-28 09:48:31 +01:00
Rob
3a8e31a051
Fix link to Template entity (#37730)
The link of 'template entity' on https://www.home-assistant.io/docs/blueprint/ links to https://www.home-assistant.io/docs/integrations/template/ which does not exist.
I assume the URL should be https://www.home-assistant.io/integrations/template/
2025-02-27 06:17:30 +01:00
Artur Pragacz
0ad1274bf8
Script variable scopes (#37720) 2025-02-26 16:23:11 +01:00
Joscha
48e19f9894
Add Trigger Selector example in Selectors Documentation (#37571)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-02-19 19:58:01 +01:00
Jeff Axelrod
de8362ba2e
Update packages.markdown (#37474)
* Update packages.markdown

minor grammar corrections

* Update packages.markdown

Trying to better clarify the language
2025-02-15 21:49:38 +01:00
Ryan
3bd2bc4e98
Update templating.markdown to include trigger.alias (#37457) 2025-02-14 10:03:51 +01:00
erffrfez
a6105d4bbc
Clarify hass availability and usage for Home Assistant Core users (#36608)
* Update hass.markdown

add text as per issue #20086  (https://github.com/home-assistant/home-assistant.io/issues/20086).

also change bash to text in the markdown to remove the colour highlighting from 'exit', 'file' etc

* Update source/_docs/tools/hass.markdown

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update source/_docs/tools/hass.markdown

I think all I need to do here is 'Commit suggestion' and then it will happen. I have no authority to disagree with the suggested change!

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2025-02-05 20:32:47 +01:00
adynis
ea7bf764ba
Improve 'conditions' explanation (#37005)
I find it confusing to read only "If any of them do not return true, the automation will stop executing" (it's a double negation plus an "any" in the begining"). I've added an additional statement before
2025-01-20 08:09:24 +01:00
LHuisingh
894a26d713
Make wording consistent (#37006)
Make the wording relating to attributes more consistent within this sentence.
2025-01-20 08:08:17 +01:00
virtualducttape
feedcf37e2
Update blueprint.markdown to explain automation inheritance (#36867)
* Update blueprint.markdown

Adding details about how automations inherit changes from blueprints.

* add mylink

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-01-13 08:36:38 +01:00
Magnus Helin
334991c7e2
Update scene.markdown (#36889)
Removed configuration variable "description" as such a variable does not exist (HA will give an error if you try to insert it).
2025-01-13 07:59:25 +01:00
Franck Nijhof
a4b75932c7
Enquote password in lock out example to aid with special chars (#36704) 2025-01-06 09:52:36 +01:00
Honza Uhlík
ee026c097e
Fix AND logic for selector filters (#36732) 2025-01-05 12:38:53 +01:00
c0ffeeca7
ac5ccec3c3
Move backup to installation independent section of common tasks (#36679) 2025-01-03 17:29:59 +01:00
Franck Nijhof
94b781d575
Merge branch 'current' into next 2024-12-16 08:02:28 +00:00
Łukasz Nojek
c710d71e9f
Update templating.markdown - regex_replace (#36319) 2024-12-13 09:22:46 +01:00
Clément Notin
121f122c6b
Describe that conditions of an 'if' are 'and' (#36270) 2024-12-10 10:56:36 +01:00
Jan-Philipp Benecke
e232742dbe
Add new shortcut for device filter (#36106) 2024-12-09 23:35:46 +01:00
thromer
2dfa979b8d
Update link to "Using blueprints" section of template documentation. (#36243) 2024-12-09 08:26:56 +01:00
drewsteinacher
ae7cc8b2de
Link to min_version docs where it is referenced (#36233) 2024-12-08 22:13:07 +01:00
Ingolf Becker
c6daef565d
Removed left over reference to relative_time() (#36150)
relative_time() was deprecated in favor of time_since() and time_until() in #111177
2024-12-06 22:19:44 +01:00
Franck Nijhof
11a2f66ec6
Merge branch 'current' into rc 2024-12-03 18:09:37 +01:00
Jan-Philipp Benecke
e19a69f703
Add new shortcut for Assist dialog (#36107)
* Add new shortcut for Assist dialog

* Explain assist

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-12-03 07:37:03 +01:00
TheGroundZero
54b5fc9726
Move note so it better aligns with the example code it references (#36062) 2024-12-01 21:49:12 +01:00
c0ffeeca7
cf8bd41a25
Integration quality scale: update page (#36023)
- duplicate content from developer documentation
- https://developers.home-assistant.io/docs/core/integration-quality-scale/
2024-11-27 16:59:55 +01:00
Simon Lamon
f7bbcfe188
Explain time entity support in time condition (#33217) 2024-11-26 15:43:01 +01:00
karwosts
1041994181
Update quality_scale.markdown (#35888) 2024-11-21 21:54:04 +01:00
Jay Turner
50e29a51b1
Update Database documentation to reflect the deprecation of the entity_id column on states (#35733) 2024-11-15 17:25:17 +01:00
Raymond
877df6719f
Correct dining_room spelling in templating attributes example (#35776) 2024-11-15 16:56:34 +01:00
Erik Montnemery
4f2a793eaa
Rephrase MQTT template documentation (#35727) 2024-11-13 18:20:42 +01:00
G Johansson
71e1e66221
Clarify this in templates (#35658) 2024-11-09 10:43:06 +01:00
thnkwhatyouthnk
f7a65ac426
Documentation: Update scene.markdown Configuration Variable (#35659) 2024-11-08 16:10:52 +01:00
Franck Nijhof
b5f98c70a8
Merge branch 'current' into rc 2024-11-06 19:18:18 +01:00
c0ffeeca7
109a7b2e2e
Streamline username spelling. lowercase, no spaces (#35599) 2024-11-06 11:26:26 +01:00
c0ffeeca7
b10adcbff2
Auth providers: fix path to user configuration page (#35597) 2024-11-06 11:25:32 +01:00
Paulus Schoutsen
bde81adb63
Document device_id for sentence trigger (#35586) 2024-11-05 12:06:51 -06:00
Franck Nijhof
828a66bd80
Merge branch 'current' into next 2024-10-28 02:08:34 +01:00
Kamil Golec
b831909279
Duplicate "state" key removed from Scenes docs page (#35391) 2024-10-26 02:22:12 +02:00
Jonas Bergler
817d23f85b
Update docs for home-assistant/core#123427 (#34220) 2024-10-25 07:37:05 +02:00
Petro31
6ea0d1070f
add-limited-template-to-time-trigger-at (#33624) 2024-10-25 07:09:51 +02:00
Franck Nijhof
be9d5e15c2
Merge branch 'current' into next 2024-10-05 10:10:18 +02:00
Colin Guthrie
4045efb01e
A couple small fixes for 'service' to 'action' renames in automations (#35074) 2024-10-04 19:11:58 +02:00
Tudor Sandu
85178e7688
Blueprints for template entities (#35057)
* First draft

* Better import instructions

* Revert a change
2024-10-04 16:48:34 +02:00
Franck Nijhof
24b7bfbd0d
Merge branch 'rc' into current 2024-10-02 20:01:59 +02:00
c0ffeeca7
61de2c5b0c
Glossary: add YAML definition (#35017) 2024-10-02 14:52:07 +02:00
Franck Nijhof
8b9ad61e42
Improve YAML styling for all automation examples (#34932) 2024-10-02 11:13:23 +02:00