Franck Nijhof
974b66e1a3
Merge branch 'current' into rc
2025-04-02 08:03:45 +00:00
Franck Nijhof
5aeeb7061a
Fix Blueprint example to include required domain key
2025-03-31 19:29:37 +00:00
Fredrik Erlandsson
eeb9da2228
Update device-triggers link ( #38257 )
2025-03-31 14:45:15 +02:00
Franck Nijhof
16dd8701ba
Fix sentence on action configuration
2025-03-31 06:37:02 +00:00
c0ffeeca7
89074d046c
Include Z-Wave.Me UZB1 in the note about Aeotec compatibility issues ( #38259 )
2025-03-28 15:50:49 +01:00
tomlut
9fed9d47d1
Update state_object.markdown ( #38256 )
...
Should close this feedback issue: https://github.com/home-assistant/home-assistant.io/issues/38126
2025-03-28 15:38:43 +01:00
Jan Čermák
b1a808e097
Use less awkward wording as @coderabbitai suggested
2025-03-28 14:27:47 +01:00
Jan Čermák
abaf2d8051
Include Z-Wave.Me UZB1 in the note about Aeotec compatibility issues
...
The Z-Wave.Me UZB1 is based on the same HW, as lsusb shows:
0658:0200 Sigma Designs, Inc. Aeotec Z-Stick Gen5 (ZW090) - UZB
It's been reported numerous time to be broken and newer Linux kernel
versions can't work with it at all because of changes in the USB stack.
As this has never been a Pi4 issue, adjust the note accordingly and
refer the Z-Wave.Me stick to it too.
The title of the note was left unchanged to keep links referring to it
still working.
2025-03-28 14:01:19 +01:00
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