mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Update Dyson component configuration variable (#6670)
* Update Dyson component configuration variable Update style of Dyson component documentation to follow new configuration variables description. Related to #6385. * 🚑 Bugfix
This commit is contained in:
parent
5e4109ef95
commit
d9228a4aa4
@ -32,15 +32,33 @@ dyson:
|
||||
device_ip: DEVICE_IP_2
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): Dyson account username (email address).
|
||||
- **password** (*Required*): Dyson account password.
|
||||
- **language** (*Required*): Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. Other codes should be supported.
|
||||
- **devices** (*Optional*): List of devices.
|
||||
- **device_id** (*Required*): Device ID. The Serial Number of the device. Found in the smart phone app device settings page.
|
||||
- **device_ip** (*Required*): Device IP address.
|
||||
|
||||
{% configuration %}
|
||||
username:
|
||||
description: Dyson account username (email address).
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: Dyson account password.
|
||||
required: true
|
||||
type: string
|
||||
language:
|
||||
description: "Dyson account language country code. Known working codes: `FR`, `NL`, `GB`, `AU`. Other codes should be supported."
|
||||
required: true
|
||||
type: string
|
||||
devices:
|
||||
description: List of devices.
|
||||
required: false
|
||||
type: map
|
||||
keys:
|
||||
device_id:
|
||||
description: Device ID. The Serial Number of the device. Found in the smart phone app device settings page.
|
||||
required: true
|
||||
type: string
|
||||
device_ip:
|
||||
description: Device IP address.
|
||||
required: true
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
||||
The `devices` list is optional, but you'll have to provide them if discovery is not working (warnings in the logs and the devices are not available in Home Assistant web interface).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user