diff --git a/atom.xml b/atom.xml index 8feb7dd7ef..930e20c95f 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/architecture/atom.xml b/blog/categories/architecture/atom.xml index 56e482e6e0..98e16e9abc 100644 --- a/blog/categories/architecture/atom.xml +++ b/blog/categories/architecture/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: architecture | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/branding/atom.xml b/blog/categories/branding/atom.xml index 6a8234858f..9c7c23bfcd 100644 --- a/blog/categories/branding/atom.xml +++ b/blog/categories/branding/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: branding | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/component/atom.xml b/blog/categories/component/atom.xml index 92c54c5306..f26076cc82 100644 --- a/blog/categories/component/atom.xml +++ b/blog/categories/component/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: component | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/core/atom.xml b/blog/categories/core/atom.xml index e3eedde5a3..caaf30ebef 100644 --- a/blog/categories/core/atom.xml +++ b/blog/categories/core/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: core | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/frontend/atom.xml b/blog/categories/frontend/atom.xml index d4f267dee4..90cb619594 100644 --- a/blog/categories/frontend/atom.xml +++ b/blog/categories/frontend/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: frontend | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/release-notes/atom.xml b/blog/categories/release-notes/atom.xml index c8004280e7..01fbe976b9 100644 --- a/blog/categories/release-notes/atom.xml +++ b/blog/categories/release-notes/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: release-notes | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/blog/categories/website/atom.xml b/blog/categories/website/atom.xml index 93208afafc..3f8b2f06ef 100644 --- a/blog/categories/website/atom.xml +++ b/blog/categories/website/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: website | Home Assistant]]> - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 https://home-assistant.io/ diff --git a/components/automation.html b/components/automation.html index 47855e0557..cdfc107b8a 100644 --- a/components/automation.html +++ b/components/automation.html @@ -124,7 +124,7 @@ # 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 diff --git a/components/device_tracker.nmap_scanner.html b/components/device_tracker.nmap_scanner.html index deda624df2..4fa7090543 100644 --- a/components/device_tracker.nmap_scanner.html +++ b/components/device_tracker.nmap_scanner.html @@ -9,20 +9,20 @@ - OpenWRT support - Home Assistant + Nmap support - Home Assistant - + - + - + @@ -97,13 +97,13 @@

- OpenWRT Support + Nmap Support


-

As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using nmap. The IP addresses to scan can be specified in any format that nmap understands, including the network-prefix notation (192.168.1.1/24) and the range notation (192.168.1.1-255).

+

As an alternative to the router-based device tracking, it is possible to directly scan the network for devices by using Nmap. The IP addresses to scan can be specified in any format that Nmap understands, including the network-prefix notation (192.168.1.1/24) and the range notation (192.168.1.1-255).

1
 2
diff --git a/components/history.html b/components/history.html
index 9aba601384..57074d9d83 100644
--- a/components/history.html
+++ b/components/history.html
@@ -124,7 +124,7 @@
 
 
 

-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.

diff --git a/components/media_player.html b/components/media_player.html index 6e5cabe047..45b7b585c2 100644 --- a/components/media_player.html +++ b/components/media_player.html @@ -135,7 +135,7 @@

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.

diff --git a/components/simple_alarm.html b/components/simple_alarm.html index 79ee38dfa7..3772dfccd0 100644 --- a/components/simple_alarm.html +++ b/components/simple_alarm.html @@ -105,7 +105,7 @@

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. It will also flash a specific light when a known person comes home.

-

This component depends on the compoments device_tracker and light being setup.

+

This component depends on the components device_tracker and light being setup.

To set it up, add the following lines to your configuration.yaml:

diff --git a/developers/api.html b/developers/api.html index 73937fe2dd..f26ebb593c 100644 --- a/developers/api.html +++ b/developers/api.html @@ -103,7 +103,7 @@
-

Home Assistent runs a webserver accessible on port 8123.

+

Home Assistant runs a web server accessible on port 8123.

  • http://127.0.0.1:8123/ is an interface to control Home Assistant.
  • diff --git a/developers/architecture.html b/developers/architecture.html index 8985246251..4b808a34c8 100644 --- a/developers/architecture.html +++ b/developers/architecture.html @@ -197,7 +197,7 @@ components within Home Assistant.

    Multiple connected instances

    -

    Home Assistant supports running multiple synchronzied instances using a master-slave model. Whenever events.fire or states.set is called on the salve it will forward it to the master. The master will replicate all events and changed states to its slaves.

    +

    Home Assistant supports running multiple synchronized instances using a master-slave model. Whenever events.fire or states.set is called on the salve it will forward it to the master. The master will replicate all events and changed states to its slaves.

    diff --git a/developers/creating_components.html b/developers/creating_components.html index 54920a7964..27227a1389 100644 --- a/developers/creating_components.html +++ b/developers/creating_components.html @@ -104,7 +104,7 @@

    Home Assistant offers built-in components but it -is easy to built your own. If you are the kind of person that likes to learn from code rather then guide then head over to the config/custom_compnents folder in the repository for two example components.

    +is easy to built your own. If you are the kind of person that likes to learn from code rather then guide then head over to the config/custom_components folder in the repository for two example components.

    The first is hello_world.py, which is the classic Hello World example for Home Assistant. The second one is example.py which showcases various ways you can tap into Home Assistant to be notified when certain events occur.

    @@ -200,7 +200,7 @@ Home Assistant will use the directory that contains your config file as the dire

    Example on using the configuration parameter

    -

    If your configuration file containes the following lines:

    +

    If your configuration file contains the following lines:

1
 2
diff --git a/developers/frontend.html b/developers/frontend.html
index 954246dbc8..9f5900e73c 100644
--- a/developers/frontend.html
+++ b/developers/frontend.html
@@ -115,10 +115,10 @@
   development: 1
-

After turning on development mode, you will have to install the webcomponents that the frontend depends on. You can do this by running the build_frontend script.

+

After turning on development mode, you will have to install the web components that the frontend depends on. You can do this by running the build_frontend script.

-Do not use development mode in production. Home Assistant uses aggresive caching to improve the mobile experience. This is disabled during development so that you do not have to restart the server in between changes. +Do not use development mode in production. Home Assistant uses aggressive caching to improve the mobile experience. This is disabled during development so that you do not have to restart the server in between changes.

@@ -131,7 +131,7 @@ Do not use development mode in production. Home Assistant uses aggresive caching
-

After that you can run ./build_frontend from the project directory. This will take all the used webcomponents and ‘vulcanize’ it into a single file to be served by Home Assistant. The script also updates homeassistant/components/http/frontend.py with an MD5 hash of the frontend.

+

After that you can run ./build_frontend from the project directory. This will take all the used web components and ‘vulcanize’ it into a single file to be served by Home Assistant. The script also updates homeassistant/components/http/frontend.py with an MD5 hash of the frontend.

Adding state cards

diff --git a/getting-started/configuration.html b/getting-started/configuration.html index d0e79ac81f..a59e931502 100644 --- a/getting-started/configuration.html +++ b/getting-started/configuration.html @@ -139,7 +139,7 @@
latitude: 32.87336 longitude: 117.22743 - # C for Celcius, F for Fahrenheit + # C for Celsius, F for Fahrenheit temperature_unit: C # Pick yours from here: diff --git a/sitemap.xml b/sitemap.xml index 24b5594919..e70335d267 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -62,313 +62,313 @@ https://home-assistant.io/developers/add_new_platform.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/getting-started/android.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/developers/api.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/developers/architecture.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/automation.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/browser.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/getting-started/configuration.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/configurator.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/conversation.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/developers/creating_components.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_sun_light_trigger.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.luci.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.netgear.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.nmap_scanner.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/device_tracker.tomato.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/discovery.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/downloader.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/developers/frontend.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/group.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/history.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/blog/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/blog/archives/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 1.0 https://home-assistant.io/components/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/developers/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/getting-started/ - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/keyboard.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/light.hue.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/light.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/media_player.cast.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/media_player.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/notify.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushbullet.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/notify.pushover.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/scene.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/scheduler.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/script.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/sensor.sabnzbd.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/sensor.systemmonitor.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/simple_alarm.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/sun.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/switch.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/switch.wemo.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/tellstick.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.heat_control.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/thermostat.nest.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/getting-started/troubleshooting.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/vera.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/wink.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7 https://home-assistant.io/components/zwave.html - 2015-03-23T22:04:13-07:00 + 2015-04-02T22:44:10-07:00 weekly 0.7