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
Bram Kragten
7d2544d97a
Add target to service calls docs ( #15891 )
2020-12-13 13:17:38 +01:00
Klaas Schoute
bff91be75c
✏️ Move scripts and auth redirect to file ( #14765 )
2020-10-02 13:03:22 +02:00
Dubh Ad
2d1a9fb86e
Stripping spaces ( #14622 )
...
Another broken example
2020-09-26 17:43:48 +02:00
Abel Matser
43d4d63749
Remove unnecessary _template after service call ( #14566 )
...
Since 0.115 the simpler ```service``` can be used instead of ```service_template```.
2020-09-19 20:56:09 +02:00
Franck Nijhof
5a5fdd4f8a
Add note about using shorthand condition templates in script sequences ( #14433 )
2020-09-10 21:17:53 +02:00
Franck Nijhof
4f7216c7c9
State condition can also accept an input_* Entity ID as state value ( #14412 )
2020-09-07 00:36:27 +02:00
Franck Nijhof
695f81fb69
Numeric state condition can also accept input_number entity ID ( #14403 )
2020-09-06 20:29:32 +02:00
Franck Nijhof
056cdf967a
Add shorthand notation for Template conditions ( #14413 )
2020-09-06 16:57:08 +02:00
Franck Nijhof
2ecb085eff
Time condition can also accept an input_datetime Entity ID ( #14404 )
2020-09-06 16:44:56 +02:00
Franck Nijhof
58f7bd7009
Merge branch 'current' into next
2020-09-05 15:14:52 +02:00
tomlut
e5dadeef57
Update sun elevation example to Home Assistant Documentation standards ( #14284 )
2020-09-05 14:29:01 +02:00
Franck Nijhof
f5eeb86ab6
Templates in data & service parameters (making data_template & service_template obsolete) ( #14292 )
2020-08-24 17:50:53 +02:00
Franck Nijhof
049cde6970
Add support for attributes in (numeric) state conditions ( #14271 )
2020-08-24 08:08:41 +01:00
Marius
2194975b83
Update conditions.markdown ( #14248 )
...
Seems 'when light' and 'when dark' were mixed up, corrected that.
2020-08-15 11:21:17 +02:00
Franck Nijhof
93466506bf
Add support for multiple states/zones in conditions ( #13768 )
2020-06-22 16:04:12 -07:00
Franck Nijhof
c0ada6683a
Add support for multiple entity_ids in conditions ( #13761 )
2020-06-15 22:54:32 +02:00
Franck Nijhof
08bac15670
Add NOT condition helper ( #13152 )
2020-04-24 09:40:59 -07:00
akasma74
4b24fd82dc
add note about time ( #12411 )
...
Similar to https://github.com/home-assistant/home-assistant.io/pull/12236
I think it's worth to make it clear how before and after keys work together and separately.
2020-03-17 18:36:55 +01:00
akasma74
e83d466a63
add note about sun.before and after ( #12236 )
...
* add note about sun.before and after
Based on this topic - https://community.home-assistant.io/t/automation-with-sun-condition-doesnt-works/175394/3
It's not obvious how to combine these keys.
And it looks like the examples should show it as well.
Comments moved out of the code.
* 📝 Tweaks
* ✏️ Tweak
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-03-02 15:20:59 +01:00
Sean Mooney
c973e65514
Remove outdated sentence from Zone condition ( #12201 )
...
Removed a sentence from Zone condition which I believe is very outdated and inaccurate. There's definitely more than two device trackers that report GPS coordinates - Life360 and the official iOS / Android mobile apps are ones I use that also do this.
2020-02-28 10:34:33 +01:00
Franck Nijhof
6ead12efbc
Extends textlint Terminology list; part 5 ( #12072 )
...
* Extends textlint Terminology list; part 5
* Remove walkthrough from textlint
* Improve Default Configuration page links
2020-02-13 13:39:06 +01:00
Franck Nijhof
6c292ca062
Extends textlint Terminology list ( #12065 )
2020-02-12 14:56:50 +01:00
John Hollowell
d82aaa88d1
Add service information to homeassistant integration ( #11607 )
...
* Update homeassistant.markdown
Add services and descriptions for `homeassistant`
* Update service-calls.markdown
Add link to homeassistant services information
* Update homeassistant.markdown
adhere to documentation standards
* Apply suggestions from code review
Fix heading levels and a copy/paste typo
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
* Apply suggestions from code review
make entity_id's optional
Co-Authored-By: Franck Nijhof <frenck@frenck.nl>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-01-03 19:09:23 +01:00
Florijan Hamzic
c887e81e3a
Added missing quotes for value_template value ( #11507 )
...
* added missing quotes for value_template value
* removed redundant quotes for value_template
2019-12-20 22:38:41 +01:00
Michael A. Alderete
2188db3c79
Minor edits for standard English ( #11495 )
...
Minor edits to improve American English grammar and usage.
2019-12-19 10:58:51 +01:00
Tom Brien
f8202c1a3e
Update reference to HA app to reflect current version ( #11360 )
...
* Update attribute
Update `device tracker` attribute to reflect changes in iOS app with release of 2.0/2019
* Change known_devices.yaml example explanation
iOS App 2.0/2019 no long users `known_devices.yaml` so change explanation of example to something that does.
Reword
* Update notification example
Update example automation to reflect changes in in ios app (now used cross-platform domain `mobile_app`)
* Update to reference companion apps
The simplest solution to get battery level is with the companion apps so this should be made clear.
* Add android
We have an android app now 🎉
2019-12-04 12:05:20 +01:00
scheric
19e0ab8253
Fix broken links ( #10617 )
...
* Fix broken link
* fix link OwnTracks platform
* fix link in lights built-in profiles
* fix link in Configurator the source
* fix link in Todoist determine....
determine what task in each project is "most" important
2019-10-06 12:11:08 +02:00
Klaas Schoute
0b0c3bac13
🔗 Fix broken links (part 6) ( #10579 )
2019-10-02 23:53:09 +02:00
Paul Sinclair
e446bebc63
📚 Update URL's with sensor in docs folder ( #10559 )
...
* 📚 Update URL's with sensor in docs folder
* 🔨 Fix typo in link
2019-10-02 21:38:18 +02:00
Sean Mooney
2307c608d2
Update slightly outdated Dev Tools instructions ( #10542 )
...
Minor tweak.. This used the previous Services icon which is no longer in use... Services is now a tab (text only) within Developer Tools since Home Assistant 0.96.
2019-10-02 08:24:22 +02:00
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations
2019-10-02 00:35:28 +02:00
kdvlr
0daad58567
Clarified the behavior of conditions. ( #10461 )
...
* Clarified the behavior of conditions.
The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.
* Updated docs to clarify conditions behavior
The current reading of the documentation indicates that if a condition evaluates to true it stops executing. Added additional context to the first line to describe the actual behavior.
* Renamed script to automation
* Changed to script or automation for consistency.
2019-09-28 09:37:15 +02:00
Klaas Schoute
b844165f80
🔨 Fix indents on conditions page ( #10061 )
2019-08-06 11:07:38 +02:00
cgtobi
9cb8e24097
Add info about concurrent use of data and data_template ( #9889 )
2019-07-18 12:19:41 +02:00
Franck Nijhof
c464056402
Making our website faster, cleaner and prettier ( #9853 )
...
* 🔥 Removes octopress.js
* 🔥 Removes use of root_url var
* 🔥 Removes Octopress generator reference from feed
* 🔥 Removes delicious support
* 🔥 Removes support for Pinboard
* 🔥 Removes support for Disqus
* 🔥 Removes support for Google Plus
* ↩️ Migrate custom after_footer to default template
* ↩️ Migrate custom footer to default template
* ↩️ Migrate custom header to default template
* 🔥 Removes unused template files
* 🚀 Places time to read directly in post template
* 🚀 Removes unneeded capture from archive_post.html template
* 🔥 🚀 Removes unused, but heaving sorting call in component page
* 🚀 Merged javascripts into a single file
* 🔥 Removes more uses of root_url
* 🚀 Removal of unneeded captures from head
* 🔥 🚀 Removal of expensive liquid HTML compressor
* 🔥 Removes unneeded templates
* 🚀 Replaces kramdown with GitHub's CommonMark 🚀
* 💄 Adds Prism code syntax highlighting
* ✨ Adds support for redirect in Netlify
* ↩️ 🔥 Let Netlify handle all developer doc redirects
* ✏️ Fixes typo in redirects file: Netify -> Netlify
* 🔥 Removes unused .themes folder
* 🔥 Removes unused aside.html template
* 🔥 Removes Disqus config leftover
* 🔥 Removes rouge highlighter config
* 🔥 Removes Octopress 🎉
* 💄 Adjust code block font size and adds soft wraps
* 💄 Adds styling for inline code blocks
* 💄 Improve styling of note/warning/info boxes + div support
* 🔨 Rewrites all note/warning/info boxes
2019-07-15 22:17:54 +02:00
Alex Molodoj
a4ebb42824
Correct ' and " in the sun template example ( #9846 )
2019-07-13 14:57:35 +02:00
Franck Nijhof
1833c32a2c
Cleans up front matter ( #9835 )
...
* Sets front matter defaults
* Removes default front matter from section templates/pages
* Removes default front matter from addon pages
* Removes default front matter from integration pages
* Removes default front matter from posts
* Removes default front matter from docs pages
* Removes default front matter from other pages
* Fixes blog category pages
2019-07-11 14:35:08 -07:00
Franck Nijhof
ebca3218c7
🔥 Removes linkable_title everywhere ( #9772 )
...
* Automatically create linkable headers
* Visually improve position of linkable header chain icon
* Do not auto link headers on homepage
* Remove linkable_title everywhere
* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00
Franck Nijhof
337b210cce
Rewrites states.xxx -> states('xxx') (and similar) ( #9736 )
...
* Rewrites states.xxx -> states('xxx') (and similar)
* Adds template escaping on some places
2019-06-30 11:45:03 -07:00
Franck Nijhof
1e46c4fcbe
Component(s) -> Integration(s) ( #9656 )
...
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Klaas Schoute
63135477d7
Merge pull request #9423 from home-assistant/emontnemery-patch-1
...
Update documentation related to sun triggers and sun conditions.
2019-05-30 00:17:41 +02:00
Klaas Schoute
a3b76fb3ed
✏️ Tweak
2019-05-30 00:10:30 +02:00
Jef D
dda0e1af18
Link to where the parameters can typically be found ( #9526 )
...
* Link to where the parameters can typically be found
* Update link
2019-05-28 14:44:18 +02:00
Erik Montnemery
60a7ead71a
Fix links.
2019-05-10 17:21:23 +02:00
Erik Montnemery
147513b7c7
Update conditions.markdown
2019-05-10 15:13:02 +02:00
Erik Montnemery
3c2026d683
Update conditions.markdown
2019-05-09 19:03:32 +02:00
Erik Montnemery
ab4e93af8b
Update conditions.markdown
2019-05-09 17:17:22 +02:00