-James Cole has contributed support for the PushOver service as a platform for the notify component. This allows components to send messages to the user using PushOver.
+James Cole has contributed support for the PushOver service as a platform for the notify component. This allows components to send messages to the user using PushOver.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/sensor.sabnzbd.html b/components/sensor.sabnzbd.html
index f00b02bbbf..89e221e507 100644
--- a/components/sensor.sabnzbd.html
+++ b/components/sensor.sabnzbd.html
@@ -105,7 +105,7 @@
-James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
+James Cole has contributed support to integrate SABnzbd. This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
The types date_time and time_date shows the date and the time. The other two types just the time or the date.
+
The types date_time and time_date shows the date and the time. The other types just the time or the date. beat shows the Swatch Internet Time.
diff --git a/developers/add_new_platform.html b/developers/add_new_platform.html
index b3778ec1d6..785a2c754f 100644
--- a/developers/add_new_platform.html
+++ b/developers/add_new_platform.html
@@ -208,10 +208,10 @@ This abstract class contains logic for integrating most standard features into
your entities, such as visibility, entity IDs, updates, and many more. That is
why it is best practice to reference the existing class.
-
A list of entities can be registered with Home Assitant using the add_devices
+
A list of entities can be registered with Home Assistant using the add_devices
function that is provided as an input to setup_platform. Once entities are
registered with with Home Assistant their updates will be provided to the core
-and the core will have control over them. For more information on how Entites
+and the core will have control over them. For more information on how Entities
can be customized, take a look at the Entity Abstract
Class.
diff --git a/developers/architecture.html b/developers/architecture.html
index b4454979fe..f9f00f1701 100644
--- a/developers/architecture.html
+++ b/developers/architecture.html
@@ -164,7 +164,7 @@ components within Home Assistant.
Turn on the lights
-
+
In the event that the combined state of all tracked devices changes to 'Not Home':
@@ -172,7 +172,7 @@ components within Home Assistant.
Turn off the lights
-
+
In the event of the sun setting:
@@ -184,7 +184,7 @@ components within Home Assistant.
The full picture
-
When we put all the different pieces of Home Assistant together we see that we match pretty close to the initial sketched home automation overview. The smart home AI is not implemented yet and therefor ommitted from the following picture.
+
When we put all the different pieces of Home Assistant together we see that we match pretty close to the initial sketched home automation overview. The smart home AI is not implemented yet and therefor omitted from the following picture.