Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2018-01-24 08:36:59 +01:00
commit 2f8bd0b77e
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
38 changed files with 199 additions and 181 deletions

View file

@ -20,11 +20,9 @@ The `daikin` sensor platform integrates Daikin air conditioning systems into Hom
- **outside temperature**
<p class='note warning'>
Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant
Please note, the `daikin` platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant.
</p>
The component has been integrated with discovery so all your Daikin AC's climate devices can be automatically discovered.
To enable the platform manually, add the following lines to your `configuration.yaml` file:
```yaml
@ -33,8 +31,8 @@ sensor:
- platform: daikin
host: 10.0.0.1
monitored_conditions:
- inside_temperature
- outside_temperature
- inside_temperature
- outside_temperature
```
{% configuration %}