580 Commits

Author SHA1 Message Date
Hmmbob
9bfe20dce7 Updating broken links (#10880)
Replaced links to non-existing domains with code blocks.
2019-10-19 16:57:35 +02:00
a-r-j-a-n
e2896d30d0 Update automation.markdown (#10786)
* Update automation.markdown

Service notation changed to yaml.

* ✏️ Tweak
2019-10-15 15:04:26 +05:30
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
Franck Nijhof
dcc7c10ce4
Rewrites all URLs in our website from components -> integrations 2019-10-02 00:35:28 +02:00
Franck Nijhof
45b5279c3b Replaces all redirected URLs in all content (#10484) 2019-10-01 08:38:08 -07:00
Oliver Großkloß
8ae03fb55d Update configuration.markdown (#10492) 2019-09-30 00:28:15 +02:00
Paulus Schoutsen
3c3ab1d2a1 Add affiliate message 2019-08-06 11:01:16 -07:00
capstan1
fffad9d0f7 add details on usb-stick (#9971)
* add details on usb-stick

A question I asked myself and that got asked frequently in the forums is weather the usb stick used for configuration needs to stay within the device. So I just added one line to make this more precise.

* ✏️ Tweak
2019-07-31 11:10:47 +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
gth
ccaa91e1be Minor errors & style improvements in grammar (#9783) 2019-07-05 12:08:04 +02: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
Jeremy Schlatter
763a1587aa Small fix + grammar improvement (#9685)
This text is referring to a field called "action type", not "trigger type".

Adding "the" also feels more natural.
2019-06-24 12:14:44 +02:00
Paulus Schoutsen
3e1c360543 Update links 2019-06-22 21:36:17 -07:00
Jan Olbrecht
92301d052e Change SD card recommendation (#9677)
* Change SD card recommendation

Change recommendation from Class 10 to A2. SD cards optimized for hosting applications have much better small I/O handling and a minimum IOPS performance. This makes a big difference to Home Assistant on Raspberry Pi.

* Updated product link
2019-06-22 12:38:36 -07:00
DubhAd
796df5f388 Tyop ;) (#9271)
Typo with the link
2019-04-21 12:31:18 -07: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
seanvictory
5d970c1cd8 Update Index (#9104)
Fixed spacing for consistency
2019-04-02 20:31:49 +02:00
seanvictory
a85d738aa6 Updated Automation 2 (#9105)
Fixed title heading
2019-04-02 20:31:22 +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
aaamoeder
d0f7c3545f fixed wifi instructions since there was some missing info (#8775)
tried to enable wifi myself and found the steps fell a bit short, so here's an updated version.
2019-02-28 18:18:12 +05:30
Dominik Palo
777eb6388e Rename Etcher to balenaEtcher (#8363) 2019-02-01 16:01:15 +01:00
Franck Nijhof
e19443b969 👕 Replaces truthy YAML boolean values (#8212) 2019-01-19 12:02:31 +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
cogneato
fba68cd78e clearing up instructions for network config (#7349) 2018-11-03 21:51:35 +01:00
Josh Cooper
b2e369a701 Change link removing domain. (#7261)
Changed link so it is less annoying for dev, through removing the home assistant domain from 'your device' link.
2018-10-30 07:40:46 +01:00
LavaGlass
6977733955 Added Static IP guidance (#7182)
* Added Static IP guidance

Added guidance on setting up static IP, changed file name to working one.

* Update index.markdown
2018-10-28 12:02:41 +01:00
DubhAd
2c5632db5d Adding some details (#6714)
The Getting Started doesn't mention how long the install typically takes, or what to do if `hassio.local` doesn't work.
2018-10-12 10:26:13 +02:00
DubhAd
1750f1e31d Minor tweaks (#6552)
1. Moved the securing note to the last step
2. Added point about copying snapshots off the Pi
3. Moved the advanced users link into the note
2018-10-06 15:13:57 +02:00
Jeppe Ladefoged
a13f9719a6 Update to match current version (#6499)
Updated to match current version of HA where it's possible to reload scripts, automations etc. without restarting.
2018-10-04 17:11:02 +02: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
Pascal Vizeli
507017651d Remove RPI variants (#6060) 2018-08-21 21:32:09 +02:00
Fernando
a40531a2c1 Suggested hardware instead of Hardware Requirements (#5822)
* Suggested hardware

- Change from 3B to 3B+ to reflect the hardware section.

- Add a list of models supported. A link could be used instead...

- "Hardware Requirements" gives the idea that will not run on older RPi. "Suggested Hardware" might be a better fit.

- Some small talk about the 3B+

* ✏️ Added Raspberry Pi 1 Model B

* 🔥 Removed specific model in introduction
2018-07-29 12:02:09 +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
Paulus Schoutsen
46a02ae74f
Link to all Hass.io device types, as we'll get more. 2018-07-17 21:10:39 +02:00
Paulus Schoutsen
8aee32d63c
Link to Pi 3B+ 2018-07-17 21:07:20 +02:00
Pascal Vizeli
7834224b07
Update HassOS 2018-07-16 07:54:24 +02:00
Pascal Vizeli
b0a1e16dfc
Release HassOS (#5747)
* Release HassOS

* Update 2018-07-11-hassio-images.markdown

* Update 2018-07-11-hassio-images.markdown

* Update 2018-07-11-hassio-images.markdown

* Update index.markdown

* Update index.markdown

* Update index.markdown

* Update installation.markdown

* Update 2018-07-11-hassio-images.markdown

* ✏️ Initial review.

* ✏️ Blog post tweaks

* ✏️ Getting started index tweaks

* ✏️ Tweaks to Hassio index

* ✏️ Tweaks to Hassio installation guide

* ✏️ Processes review feedback

* ✏️ Updates title & description.

* ✏️ Processed review

* Redundant information

* Update 2018-07-11-hassio-images.markdown

* Update 2018-07-11-hassio-images.markdown

* Add files via upload

* Delete blogpost.png

* Create TEST.TXT

* Add files via upload

* Delete TEST.TXT
2018-07-11 19:51:45 +02:00
rbflurry
e4a8faaf7d fix link to dropbox backup solution (#5741) 2018-07-10 23:18:10 +02:00
Paulus Schoutsen
982c3f9145
Getting started: Warning -> note 2018-06-27 11:56:27 -04:00
Wade Dorrell
debcf5c4c9 Minor grammar mistake (#5554) 2018-06-17 11:50:16 +02:00
DubhAd
8b9dc6ed11 Adding warning about backups (#5489)
* Adding warning about backups

Many people have failed to set up backups, and lost their config. Adding some warnings to hopefully reduce the numbers.

* Move up
2018-06-04 09:44:51 +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
DubhAd
692db79b72 Added security reminder (#5405)
* Added security reminder

After yet another [I've been hacked](https://community.home-assistant.io/t/i-have-been-hacked/53723) post on the forum, thought it was about time to start making things a bit more obvious.

* Minor change
2018-05-20 12:02:56 +02:00
Ville Skyttä
6ff1b3be2d getting-started: Soften note about Pi 3 being 2.4GHz WiFi only (#5125)
* getting-started: Soften note about Pi 3 being 2.4GHz WiFi only

The (currently unsupported) B+ has 5GHz support.

* Add space
2018-04-06 10:38:46 +02:00