571 Commits

Author SHA1 Message Date
Franck Nijhof
8c726e1ea4
Merge branch 'current' into next 2024-04-30 10:38:39 +02:00
rlippmann
28a9071ad7
Deprecate relative_time in favor of time_since()/time_until() (#25631)
Co-authored-by: haydndup <22921789+haydndup@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-04-30 10:25:26 +02:00
c0ffeeca7
782a2bc294
Fix links to device class and customizing entities (#32483)
* Fix links to device class and customizing entities

- add redirect
- addresses issue raised in #https://github.com/home-assistant/home-assistant.io/issues/32480

* Add redirect

* Add reference to device class information

* Undo formatting changes

* Update source/_redirects

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

* Update plugins/configuration.rb

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

* Update plugins/configuration.rb

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2024-04-26 19:05:22 +02:00
c0ffeeca7
29c320b323
General settings: replace section on reloading config by link (#32445) 2024-04-26 11:51:44 +02:00
c0ffeeca7
67a5bd7626
Customize entities: update procedure to reflect current software (#32469) 2024-04-26 11:00:58 +02:00
c0ffeeca7
39c97383fa
Customizing entities: move YAML config docs (#32463)
* Customizing entities: move YAML config docs

* Add reference to procedure on changing settings via UI
2024-04-26 07:56:40 +02:00
Franck Nijhof
590db2a828
Merge branch 'current' into next 2024-04-24 20:51:51 +02:00
J. Nick Koston
d0cb70f828
Document debug configuration setting (#32411)
* Document debug configuration setting

Enable Home Assistant's built-in debug, which can help locate misbehaving integrations by enabling run-time checks for implementation errors. It can block many unsafe thread operations from crashing the system. Enabling debug has a slight performance impact on the system and is not recommended for long-term use.

* Update basic.markdown

* add to troubleshooting as well

* cleanups

* cleanups

* restore lost info from merge conflict
2024-04-24 11:50:07 +02:00
kepath
7d3cda2189
Update templating.markdown (#32439) 2024-04-23 23:25:08 +02:00
Franck Nijhof
31bd4f6d1a
Merge branch 'current' into next 2024-04-23 22:43:52 +02:00
c0ffeeca7
b57e27e1d8
General settings: add screenshots, make procedural (#32371)
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-04-23 22:35:00 +02:00
c0ffeeca7
b609c2542b
Related topics: fix typo in title (#32435) 2024-04-23 15:59:09 +02:00
Martijn van der Pol
6a0bee32f3
Update as_datetime in templating docs (#32424)
* Update `as_datetime`

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-04-23 15:52:47 +02:00
c0ffeeca7
980996f0f5
Docs: fix markdown in related meta data section (#32431)
* Docs: fix markdown in related meta data section

* Fix markdown

* Update source/_docs/organizing/categories.markdown

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>

---------

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2024-04-23 14:49:58 +02:00
c0ffeeca7
e6448f68dc
Configuration: Move related topics to meta data (#32409) 2024-04-22 14:42:24 +02:00
c0ffeeca7
b0f44235cf
YAML syntax: add headings and tiny rephrase (#32361)
* YAML syntax: add headings and tiny rephrase

* Add related link to automation.yaml file

* Remove section on secrets, add link to secrets page instead
2024-04-22 08:09:28 +02:00
c0ffeeca7
3eda1db689
Installation methods: add glossary references (#32287)
* Installtion methods: add glossary references

* Update source/_docs/blueprint/selectors.markdown
2024-04-12 11:56:02 +02:00
Robert Resch
7d497f5365
Revert "Fix floor template function docs" (#32146) 2024-04-03 18:30:35 +02:00
Robert Resch
2cf47bf096
Fix floor template function docs (#32143) 2024-04-03 18:30:32 +02:00
Robert Resch
94791937fb
Revert "Fix floor template function docs" (#32146) 2024-04-03 16:34:12 +02:00
Robert Resch
7dc1ed99ac
Fix floor template function docs (#32143) 2024-04-03 14:40:00 +02:00
Franck Nijhof
60a02f7177
Add label template functions (#32122)
* Add label template functions

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-04-02 14:51:11 +02:00
Franck Nijhof
e1b49ae9ea
Add floor template functions (#32121)
* Add floor template functions

* Add missing full stop
2024-04-02 14:51:08 +02:00
Franck Nijhof
439b5f430b
Add label template functions (#32122)
* Add label template functions

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-04-02 09:54:09 +02:00
Franck Nijhof
82762d63da
Add floor template functions (#32121)
* Add floor template functions

* Add missing full stop
2024-04-02 09:29:37 +02:00
Erik Montnemery
2df7167789
Document state.last_reported (#31983)
* Document state.last_reported

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-03-21 09:34:45 +01:00
RoboMagus
6886fae74d
Issues jinja template (#31712) 2024-03-06 12:07:58 +01:00
Erik Montnemery
98c1851b4b
Document changes in integration_entities (#31697)
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-03-06 11:35:36 +01:00
Franck Nijhof
ba761a148a
Merge branch 'current' into next 2024-03-05 19:20:57 +01:00
c0ffeeca7
fa52c5c0dd
Advanced configuration: add subtitles (#31658)
- To add more structure and improve readability
- Tiny style and grammar changes
- Add statement that included file must be valid YAML, and valid within the context of the file including it.
- Addresses feedback from #30542
2024-03-01 15:25:19 +01:00
Franck Nijhof
e75f91bbaf
Merge branch 'current' into next 2024-02-21 19:44:15 +01:00
Dawid Nowak
20b5e2ca16
state_object: Context: keywords with backticks (#31496)
* state_object: Context: keywords with backticks

Same way the keywords are highlighted in other tables on this page.

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-02-19 07:06:46 +01:00
Piotr Machowski
e2687d9f97
Add documentation of state_translated jinja function (#31323)
Co-authored-by: Piotr Machowski <PiotrMachowski@users.noreply.github.com>
2024-02-14 10:12:31 +01:00
Martijn van der Pol
8cfc596b17
Add default parameter to as_datetime documentation (#31048) 2024-01-29 18:51:50 +01:00
Lars R
918fb8ca8a
Add 'bitwise_xor' filter to jinja templates (#30124) 2024-01-10 09:41:22 +01:00
Franck Nijhof
f5bf4e738c
Merge branch 'current' into rc 2024-01-03 10:50:27 +01:00
Christian Adamini
23c2c3fdea
Fix typos and grammar in yaml.markdown (#30597) 2024-01-02 11:41:11 +01:00
Martijn van der Pol
f70f3e71df
Add statistical_mode and median to templating docs (#30297)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-12-27 15:14:48 +01:00
Franck Nijhof
07d67c47e2
Merge branch 'current' into next 2023-12-27 14:02:26 +01:00
Robert Resch
d81815498f
Remove legacy_templates config (#30298) 2023-12-22 00:43:17 +01:00
Dawid Nowak
34f47ae067
splitting_configuration: fixed filename (#30363)
for the explanation to be consistent with the example
2023-12-18 08:29:42 +01:00
Geoffrey Coan
08a55dd311
Update templating.markdown, typo correction (#30187) 2023-12-06 23:23:56 +01:00
Franck Nijhof
7949b2b3b9
Merge branch 'current' into next 2023-11-29 09:46:23 +01:00
Robert Resch
eaca91e339
Remove legacy api password auth provider (#30019) 2023-11-27 14:17:01 +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
c0ffeeca7
8a6fa5a803
Docs: apply sentence-style capitalization (#29891)
* Docs: apply sentence-style capitalization

* Update source/_docs/automation/trigger.markdown

* 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 11:29:00 +01:00
c0ffeeca7
8bb2c3ead3
Docs: apply sentence-style capitalization (#29867)
* Docs: apply sentence-style capitalization

* Update source/_docs/automation/trigger.markdown
2023-11-16 13:13:28 +01:00
Raman Gupta
4e05e0067d
Add docs for new type check template functions (#29008)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-10-25 14:10:31 +02:00
Sam Reed
4faba931e5
yaml.markdown: Link configuration.yaml at first usage (#29280) 2023-10-10 21:42:30 +02:00
Danny Tsang
8890b5d371
Added VPN to remote access page (#29081)
* Added VPN to remote access.

Fixes #28982

Changed page layout into distinct options with headers.

* Apply suggestions from code review

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

---------

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-10-06 20:06:46 +02:00