mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
fix typos
This commit is contained in:
parent
0b5326bdaf
commit
f6f285ac8f
@ -58,13 +58,13 @@ For example the `device_sun_light_trigger` component tracks the state of devices
|
||||
If the sun has set and the lights are not on:
|
||||
Turn on the lights
|
||||
|
||||
<!-- comment to seperate markdown blockquotes -->
|
||||
<!-- comment to separate markdown blockquotes -->
|
||||
|
||||
In the event that the combined state of all tracked devices changes to 'Not Home':
|
||||
If the lights are on:
|
||||
Turn off the lights
|
||||
|
||||
<!-- comment to seperate markdown blockquotes -->
|
||||
<!-- comment to separate markdown blockquotes -->
|
||||
|
||||
In the event of the sun setting:
|
||||
If the lights are off and the combined state of all tracked device equals 'Home':
|
||||
@ -74,7 +74,7 @@ Another example of a home automation component can be found in [`/config/custom_
|
||||
|
||||
### {% linkable_title 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.
|
||||
|
||||
<p class='img'>
|
||||
<a href='{{ root_url }}/images/architecture/ha_full_architecture.png'>
|
||||
@ -118,4 +118,4 @@ hass.block_till_stopped()
|
||||
|
||||
<p class='note'>
|
||||
Because each slave maintains its own ServiceRegistry it is possible to have multiple slaves respond to one service call.
|
||||
</p>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user