Merge branch 'current' into next
This commit is contained in:
commit
2f8bd0b77e
38 changed files with 199 additions and 181 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue