mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update Daikin description (#7872)
* Update sensor.daikin.markdown
* Update daikin.markdown
* Update daikin.markdown
* Update climate.daikin.markdown
* ✏️ Tweaks
This commit is contained in:
parent
306898fc89
commit
4952e35527
@ -23,25 +23,4 @@ The `daikin` climate platform integrates Daikin air conditioning systems into Ho
|
|||||||
|
|
||||||
Current temperature is displayed.
|
Current temperature is displayed.
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
For configuration instructions, see [the Daikin component](/components/daikin/).
|
||||||
|
|
||||||
To enable the platform, add the following lines to your `configuration.yaml` file:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
# Example configuration.yaml entry
|
|
||||||
climate:
|
|
||||||
- platform: daikin
|
|
||||||
host: 10.0.0.1
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
host:
|
|
||||||
description: IP or hostname of the device.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
name:
|
|
||||||
description: If the device has a name previously set by the user than that name will be used.
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
{% endconfiguration %}
|
|
||||||
|
|
||||||
|
@ -13,14 +13,13 @@ ha_release: 0.59
|
|||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `daikin` component integrates Daikin air conditioning systems into Home Assistant.
|
The `daikin` component integrates Daikin air conditioning systems into Home Assistant.
|
||||||
|
|
||||||
## {% linkable_title Supported hardware %}
|
## {% linkable_title Supported hardware %}
|
||||||
|
|
||||||
**Only** the european versions of Daikin ACs (models BRP069A41, 42, 43, 45).
|
**Only** the European versions of Daikin AC (models BRP069A41, 42, 43, 45).
|
||||||
|
|
||||||
The model BRP069A42 does not support setting of fan speed or fan swing mode.
|
Some models do not support setting of fan speed or fan swing mode.
|
||||||
|
|
||||||
Please note that some AC devices may report outside temperature only when they are turned on.
|
Please note that some AC devices may report outside temperature only when they are turned on.
|
||||||
|
|
||||||
@ -33,9 +32,6 @@ To automatically add all your Daikin devices (ACs and associated sensors) into y
|
|||||||
daikin:
|
daikin:
|
||||||
hosts:
|
hosts:
|
||||||
- 192.168.4.161
|
- 192.168.4.161
|
||||||
monitored_conditions:
|
|
||||||
- inside_temperature
|
|
||||||
- outside_temperature
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -43,16 +39,5 @@ hosts:
|
|||||||
description: List of IP addresses or hostnames.
|
description: List of IP addresses or hostnames.
|
||||||
required: false
|
required: false
|
||||||
default: All discovered hosts
|
default: All discovered hosts
|
||||||
type: list
|
type: list
|
||||||
monitored_conditions:
|
|
||||||
description: List of items you want to monitor for each device.
|
|
||||||
required: false
|
|
||||||
default: All conditions
|
|
||||||
type: list
|
|
||||||
keys:
|
|
||||||
inside_temperature:
|
|
||||||
description: The current temperature measured inside the house.
|
|
||||||
outside_temperature:
|
|
||||||
description: The current temperature measured outside the house.
|
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
@ -19,34 +19,4 @@ The `daikin` sensor platform integrates Daikin air conditioning systems into Hom
|
|||||||
- Inside temperature
|
- Inside temperature
|
||||||
- Outside temperature
|
- Outside temperature
|
||||||
|
|
||||||
## {% linkable_title Configuration %}
|
For installation instructions, see [the Daikin component](/components/daikin/).
|
||||||
|
|
||||||
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
|
|
||||||
monitored_conditions:
|
|
||||||
- inside_temperature
|
|
||||||
- outside_temperature
|
|
||||||
```
|
|
||||||
|
|
||||||
{% configuration %}
|
|
||||||
host:
|
|
||||||
description: IP or hostname of the device.
|
|
||||||
required: true
|
|
||||||
type: string
|
|
||||||
monitored_conditions:
|
|
||||||
description: List of items you want to monitor for each device.
|
|
||||||
required: false
|
|
||||||
default: All conditions
|
|
||||||
type: list
|
|
||||||
keys:
|
|
||||||
inside_temperature:
|
|
||||||
description: The current temperature measured inside the house.
|
|
||||||
outside_temperature:
|
|
||||||
description: The current temperature measured outside the house.
|
|
||||||
{% endconfiguration %}
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user