Commit Graph

41 Commits

Author SHA1 Message Date
Franck Nijhof
b825527486 Change trigger platform key to trigger (#34901)
* Change trigger platform key to trigger

* Error sneaked in
2024-09-25 14:20:46 +02:00
Franck Nijhof
96e00f69a0 Adjust automation to plural triggers/conditions/actions keys (#34825) 2024-09-24 20:23:58 +02:00
Franck Nijhof
4795f12892 Merge branch 'current' into next 2024-07-31 17:11:38 +02:00
Franck Nijhof
6ca14d3efc Rename 'service' to 'action' in automations and scripts (#34023)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2024-07-31 14:37:02 +02:00
gensyn
4a108bfcfb Update cover.template.markdown (#34005)
Added a word
2024-07-29 09:07:55 +02:00
Franck Nijhof
83a6006ff3 Merge branch 'current' into next 2024-07-16 18:03:38 +02:00
Franck Nijhof
4dd909a857 Rename Services to Actions in integrations: C (#33805)
* Rename Services to Actions in integrations: C

* Fix CI error

* Update source/_integrations/calendar.markdown

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2024-07-16 16:56:00 +02:00
dougiteixeira
5c942d2b6e Aligns information across Template helper platforms' documentation pages. (#33645) 2024-07-09 08:42:28 +02:00
c0ffeeca7
b28c0abbdf c-integrations: add glossary reference to config file (#32752) 2024-05-14 13:57:41 +02:00
TheJulianJES
c700dedf3d Fix cover template anchor link (#31060) 2024-01-26 06:46:18 +01:00
c0ffeeca7
fad4989470 b and c integrations: minor style change (#29898)
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-20 08:47:18 +01:00
Ahren Bader-Jarvis
e2859a94a6 Update cover.template.markdown (#29780) 2023-11-10 09:58:25 +01:00
rsporsche
a3908f47cb Update cover.template.markdown (#27878) 2023-06-19 11:59:14 +02:00
Jan Bouwhuis
4cb080a9b2 Allow an unknown state, position or tilt for template cover (#26939) 2023-04-12 21:38:13 +02:00
Erik Montnemery
446900253d Document this variable in template cover actions (#22734) 2022-05-15 14:31:19 +02:00
Erik Montnemery
5bdd871e4d Document this variable in state-based template entities (#22211)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-04-20 15:35:07 +02:00
Will Adler
c15560d458 update template availability documentation (#22227) 2022-04-02 09:05:23 +02:00
Joris Roovers
1c6d4ef2d2 Add set_cover_tilt_position example (#20391) 2021-11-22 13:12:02 +01:00
Erik Montnemery
cf40e424e4 Correct documentation for template entity availability template (#20011) 2021-10-27 14:09:24 +02:00
Erik Montnemery
628a66dc34 Allow combining value_template and position_template for template cover (#18363) 2021-07-01 14:09:43 +02:00
tomlut
aa9f1cf6a4 Fix incorrect option in example (#18226)
Last example is using `icon_template when it should be using `entity_picture_template`.
2021-06-18 12:01:25 +02:00
hubbergit
786c682eea Fixed a mistake example in cover.template.markdown (#17194) 2021-03-30 23:21:57 +02:00
Mario Limonciello
7c9d8664c4 This prevents Google Assistant from opening a door without security via close command (#17126)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-03-29 13:26:26 +02:00
Philip Allgaier
f185fb01b4 Wrong word in template cover (#16770) 2021-02-28 14:52:03 +01:00
Franck Nijhof
81d0265f1b Update some service calls to use target (#16586) 2021-02-15 13:27:38 +01:00
Franck Nijhof
09759662a1 Bunch of YAML styling improvements - part 3 (#16394) 2021-02-04 03:00:11 +01:00
Anders Melchiorsen
225d4fa6f3 Time-based templates update automatically now (#15360) 2020-10-24 14:53:54 +02:00
Franck Nijhof
2b51f35655 Document missing option in cover template (#14995) 2020-10-20 22:20:47 +02:00
Sean Mooney
d58152e568 Fix a couple typos (#15196) 2020-10-12 13:53:43 +02:00
Franck Nijhof
4050ff298e Typo: customisation -> customization (#14996) 2020-10-09 13:31:34 +02:00
Richard van Duijn
b3671be008 Template cover: added new valid states (#14646)
Added opening and closing as new valid states which can be used in value_template
2020-09-29 17:23:47 +02:00
J. Nick Koston
b908b87c7d Update template entity docs for entity_id removal and guidance on working without entities (#14343)
Co-authored-by: Anders Melchiorsen <amelchio@nogoto.net>
Co-authored-by: Swamp-Ig <github@ninjateaparty.com>
2020-09-03 18:51:07 +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
Michaël Arnauts
ac5172cd36 Add documentation for unique_id on template platforms (#14052)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2020-08-03 16:46:58 +02:00
Mario Limonciello
b327e95669 Add device class of garage to example YAML (#13326) 2020-05-07 08:19:27 +02:00
Tony-Munich
e3ada94da2 Wording change to explanation of the actions (#13115)
The wording of the action configuration variables was misleading. The way it reads is that the action will happen once the cover is in that position. I should read as the actions will cause the cover to be in those positions.
Ex. : open_cover "Defines an action to run when the cover is opened."
Most people would read that to mean once the condition is satisfied of the cover being open, the action will then run. It should be that the action will cause the cover to open. I made these changes to the 5 action variables to hopefully make that clearer as it confused me when I was looking to create a cover template.
2020-04-21 17:00:01 +02:00
Franck Nijhof
8b3699b9ee Migrate template integration to brands + add ha_domain (#12294) 2020-03-06 21:11:09 +01:00
Franck Nijhof
23b0b57c08 Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase (#11672)
* Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase

* Update all integrations quality scales (done by sync)
2020-01-08 13:10:43 +01:00
Franck Nijhof
cbe3fd28e6 Merge branch 'current' into next 2019-10-02 01:34:26 +02:00
Franck Nijhof
dcc7c10ce4 Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Franck Nijhof
57c6dec6c2 Rename components folders to integrations 2019-10-02 00:04:39 +02:00