Fix formatting occured during merge conflict resolving

This commit is contained in:
Franck Nijhof 2023-06-28 12:24:12 +02:00
parent 749f148569
commit e38ef8cf02
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -190,13 +190,13 @@ device_tracker:
{% configuration %} {% configuration %}
host: host:
description: The IP address of your miio device. description: The IP address of your miio device.
required: true required: true
type: string type: string
token: token:
description: The API token of your miio device. description: The API token of your miio device.
required: true required: true
type: string type: string
{% endconfiguration %} {% endconfiguration %}
## Xiaomi Air Purifier, Air Humidifier and Standing Fan ## Xiaomi Air Purifier, Air Humidifier and Standing Fan
@ -1247,36 +1247,36 @@ remote:
{% configuration %} {% configuration %}
host: host:
description: The IP of your remote. description: The IP of your remote.
required: true required: true
type: string type: string
token: token:
description: The API token of your remote. description: The API token of your remote.
required: true required: true
type: string type: string
name: name:
description: The name of your remote. description: The name of your remote.
required: false required: false
type: string type: string
slot: slot:
description: The slot used to save learned command. description: The slot used to save learned command.
required: false required: false
type: integer type: integer
default: 1 default: 1
timeout: timeout:
description: Timeout for learning a new command. description: Timeout for learning a new command.
required: false required: false
type: integer type: integer
default: 30 default: 30
commands: commands:
description: A list of commands description: A list of commands
required: false required: false
type: map type: map
keys: keys:
command: command:
description: A list of commands as [raw (learned command)](/integrations/xiaomi_miio/#raw) or [pronto hex code](/integrations/xiaomi_miio/#pronto-hex-code). description: A list of commands as [raw (learned command)](/integrations/xiaomi_miio/#raw) or [pronto hex code](/integrations/xiaomi_miio/#pronto-hex-code).
required: true required: true
type: list type: list
{% endconfiguration %} {% endconfiguration %}
### Full Configuration ### Full Configuration
@ -1649,41 +1649,41 @@ Enter remote control mode, make one move, stop, and exit remote control mode.
{% configuration_basic %} {% configuration_basic %}
DnD Start*: DnD Start*:
description: The timestamp when the next DnD (Do not disturb) period will start description: The timestamp when the next DnD (Do not disturb) period will start
DnD End*: DnD End*:
description: The timestamp when the current or next DnD (Do not disturb) period will end description: The timestamp when the current or next DnD (Do not disturb) period will end
Total duration*: Total duration*:
description: The total cleaning duration in seconds description: The total cleaning duration in seconds
Total Clean Area*: Total Clean Area*:
description: The total cleaning area in square meters description: The total cleaning area in square meters
Total Clean Count*: Total Clean Count*:
description: The total amount of times a clean cycle has been ran description: The total amount of times a clean cycle has been ran
Total Dust Collection Count*: Total Dust Collection Count*:
description: The total amount of dust that has been collected description: The total amount of dust that has been collected
Filter Left*: Filter Left*:
description: How long the filter can be used in seconds description: How long the filter can be used in seconds
Main Brush Left*: Main Brush Left*:
description: How long the main brush can be used in seconds description: How long the main brush can be used in seconds
Sensor Dirty Left*: Sensor Dirty Left*:
description: How long the sensor can be used in seconds description: How long the sensor can be used in seconds
Current Clean Time: Current Clean Time:
description: The current cleaning time of the vacuum. If the vacuum is not cleaning, this sensor will have the same value as the "Last Clean Duration" sensor. description: The current cleaning time of the vacuum. If the vacuum is not cleaning, this sensor will have the same value as the "Last Clean Duration" sensor.
Current Clean Area: Current Clean Area:
description: The current area that has been cleaned. If the vacuum is not cleaning, this sensor will have the same value as the "Last Clean Area" sensor. description: The current area that has been cleaned. If the vacuum is not cleaning, this sensor will have the same value as the "Last Clean Area" sensor.
Last Clean Area*: Last Clean Area*:
description: The last cleaned area in square meters description: The last cleaned area in square meters
Last Clean Duration\*: Last Clean Duration\*:
description: The last clean duration in seconds description: The last clean duration in seconds
Last Clean End: Last Clean End:
description: The last clean end time as a timestamp description: The last clean end time as a timestamp
Last Clean Start: Last Clean Start:
description: The last clean start time as a timestamp description: The last clean start time as a timestamp
Mop Attached**: Mop Attached**:
description: If the mop is attached description: If the mop is attached
Water Box Attached**: Water Box Attached**:
description: If the watter box is attached description: If the watter box is attached
Water Shortage\*\*: Water Shortage\*\*:
description: If the water box is low on water description: If the water box is low on water
{% endconfiguration_basic %} {% endconfiguration_basic %}