fixed double 'the' (#3447)

* fixed double 'the'

mostly 's/the the /the /', little style changes where 'is' or 'to' was missing

* removed duplicate words

removed duplicate words like 'to to', 'you you' or 'account account' etc.

a batch of pizza-toasts burnt for this.
This commit is contained in:
Florian Klien 2017-09-26 20:30:04 +02:00 committed by Fabian Affolter
parent d7b321786d
commit dd51ad0df5
30 changed files with 33 additions and 33 deletions

View file

@ -88,7 +88,7 @@ Advantages:
Disadvantages:
- Home automation will assume the wrong state if the the command is not received correctly or if the device is controlled in any other way outside of the home automation system.
- Home automation will assume the wrong state if the command is not received correctly or if the device is controlled in any other way outside of the home automation system.
### {% linkable_title Polling the cloud %}
These are devices that will only report their state to their own cloud backend. The cloud backend will allow reading the state but will not notify when a new state has arrived. This requires the home automation to check frequently if the state has been updated.

View file

@ -59,7 +59,7 @@ Thanks to [Fabian][@fabaff] we have a great re-organized documentation. Is it pe
## State restoration
Ever have some input components or integrations and get annoyed with the fact that their state is lost after a restart? Don't worry any longer. [Johann][@kellerza] has added the foundation for state restoration to Home Assistant. For the initial release support has been added to to `input_select` and `input_boolean` components. We will be adding this to more integrations in the future.
Ever have some input components or integrations and get annoyed with the fact that their state is lost after a restart? Don't worry any longer. [Johann][@kellerza] has added the foundation for state restoration to Home Assistant. For the initial release support has been added to `input_select` and `input_boolean` components. We will be adding this to more integrations in the future.
## Breaking changes to customize and Z-Wave "customize"