64 Commits

Author SHA1 Message Date
Bram Kragten
4acedd210c
Rename configurator to file editor (#12158)
* Rename configurator to file editor

* ✏️ Tweaks

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2020-02-22 15:42:33 +01:00
Franck Nijhof
fb08878719
Re-branding; part 1 (#12076)
* Re-branding; part 1

* Update source/_docs/configuration/troubleshooting.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Update source/_docs/configuration/yaml.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

* Remove Porosity page

* Update source/_docs/z-wave/installation.markdown

Co-Authored-By: Paulus Schoutsen <balloob@gmail.com>

* Process review suggestions

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2020-02-13 19:39:47 +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
Justin Vallelonga
aa1bef6714
move note about check config (#11939)
Moves the note about the "CHECK CONFIG" button only being visible in advanced mode to the previous paragraph where it tells you to click the button. I was confused for a second until I read on to the next paragraph. It seems to make more sense to put the note about the button in the paragraph where it tells you to click the button.

I also made a couple other minor tweaks for consistency and accuracy.
2020-02-03 09:20:39 +01:00
Ville Skyttä
301edb9bd2 Home Assistant etc spelling consistency fixes (#11637)
* Be consistent with Home Assistant spelling

* Refer to the Configurator without "HASS"

That's what's it calls itself and how it is in the add-on store.

* Be consistent with Hass.io spelling

* Tell vscode to spell HassOS like that
2020-01-05 12:44:21 +01:00
Jay
fa947627cd Update wording and provide new screenshots (#11180)
* Create trash

* Add files via upload

* Delete trash

* Update wording and screenshots

* Update screenshots and wording

Also improve clarity

* Revert improper references to Lovelace.

* "states screen" > "Home Assistant web interface"

* Delete automation-new-action.png

* Delete automation-new-blank.png

* Delete automation-new-name-trigger.png

* Delete integrations.png

* Create trash

* Add new screenshots

* Delete 01 - username.png

* Delete 02 - location.png

* Delete 03 - location.png

* Delete 04 - devices.png

* Delete 05 - lovelace.png

* Delete 06 - config.png

* Delete 07 - integrations.png

* Delete 08 - new integration.png

* Delete 09 - config 2.png

* Delete 10 - automation editor.png

* Delete 11 - new automation.png

* Delete 12 - new trigger.png

* Delete 13 - action.png

* Delete 14 - server control.png

* Delete trash

* Update screenshot paths

* Update onboarding.markdown

* Correct image paths

* Update automation.markdown

* Reword and provide additional information

This information was outdated, especially with the addition of default_config. Hopefully these changes make it clearer for new users who are confused about the missing homeassistant: line in their default configuration (this is something that has been popping up in the forum lately).

I linked to an external source for the time zone names. Perhaps we should add this list to Home Assistant website instead (or if it already exists, my apologies: I can point it to that instead).

* Update configuration.markdown
2019-12-12 17:21:44 +01:00
Sebastian Ovide
661669d475 config validation is in Server Control (#10760)
config validation is in Configuration -> Server Control and not in Configuration -> General
2019-10-13 17:14:28 +02:00
Tom Brien
d6c2db6c6a Update instructions for using Check Config Tool (#10619)
* automation troubleshooting.markdown

Add explanation of making check config visible

* withings.markdown

Add explanation of how to make the check config tool visible

* configuration.markdown

Add explanation to display the check config tool
2019-10-08 12:55:08 +02:00
Oliver Großkloß
8ae03fb55d Update configuration.markdown (#10492) 2019-09-30 00:28:15 +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
Paulus Schoutsen
7c7b9bd9b7
Simplify getting started (#9258)
* Simplify getting started

* Update automation.markdown

* Update automation.markdown

* Updates

* Tweak
2019-04-21 12:01:39 -07:00
cogneato
11ef9b1d38 remove reference to panel_iframe (#9247)
adding panel_custom configuration for adding entry to nav panel
2019-04-18 20:54:44 -07:00
Christian Kuhn
0fc34d65c4
Update getting-started configurator section
Younger versions of the HASS Configurator come with a
reduced set of config options, especially username and
password are gone. The default config needs no change
at first install anymore. Reflect this in the getting started docs.
2019-04-13 13:53:21 +02:00
mastakebob
cc99ce67f3 Provide clearer explanation of the sensor.random (#8598)
* Provide clearer explanation of the sensor.random

These changes provide a clearer explanation of:
 - what sensor.random is,
 - why we're creating one,
 - what to edit to make it
 - how to know when it worked

* ✏️ Tweak
2019-03-06 22:17:22 +01:00
Ruben J. Jongejan
3fb53e9f35 Fix typo in configuration.markdown (#7904)
comit -> commit
2018-12-19 22:37:58 +01:00
silversword411
c2e5cf1b41 Making instructions a little more precise (#7704)
* Making instructions a more precise

There were missing details in the description. After I'd done it for the first time, this would have helped me.

* Minor change
2018-12-06 16:01:12 +01:00
WofWca
43996efb0e Spelling fixes (#6349)
* Articles, comma

* Article

* Fix cases of "Nmap" word's letters

* Fix prepositions
2018-09-24 13:23:31 +02:00
Alok Saboo
0e7a7a2f22
Minor change 2018-07-24 13:03:12 -04:00
JTruj1ll0923
9e70706def
Just a simple typo
-bellow- to -below-
2018-07-23 12:38:11 -06:00
Wade Dorrell
debcf5c4c9 Minor grammar mistake (#5554) 2018-06-17 11:50:16 +02:00
Fernando
e6a6b7a1bf Password Quotes and and correct button names (#5476)
* Password Quotes and and correct button names

Feel free to change any vocabulary.

-Added the name of the box "Config" where the user should edit 
-Added a reminder that the password should have quotes around to work. The default setup does not have it
-Added example of the config with the "YOUR_PASSWORD_WITH_QUOTES"
-Added quotes to differentiate the buttons from the text, "INSTALL", "SAVE", "OPEN WEB UI"
-Move "SAVE" for clarity
-"START" now reflects the button
-"OPEN WEB UI" reflects the button, instead of just "WEB UI"
-Add the comment that a new window should open and they should type their password and username

It's my first attempt at the project documentation. I could do more if reflects with the project.

* Update configuration.markdown

remove the redundant comment about the code bellow

* Make it JSON
2018-06-02 10:07:08 +02:00
Tom
880c331987 Update configuration.markdown's addon store image (#4929)
main_panel_store_icon.png appears to be removed or doesn't exist and maybe been replaced with main_panel_addon_store.png.
https://home-assistant.io/images/hassio/screenshots/main_panel_store_icon.png returns 404 and isn't displaying any image on 
https://home-assistant.io/getting-started/configuration/
2018-03-16 12:55:53 +01:00
Fabian Affolter
2edccadc9f
Re-add random sensor sample (it's referenced in automation) 2018-02-03 10:58:49 +01:00
DubhAd
e1c24f4f6f Clarification about Hass.io (#4273)
Adding a note to make it clear that his only applies to Hass.io. We've had a number of questions on the forum and Discord that make it clear that people assume this applies to every install method.
2017-12-24 23:55:07 +01:00
Paulus Schoutsen
15e3857184 Revamp getting started (#4194)
* Revamp getting started

* Comments by Landrash

* Add text editor to software requirements

* Address comments
2017-12-16 13:37:08 +01:00
Franck Nijhof
0acfd0aab4 Review/Edit: Getting Started Guide (#3184)
* Review/Edit: Getting Started Guide

I've made some documentation fixes (spelling, grammar, and punctuations) to the 'Getting Started Guide'.

* Fix small typo 'tje' -> 'the'.
2017-08-15 21:09:00 +02:00
Gianpaolo Macario
876d75d45c configuration: Fix broken link (#2128)
The linked URL did not have a leading '/' therefore it resolved into a 404 error.

Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
2017-02-24 17:12:15 +01:00
Gianpaolo Macario
bab8471691 configuration: Fix typo (#2111)
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
2017-02-23 12:22:16 +01: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
Fabian Affolter
d572d301c8
Only use macOS instead of OS X 2016-12-03 18:56:44 +01:00
j james
25d8c1d52e Update configuration.markdown
Minor edits for style and grammar.
2016-10-25 21:41:56 -05:00
Johann Kellerman
7b495c2394 Introduce the check_config script in 0.27 2016-08-25 19:13:53 +02:00
Paulus Schoutsen
2b63bde9d9 Update configuration getting started page 2016-08-14 12:28:58 -07:00
Fabian Affolter
68df39b583 Split content in more pages 2016-06-05 16:09:36 +02:00
Fabian Affolter
ad605208c5 Uodate format 2016-06-04 21:56:26 +02:00
Daniel Høyer Iversen
1445ad230a Update configuration.markdown (#508) 2016-05-24 22:29:00 +02:00
Paulus Schoutsen
432ee1a169 Update getting started 2016-04-16 17:10:09 -07:00
Fabian Affolter
53dc68cd36 Update links 2016-04-12 11:09:00 +02:00
Fabian Affolter
44c76069e3 Update link 2016-04-09 18:12:23 +02:00
Fabian Affolter
fca2c46dd4 Remove trailing whitespaces 2016-04-09 18:12:23 +02:00
Lindsay Ward
7cd74a0167 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	source/getting-started/index.markdown
#	source/help/index.markdown
2016-04-08 23:53:33 +10:00
Lindsay Ward
c581168e49 Made README and website contributions match, added more detail to website contribution setup details, updated forum link, re-organised getting started and troubleshooting with respect to YAML 2016-04-08 23:51:09 +10:00
Lindsay Ward
823e6207d3 Made README and website contributions match, added more detail to website contribution setup details, updated forum link, re-organised getting started and troubleshooting with respect to YAML 2016-04-08 23:39:02 +10:00
Fabian Affolter
0aee5cac19 Minor updates and add link to let's encrypt blog post 2016-04-06 22:15:48 +02:00
Lindsay Ward
69ca7107b7 Lots of typo corrections, added some useful examples. In automation / numeric state, I removed the config lines that used value_template for battery when the condition was for a temp sensor. 2016-03-28 12:46:47 +10:00
GreenTurtwig
f798983b32 Grammar 2016-01-28 10:08:51 +00:00
Paulus Schoutsen
f6a8d9d988 Spelling update v2 2016-01-17 18:03:47 -08:00
Paulus Schoutsen
bf0df0a4da Spelling update 2016-01-17 18:01:59 -08:00