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.