Update Daikin docs (Typo, logo, etc.)
This commit is contained in:
parent
d4f87577ba
commit
0459242b49
4 changed files with 35 additions and 135 deletions
|
@ -7,37 +7,34 @@ sidebar: True
|
|||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: daikin.svg
|
||||
logo: daikin.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.59
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
### Description ###
|
||||
|
||||
The sensor component integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:
|
||||
The `daikin` sensor platform integrates Daikin air conditioning systems into Home Assistant, enabling displaying the following parameters:
|
||||
|
||||
- **inside temperature**
|
||||
- **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>
|
||||
|
||||
### Configuration ###
|
||||
|
||||
The component has been integrated with discovery so all your Daikin AC's climate devices can be automatically discovered.
|
||||
Manual configuration and customization is also possible by using the sample configuration from below:
|
||||
|
||||
To enable the platform manually, add the following lines to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
sensor:
|
||||
- platform: daikin
|
||||
host: 10.0.0.1
|
||||
name: optional name
|
||||
monitored_conditions:
|
||||
- inside_temperature
|
||||
- outside_temperature
|
||||
|
||||
host: 10.0.0.1
|
||||
monitored_conditions:
|
||||
- inside_temperature
|
||||
- outside_temperature
|
||||
```
|
||||
|
||||
{% configuration %}
|
||||
|
@ -48,7 +45,7 @@ host:
|
|||
monitored_conditions:
|
||||
description: List of items you want to monitor for each device.
|
||||
required: false
|
||||
detault: All conditions
|
||||
default: All conditions
|
||||
type: list
|
||||
keys:
|
||||
inside_temperature:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue