c0ffeeca7
61de2c5b0c
Glossary: add YAML definition ( #35017 )
2024-10-02 14:52:07 +02:00
Madelena Mak
d4c03fe1be
Update the theme to match branding better ( #33462 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00
c0ffeeca7
fffd8c63ee
Docs: add glossary ref to configuration.yaml term definition ( #32767 )
2024-05-14 18:17:43 +02:00
Arve
fc5a242332
Update Packages - warning auth_providers ( #27177 )
...
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-23 17:59:03 +02:00
c0ffeeca7
450f8bd08e
Reintroduce example that was removed before ( #27876 )
2023-06-19 12:00:03 +02:00
Arve
b2e7272db9
Update Packages folder - simplify ( #27176 )
...
* Update Packages folder - simplify
Replacement/simplification of point I was trying to make in #26320 . Not sure what happend to that one, I might have cocked up something so it got stuck;)
have tried to simplify;
- removed the option for !include_dir_merge_named from origninal doc, so now this is all about !include_dir_named
- added info on this way of including keep indentation "as if written in configuration.yaml"
The purpose of this PR is to be able to refer to documentation when urging people to use "packages-folders with the indentation of configuration.yaml"
Currently I've seen several examples where they have read the documentation and set up with !include_dir_merge_named and having to keep up with different indentation than most examples that can be found in communities etc.
* Update source/_docs/configuration/packages.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update source/_docs/configuration/packages.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update source/_docs/configuration/packages.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update source/_docs/configuration/packages.markdown
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
* Update packages.markdown
added just a ' :)
---------
Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
2023-06-19 08:21:02 +02:00
c0ffeeca7
45ca65d9d9
Packages: replace component by integration ( #27776 )
2023-06-13 11:02:14 +02:00
Franck Nijhof
6af0f2fc33
Remove platform style 'adding devices' page ( #25527 )
2023-01-10 08:37:50 -05:00
Franck Nijhof
1a49a1b181
Collection of Markdown/YAML cleanups ( #16817 )
2021-03-02 21:14:30 +01:00
DuchkPy
c0979eb56b
Correct figures on list reference ( #16338 )
2021-01-29 12:41:19 +01:00
Jenny
131a435c3d
move configuration redirects ( #14744 )
...
* move configuration redirects
from source files in source\_docs\configuration into the dedicated source\_redirects file
* ✏️ Tweak
* ✏️ Tweak
Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
2020-10-02 10:58:15 +02: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
akasma74
3e2886d1f7
one more example of configuring packages folder ( #11971 )
...
* one more example of configuring packages folder
I thought it's useful to have a real example of what's possible to achieve.
* ✏️ Tweaks
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-05 10:16:11 +01:00
Ville Skyttä
c545e19c46
Spelling fixes ( #10723 )
...
* Spelling fixes
* ✏️ Tweak
2019-10-11 23:58:24 +02:00
Franck Nijhof
da5e1aad0e
Adds GitHub Action for Remark, fixes code flag on fences ( #10475 )
...
* Adds basics for adding Remark
* Adds GitHub Action for remark
* Adds GitHub Action for remark
* Ensure all fenced code blocks have a code flag
2019-09-29 00:50:28 +02:00
Dubh Ad
4f0812d351
The lack of reload is gone ( #10357 )
...
The ability to reload automations etc in packages has long been addressed, apparently
2019-09-13 13:34:32 +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
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
1e46c4fcbe
Component(s) -> Integration(s) ( #9656 )
...
Signed-off-by: Franck Nijhof <frenck@addons.community>
2019-06-19 15:12:14 +02:00
Isabella Gross Alström
8d26206422
Add info about reloading buttons and packages ( #8404 )
2019-02-10 15:01:25 +01:00
Gary Barclay
fac43222aa
Small changes to help fill a couple of small gaps. ( #8111 )
...
* Small changes to help fill a couple of small gaps.
Stopped short of offering a full example such as Harmony Remote config.
* Fix comments
2019-01-13 11:47:30 +01:00
Nicholas Westerhausen
a0b4469547
Fix relative link ( #7552 )
...
Link for "customize entities" missing leading slash
2018-11-17 10:19:36 +01:00
Glenn Morrison
442fd6c220
Grammar ( #7010 )
...
Grammar correction
2018-10-22 21:25:58 +02:00
spacemanspiff2007
8020ba4c03
Added info about customizing entities ( #6572 )
...
* Added info about customizing entities
* Minor change
2018-10-07 09:26:44 +02:00
Thomas Lovén
05463dbf80
Documentation change to go with pull request home-assistant/home-assistant#16177 ( #6075 )
2018-09-24 10:22:09 +02:00
cdce8p
313479464c
Extend packages support ( #5425 )
2018-05-25 16:42:08 -04:00
JudgeDredd
81ad15e9be
minor grammar changes to improve readability ( #5092 )
...
minor grammar changes to improve readability
2018-04-03 08:02:51 +02:00
Alok Saboo
1aca7b08cf
Misc fixes: e.g. -> e.g., and proper case for Home Assistant ( #4942 )
...
* e.g. to e.g., and proper case for Home Assistant
* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Franck Nijhof
6224c71c08
Various markdown, spelling, and grammar fixes #3 ( #4510 )
...
* ✅ Various markdown, spelling, and grammar fixes
* ✅ Various markdown, spelling, and grammar fixes
* ✅ Various markdown, spelling, and grammar fixes
2018-01-25 18:21:05 +01:00
Josh Nichols
dc7b3458b3
Try to clarify acceptable component names in a package ( #4284 )
...
I read this a few times, and thought the original language was confusing, or at least a little ambiguous. Hopefully this helps a little?
2017-12-28 10:00:06 +01:00
Ashton Campbell
9e6b9cb658
Fixed common spelling mistakes ( #3544 )
...
* fix spelling errors
* Update binary_sensor.xiaomi_aqara.markdown
Reverts to previous revision before spell check.
* Update tellstick.markdown
Reverts to previous revision before spell check.
* Update owntracks_two_mqtt_broker.markdown
Reverts to previous revision before spell check.
* Update cla_sign.html
Reverts to previous revision before spell check.
* Update credits.markdown
Reverts to previous revision before spell check.
* Update api.markdown
Fixed spell checker changing noone to no one.
2017-10-08 00:39:32 +02:00
Fabian Affolter
481320128f
Re-organisation Documentation and Getting started ( #2055 )
...
* Split MQTT documentation
* Add more details
* Move content to /docs
* Enable sidebar
* Move content to /docs
* Enable sidebar
* Move content
* Update links
* Remove wizard stuff
* Enable sidebar
* Minor changes
* Move MQTT parts to /docs
* update links
* Update links and sync content
* Fix link
* Enable sidebar
* Remove navigation
* Remove navigation and other minor updates
* Update links
* Add overview page
* Make title linkable
* Update
* Plit content
* Update links
* Rearrange content
* New getting-started section
* Add icons for docs
* Update for new structure
* Update for new structure
* Add docs navigation
* Add docs overview page
* Remove ecosystem navigation
* Add docs and remove other collections
* Move ecosystem to docs
* Remove duplicate files
* Re-add ecosystem overview
* Move to ecosystem
* Fix permission
* Update navigation
* Remove collection
* Move overview to right folder
* Move mqtt to upper level
* Move notebook to ecosystem
* Remove un-used files
* Add one more rectangle for iOS
* Move two parts back from docs and rename Run step
* Remove colon
* update getting-started section
* Add redirect
* Update
* Update navigation
2017-02-23 11:09:41 +01:00