mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
6a2284729a
@ -17,7 +17,7 @@ The `arcam_fmj` integration allows you to control [Arcam FMJ Receveivers](https:
|
|||||||
|
|
||||||
Supported devices:
|
Supported devices:
|
||||||
|
|
||||||
- AVR 380
|
- AVR 380
|
||||||
- AVR 450
|
- AVR 450
|
||||||
- AVR 750
|
- AVR 750
|
||||||
- Likely other AVRs
|
- Likely other AVRs
|
||||||
@ -49,15 +49,18 @@ zone:
|
|||||||
type: map
|
type: map
|
||||||
keys:
|
keys:
|
||||||
ZONE_INDEX:
|
ZONE_INDEX:
|
||||||
name:
|
description: Zone index number.
|
||||||
description: Name of zone
|
type: map
|
||||||
required: false
|
keys:
|
||||||
type: string
|
name:
|
||||||
default: Arcam FMJ - ZONE_INDEX
|
description: Name of zone
|
||||||
turn_on:
|
required: false
|
||||||
description: Service to use when turning on device when no connection is established
|
type: string
|
||||||
required: false
|
default: Arcam FMJ - ZONE_INDEX
|
||||||
type: action
|
turn_on:
|
||||||
|
description: Service to use when turning on device when no connection is established
|
||||||
|
required: false
|
||||||
|
type: action
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -80,7 +80,7 @@ Set target temperature of climate device
|
|||||||
| `temperature` | no | New target temperature for hvac
|
| `temperature` | no | New target temperature for hvac
|
||||||
| `target_temp_high` | yes | New target high temperature for hvac
|
| `target_temp_high` | yes | New target high temperature for hvac
|
||||||
| `target_temp_low` | yes | New target low temperature for hvac
|
| `target_temp_low` | yes | New target low temperature for hvac
|
||||||
| `operation_mode` | yes | Operation mode to set temperature to. This defaults to current_operation mode if not set, or set incorrectly.
|
| `hvac_mode` | yes | HVAC mode to set temperature to. This defaults to current HVAC mode if not set, or set incorrectly.
|
||||||
|
|
||||||
#### Automation example
|
#### Automation example
|
||||||
|
|
||||||
@ -94,7 +94,7 @@ automation:
|
|||||||
data:
|
data:
|
||||||
entity_id: climate.kitchen
|
entity_id: climate.kitchen
|
||||||
temperature: 24
|
temperature: 24
|
||||||
operation_mode: Heat
|
hvac_mode: heat
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `climate.set_humidity`
|
### Service `climate.set_humidity`
|
||||||
@ -163,7 +163,7 @@ automation:
|
|||||||
- service: climate.set_hvac_mode
|
- service: climate.set_hvac_mode
|
||||||
data:
|
data:
|
||||||
entity_id: climate.kitchen
|
entity_id: climate.kitchen
|
||||||
operation_mode: heat
|
hvac_mode: heat
|
||||||
```
|
```
|
||||||
|
|
||||||
### Service `climate.set_swing_mode`
|
### Service `climate.set_swing_mode`
|
||||||
|
@ -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
|
||||||
@ -281,7 +282,7 @@ climate:
|
|||||||
name: Study
|
name: Study
|
||||||
modes:
|
modes:
|
||||||
- "off"
|
- "off"
|
||||||
- "on"
|
- "heat"
|
||||||
- "auto"
|
- "auto"
|
||||||
mode_command_topic: "study/ac/mode/set"
|
mode_command_topic: "study/ac/mode/set"
|
||||||
mode_state_topic: "study/ac/mode/state"
|
mode_state_topic: "study/ac/mode/state"
|
||||||
|
@ -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