Fixed a few spelling mistakes on the website.

This commit is contained in:
Kevin Gottsman 2015-04-03 01:36:52 -04:00
parent 05218c2555
commit 1c0a893fb5
9 changed files with 12 additions and 12 deletions

View file

@ -18,7 +18,7 @@ automation:
# Optional alias that the logs will use to refer to the entry
alias: Sunset notification
# Type of trigger and informatino for the trigger
# Type of trigger and information for the trigger
platform: state
state_entity_id: sun.sun
state_from: above_horizon

View file

@ -23,7 +23,7 @@ history:
</p>
<p class='note'>
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transfered to anyone at any time.
Events are saved in a local database. Google Graphs is used to draw the graph. Drawing is happening 100% in your browser - no data is transferred to anyone at any time.
</p>
### Implementation details

View file

@ -25,7 +25,7 @@ Available services: `turn_off`, `volume_up`, `volume_down`, `media_play_pause`,
There are three services to start playing YouTube video's on the media player.
#### Service `media_player/play_youtube_video`
Service to start playing a YouTube vide on the media player.
Service to start playing a YouTube video on the media player.
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |

View file

@ -11,7 +11,7 @@ footer: true
The component `simple_alarm` is capable of detecting intruders. It does so by checking if lights are being turned on while there is no one at home. When this happens it will turn the lights red, flash them for 30 seconds and send a message via [the notifiy component]({{site_root}}/components/notify.html). It will also flash a specific light when a known person comes home.
This component depends on the compoments [device_tracker]({{site_root}}/components/device_tracker.html) and [light]({{site_root}}/components/light.html) being setup.
This component depends on the components [device_tracker]({{site_root}}/components/device_tracker.html) and [light]({{site_root}}/components/light.html) being setup.
To set it up, add the following lines to your `configuration.yaml`: