Convert subpages to folders

This commit is contained in:
Paulus Schoutsen 2015-10-26 23:24:55 -07:00
parent aaa837c3e7
commit e59252a39b
81 changed files with 184 additions and 184 deletions

View file

@ -11,7 +11,7 @@ footer: true
When all your devices are set up it's time to put the cherry on the pie: automation. Home Assistant
offers [a few built-in automations](/components/#automation) but mainly you'll be using
[the automation component](/components/automation.html) to set up your own rules.
[the automation component](/components/automation/) to set up your own rules.
### {% linkable_title The basics of automation %}
@ -165,10 +165,10 @@ automation:
We went over the basics of creating a home automation rule. From here no longer any hand holding,
go automate!
- Learn about the available [automation triggers](/components/automation.html#triggers)
- Learn about the available [automation conditions](/components/automation.html#conditions)
- Learn about [scripts](/components/script.html) to help you trigger multiple actions and delays
- Learn about [scenes](/components/scene.html) to help you set many entities at once to your liking
- Learn about the available [automation triggers](/components/automation/#triggers)
- Learn about the available [automation conditions](/components/automation/#conditions)
- Learn about [scripts](/components/script/) to help you trigger multiple actions and delays
- Learn about [scenes](/components/scene/) to help you set many entities at once to your liking
- Setup the [notification component](/components/#notify-service) to sent yourself messages
<p class='note warning'>

View file

@ -125,4 +125,4 @@ Home Assistant has been uninstalled.
</div> <!-- OSX -->
###[&laquo; Back to Getting Started](/getting-started/index.html)
###[&laquo; Back to Getting Started](/getting-started/index/)

View file

@ -22,7 +22,7 @@ interface and device discovery. It can take up to a minute for your devices to b
show up in the interface.
If you are running into troubles while configuring Home Assistant, have a look at
[the configuration troubleshoot page](/getting-started/troubleshooting-configuration.html).
[the configuration troubleshoot page](/getting-started/troubleshooting-configuration/).
<p class='note'>
You will have to restart Home Assistant for changes in <code>configuration.yaml</code> to take effect.
@ -64,7 +64,7 @@ http:
### {% linkable_title Setting up your phone or tablet %}
Home Assistant runs as a self hosted web application. Home Assistant contains support to be added to your homescreen. If you're on Android you can follow [the visual guide]({{site_root}}/getting-started/android.html). For other devices, open Home Assistant on your mobile browser and click on the add to homescreen option.
Home Assistant runs as a self hosted web application. Home Assistant contains support to be added to your homescreen. If you're on Android you can follow [the visual guide]({{site_root}}/getting-started/android/). For other devices, open Home Assistant on your mobile browser and click on the add to homescreen option.
### {% linkable_title Remote access %}
@ -76,4 +76,4 @@ Some internet service providers will only offer dynamic IPs. This can cause you
access Home Assistant while being remote. You can solve this by using a free Dynamic DNS service
like [DuckDNS](https://www.duckdns.org/).
###[Next step: Setting up devices &raquo;](/getting-started/devices.html)
###[Next step: Setting up devices &raquo;](/getting-started/devices/)

View file

@ -11,7 +11,7 @@ footer: true
Home Assistant will be able to automatically discover and configure any Google Chromecasts, Netgear
routers, Belkin WeMo switches, Philips Hue bridges and Sonos speakers in your network if you have
[the discovery component]({{site_root}}/components/discovery.html) enabled (which is by default).
[the discovery component]({{site_root}}/components/discovery/) enabled (which is by default).
See the [components overview page](/components/) to find installation instructions for your devices
and services. Many components use the `sensor` platform. Sensors need to be added into the `configuration.yaml` as `sensor:`, `sensor 2:`, `sensor 3:`, etc. There should not be gaps in the sequence or your sensors might not load correctly.
@ -20,7 +20,7 @@ Most components that support multiple entries within the <code>configuration.yam
</p>
If you can't find support for your favorite device or service,
[consider adding support](/developers/add_new_platform.html)
[consider adding support](/developers/add_new_platform/)
### {% linkable_title Grouping devices %}
@ -60,4 +60,4 @@ homeassistant:
```
###[Next step: Setting up presence detection &raquo;](/getting-started/presence-detection.html)
###[Next step: Setting up presence detection &raquo;](/getting-started/presence-detection/)

View file

@ -77,7 +77,7 @@ Running these commands will:
### {% linkable_title Troubleshooting %}
If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting.html). It contains solutions to many of the more commonly encountered issues.
If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues.
For additional help, in addition to this site, there are three sources:
@ -86,7 +86,7 @@ For additional help, in addition to this site, there are three sources:
- [GitHub Page](https://github.com/balloob/home-assistant) for issue reporting.
### {% linkable_title What's next %}
If you want to have Home Assistant start on boot, [autostart instructions](/getting-started/autostart.html) can be found here.
If you want to have Home Assistant start on boot, [autostart instructions](/getting-started/autostart/) can be found here.
To see what Home Assistant can do, launch demo mode:
```bash
@ -98,4 +98,4 @@ To update Home Assistant to the latest release:
pip3 install \-\-upgrade homeassistant
```
###[Next step: Configuring Home Assistant &raquo;](/getting-started/configuration.html)
###[Next step: Configuring Home Assistant &raquo;](/getting-started/configuration/)

View file

@ -39,7 +39,7 @@ idle, marking them as not home while they are not.
Home Assistant currently supports one third party service for presence detection: [OwnTracks](http://www.owntracks.org).
OwnTracks is an app that you install on your iPhone or Android phone that allows you to push the location
of your device to Home Assistant using an MQTT broker. An MQTT broker is an Internet of Things communication
platform that you can [freely host yourself][mqtt-self] or get [a private instance for free in the cloud](/components/mqtt.html#run-your-own).
platform that you can [freely host yourself][mqtt-self] or get [a private instance for free in the cloud](/components/mqtt/#run-your-own).
<p class='note'>
OwnTracks communicates directly with your MQTT broker, no data will pass through their servers.
@ -53,14 +53,14 @@ zones][zone] you will be able to add names to locations of your devices. This wa
spot on the state page where the people in your house are and use it as [triggers][trigger] and
[conditions][condition] for automation.
###[Next step: Setting up automation &raquo;](/getting-started/automation.html)
###[Next step: Setting up automation &raquo;](/getting-started/automation/)
[routers]: /components/#presence
[nmap]: /components/device_tracker.nmap_scanner.html
[ha-owntracks]: /components/device_tracker.owntracks.html
[mqtt-self]: /components/mqtt.html#run-your-own
[mqtt-cloud]: /components/mqtt.html#cloudmqtt
[zone]: /components/zone.html
[trigger]: /components/automation.html#zone-trigger
[condition]: /components/automation.html#zone-condition
[nmap]: /components/device_tracker.nmap_scanner/
[ha-owntracks]: /components/device_tracker.owntracks/
[mqtt-self]: /components/mqtt/#run-your-own
[mqtt-cloud]: /components/mqtt/#cloudmqtt
[zone]: /components/zone/
[trigger]: /components/automation/#zone-trigger
[condition]: /components/automation/#zone-condition

View file

@ -68,4 +68,4 @@ iptables -I INPUT -p tcp --dport 8123 -j ACCEPT
iptables-save > /etc/network/iptables.rules # your rules may be saved elsewhere
```
###[&laquo; Back to Getting Started](/getting-started/index.html)
###[&laquo; Back to Getting Started](/getting-started/index/)