mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Collection of configuration block fixes (#9892)
This commit is contained in:
parent
debee58f8e
commit
9053016f2a
@ -49,6 +49,9 @@ zone:
|
|||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
ZONE_INDEX:
|
ZONE_INDEX:
|
||||||
|
description: Zone index number.
|
||||||
|
type: map
|
||||||
|
keys:
|
||||||
name:
|
name:
|
||||||
description: Name of zone
|
description: Name of zone
|
||||||
required: false
|
required: false
|
||||||
|
@ -200,6 +200,7 @@ hold_state_template:
|
|||||||
hold_modes:
|
hold_modes:
|
||||||
description: A list of available hold modes.
|
description: A list of available hold modes.
|
||||||
required: false
|
required: false
|
||||||
|
type: list
|
||||||
aux_command_topic:
|
aux_command_topic:
|
||||||
description: The MQTT topic to publish commands to switch auxiliary heat.
|
description: The MQTT topic to publish commands to switch auxiliary heat.
|
||||||
required: false
|
required: false
|
||||||
|
@ -84,7 +84,7 @@ vacuum:
|
|||||||
fan_speeds:
|
fan_speeds:
|
||||||
description: List of fan speeds supported by the vacuum.
|
description: List of fan speeds supported by the vacuum.
|
||||||
required: false
|
required: false
|
||||||
type: string list
|
type: [string, list]
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
@ -50,7 +50,7 @@ longitude:
|
|||||||
radius:
|
radius:
|
||||||
description: The radius around your location to monitor; defaults to 25 km or mi (depending on the unit system defined in your `configuration.yaml`).
|
description: The radius around your location to monitor; defaults to 25 km or mi (depending on the unit system defined in your `configuration.yaml`).
|
||||||
required: false
|
required: false
|
||||||
type: int
|
type: integer
|
||||||
window:
|
window:
|
||||||
description: The amount of time before now for which strikes should be considered "active" and shown in the UI.
|
description: The amount of time before now for which strikes should be considered "active" and shown in the UI.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user