mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Enable Daikin autodiscovery (#4483)
* Create climate.daikin.markdown * Added the entire Daikin platform and also Daikin sensors docs * Update climate.daikin.markdown * Update daikin.markdown * Update sensor.daikin.markdown * Added-Daikin-autodiscovery-docs
This commit is contained in:
parent
06e73a8ac9
commit
1f582818fa
@ -29,7 +29,8 @@ Current temperature is displayed.
|
||||
|
||||
### Configuration ###
|
||||
|
||||
Manual configuration and customization is possible by using the sample configuration from below:
|
||||
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:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
@ -18,13 +18,19 @@ ha_iot_class: "Local Polling"
|
||||
The component integrates Daikin air conditioning systems into Home Assistant.
|
||||
|
||||
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
|
||||
</p>
|
||||
|
||||
A full manual configuration example is give below:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
# Full manual example configuration.yaml entry
|
||||
daikin:
|
||||
hosts:
|
||||
- 192.168.4.161
|
||||
@ -38,7 +44,8 @@ daikin:
|
||||
{% configuration %}
|
||||
hosts:
|
||||
description: List of IP addresses or hostnames.
|
||||
required: true
|
||||
required: false
|
||||
default: All discovered hosts
|
||||
type: array
|
||||
monitored_conditions:
|
||||
description: List of items you want to monitor for each device.
|
||||
|
@ -25,7 +25,8 @@ The sensor component integrates Daikin air conditioning systems into Home Assist
|
||||
|
||||
### Configuration ###
|
||||
|
||||
Manual configuration and customization is possible by using the sample configuration from below:
|
||||
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:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user