Merge branch 'current' into next
This commit is contained in:
commit
2f8bd0b77e
38 changed files with 199 additions and 181 deletions
|
@ -18,17 +18,11 @@ The `daikin` component integrates Daikin air conditioning systems into Home Assi
|
|||
|
||||
To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your 'configuration.yaml' file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
daikin:
|
||||
```
|
||||
|
||||
<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>
|
||||
|
||||
A full manual configuration example is give below:
|
||||
|
||||
To automatically add all your Daikin devices (ACs and associated sensors) into your Home Assistant installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Full manual example configuration.yaml entry
|
||||
|
@ -36,9 +30,8 @@ daikin:
|
|||
hosts:
|
||||
- 192.168.4.161
|
||||
monitored_conditions:
|
||||
- inside_temperature
|
||||
- outside_temperature
|
||||
|
||||
- inside_temperature
|
||||
- outside_temperature
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue