diff --git a/source/_components/climate.daikin.markdown b/source/_components/climate.daikin.markdown index 5b4c2182a9e..116cf08034a 100644 --- a/source/_components/climate.daikin.markdown +++ b/source/_components/climate.daikin.markdown @@ -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 diff --git a/source/_components/daikin.markdown b/source/_components/daikin.markdown index 548c05ec313..03a1d598145 100644 --- a/source/_components/daikin.markdown +++ b/source/_components/daikin.markdown @@ -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: +```
Please note, the Daikin platform integrates **ONLY the european versions of Daikin ACs (models BRP069A41, 42, 43, 45)** into Home Assistant
+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. diff --git a/source/_components/sensor.daikin.markdown b/source/_components/sensor.daikin.markdown index dfb69786405..5e8967f99b6 100644 --- a/source/_components/sensor.daikin.markdown +++ b/source/_components/sensor.daikin.markdown @@ -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