Automation docs moved to getting started and split up

This commit is contained in:
Paulus Schoutsen 2016-04-24 09:00:24 +02:00
parent 2cea0e718f
commit f74237f582
39 changed files with 532 additions and 475 deletions

View file

@ -16,7 +16,7 @@ __MQTT Support__
<img src='/images/supported_brands/mqtt.png' style='border:none; box-shadow: none; float: right;' height='50' /> The big new addition in this release is the support for the MQTT protocol by [@fabaff](https://github.com/fabaff) with some help from [@balloob](https://github.com/balloob). It will now be possible to integrate any IoT device that talks via MQTT. For the initial release we support connecting Home Assistant to a broker (no TLS yet). Components can now subscribe and publish to MQTT topics ([see the example][mqtt-example]) and also support for the automation component [has been added][mqtt-automation]. For more information, see [the MQTT component page][mqtt-component].
[mqtt-example]: https://github.com/home-assistant/home-assistant/blob/dev/config/custom_components/mqtt_example.py
[mqtt-automation]: /components/automation/#mqtt-based-automation
[mqtt-automation]: /getting-started/automation-trigger/#mqtt-trigger
[mqtt-component]: /components/mqtt/
```yaml

View file

@ -35,7 +35,7 @@ Next it was just a matter of integrating everything with Home Assistant. I was
Status of the dryer and washer in Home Assistant
</p>
Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/components/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via PushBullet](/components/notify.pushbullet/). Once the laundry is taken care of another script runs that sets the lights back to normal. So far it has been very helpful and very reliable.
Next I wrote [scripts](/components/script/) that are run whenever the washer or dryer completes a load. This is triggered by the [automation component](/getting-started/automation/). When the laundry is complete I have the lights in the house turn red and [notify me via PushBullet](/components/notify.pushbullet/). Once the laundry is taken care of another script runs that sets the lights back to normal. So far it has been very helpful and very reliable.
<p class='img'>
<a href='/images/blog/2015-08-laundry-automation/moteino-and-sensors.jpg'>

View file

@ -21,7 +21,7 @@ We have added a new [getting started section][start-presence] to get up and runn
[platform-owntracks]: /components/device_tracker.owntracks/
[component-zone]: /components/zone/
[zone-automation]: /components/automation/#zone-trigger
[zone-automation]: /getting-started/automation-trigger/#zone-trigger
[start-presence]: /getting-started/presence-detection/
<p class='img'>

View file

@ -40,7 +40,7 @@ After two weeks of hard work I'm proud to announce the release of Home Assistant
As part of this release we did some cleanup which introduced backwards incompatible changes:
**Heat Control thermostat no longer includes scheduling features.**
This feature has been removed completely. Use the [automation component](/components/automation/) instead to control target temperature.
This feature has been removed completely. Use the [automation component](/getting-started/automation/) instead to control target temperature.
**Config changed for calling a service from a script.**
`execute_service:` has been replaced with `service:`. See [component page](/components/script/) for example. The old method will continue working for some time.

View file

@ -17,7 +17,7 @@ The idea was to anonymously collect some details about the usage of the differen
<!--more-->
Thanks to Python, users are running Home Assistant on the most popular Linux distributions and other operating systems including OS X and Microsoft Windows. One quarter of the operating systems are unknown which leads to the assumption that it is possible to run Home Assistant on most of the available operation systems today. We hope that *BSD users have fun too. The Hardware platform of choice seems to be x86_64 and ARM.
Of course most users are running with the [automation](/components/automation/) component otherwise it would make much sense to use Home Assistant. The [sun](/components/sun/) component is used a lot too. We hope that this is not because this component is enabled by default.
Of course most users are running with the [automation](/getting-started/automation/) component otherwise it would make much sense to use Home Assistant. The [sun](/components/sun/) component is used a lot too. We hope that this is not because this component is enabled by default.
The [Alarm control panels](/components/alarm_control_panel/) and the [camera component](/components/camera/) are both used by around one third of the participants of the survey. It's safe to say that they cover a niche, but they will gain momentum when people discover how they can build alarm systems with Home Assistant.

View file

@ -91,4 +91,4 @@ Affected components and platforms:
[rollershutter.mqtt]: /components/rollershutter.mqtt/
[light.mqtt]: /components/light.mqtt/
[binary_sensor.mqtt]: /components/binary_sensor.mqtt/
[automation-numeric-state]: /components/automation/#numeric-state-trigger
[automation-numeric-state]: /getting-started/automation-trigger/#numeric-state-trigger

View file

@ -42,7 +42,7 @@ First release of 2016 and we are on 🔥! The [main repository][github-ha] has p
[MySensors]: /components/mysensors/
[YR]: /components/sensor.yr/
[Locative]: /components/device_tracker.locative/
[sun condition]: /components/automation/#sun-condition
[sun condition]: /getting-started/automation-condition/#sun-condition
[command_switch]: /components/switch.command_switch/
[wemo]: /components/switch.wemo/
[Telldus Live]: /components/tellduslive/

View file

@ -56,7 +56,7 @@ Example of the new views in the frontend. <a href='/components/group/'>Learn mor
[Statsd]: /components/statsd/
[Template]: /components/sensor.template/
[Thermostat]: /components/thermostat/
[time automation]: /components/automation/#time-trigger
[time automation]: /getting-started/automation-trigger/#time-trigger
[Twitter]: /components/notify.twitter/
[Wink]: /components/wink/
[Zigbee]: /components/zigbee/

View file

@ -57,8 +57,8 @@ It's been another two weeks which means it's time for release: 0.14!
[sensor.tcp]: /components/sensor.tcp/
[Neurio energy sensor]: /components/sensor.neurio_energy/
[nx584]: /components/binary_sensor.nx584/
[triggers]: /components/automation/#state-trigger
[conditions]: /components/automation/#state-condition
[triggers]: /getting-started/automation-trigger/#state-trigger
[conditions]: /getting-started/automation-condition/#state-condition
[Nest]: /components/sensor.nest/
[Ubiquiti Unifi]: /components/device_tracker.unifi/
[MySensors]: /components/binary_sensor.mysensors/