Commit Graph

2945 Commits

Author SHA1 Message Date
Franck Nijhof
989ce94fdc Add template list functions: intersect, difference, symmetric_difference, union (#38190) 2025-03-26 07:51:43 +01:00
Franck Nijhof
b5b6ac8b51 Merge branch 'current' into next 2025-03-24 12:12:24 +00:00
Artur Pragacz
e064781c90 Make variables action not restricted to local scopes (#38150) 2025-03-23 22:49:38 +01:00
AlCalzone
0bff366c8e Z-Wave: update recommended SDK versions (#38108) 2025-03-21 17:05:24 +01:00
Franck Nijhof
03ed223cf2 Add template function: combine (#38094) 2025-03-20 11:05:04 +01:00
Franck Nijhof
280e45776c Add template functions: md5, sha1, sha256, sha512 (#37884) 2025-03-10 07:38:25 +01:00
Franck Nijhof
3e11933f99 Add template function: flatten (#37879) 2025-03-09 14:01:30 +01:00
Franck Nijhof
f5644f746f Add template function: typeof (#37872)
* Add template function: typeof

* Tweak

* Tweak output format
2025-03-09 11:04:09 +01:00
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
Franck Nijhof
f872e128a3 Add template function: shuffle (#37864)
* Add template function: shuffle

* Use 'reproducible' instead

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-08 07:12:10 +01:00
Franck Nijhof
8501e9bc18 Merge branch 'current' into next 2025-03-06 12:08:36 +00: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
Michael
3abd427227 Remove beta flag from Matter integration (#37810)
* remove beta flag from matter integration

* Update water.markdown
2025-03-05 11:04:07 +01:00
karwosts
6b2e98bbba Add model_id to device filters (#36926)
* Update selectors.markdown

* tiny rephrase

* Update source/_docs/blueprint/selectors.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2025-03-02 21:16:06 +01:00
kylehakala
4f3099293a Move glossary from HTML to markdown, add first-letter separators for TOC (#37644) 2025-02-28 21:34:26 +01:00
Petro31
880c5e5569 add-floor-entities (#37107) 2025-02-28 13:32:13 +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