Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions source/_components/arcam_fmj.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `arcam_fmj` integration allows you to control [Arcam FMJ Receveivers](https:

Supported devices:

- AVR 380
- AVR 380
- AVR 450
- AVR 750
- Likely other AVRs
Expand Down Expand Up @@ -49,15 +49,18 @@ zone:
type: map
keys:
ZONE_INDEX:
name:
description: Name of zone
required: false
type: string
default: Arcam FMJ - ZONE_INDEX
turn_on:
description: Service to use when turning on device when no connection is established
required: false
type: action
description: Zone index number.
type: map
keys:
name:
description: Name of zone
required: false
type: string
default: Arcam FMJ - ZONE_INDEX
turn_on:
description: Service to use when turning on device when no connection is established
required: false
type: action
{% endconfiguration %}

```yaml
Expand Down
1 change: 1 addition & 0 deletions source/_components/climate.mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ hold_state_template:
hold_modes:
description: A list of available hold modes.
required: false
type: list
aux_command_topic:
description: The MQTT topic to publish commands to switch auxiliary heat.
required: false
Expand Down
2 changes: 1 addition & 1 deletion source/_components/vacuum.template.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ vacuum:
fan_speeds:
description: List of fan speeds supported by the vacuum.
required: false
type: string list
type: [string, list]
{% endconfiguration %}

## {% linkable_title Examples %}
Expand Down
2 changes: 1 addition & 1 deletion source/_components/wwlln.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ longitude:
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`).
required: false
type: int
type: integer
window:
description: The amount of time before now for which strikes should be considered "active" and shown in the UI.
required: false
Expand Down