- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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 @@
- 2015-03-23T22:04:13-07:00
+ 2015-04-02T22:44:10-07:00https://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).
-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.
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/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.
+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:
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.