mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Minimize configuration sample
This commit is contained in:
parent
abf0c175c3
commit
1fee137f07
@ -19,13 +19,14 @@ The platform currently works in optimistic mode, which means it does not obtain
|
|||||||
|
|
||||||
It uses a sensor under the hood to obtain the current temperature.
|
It uses a sensor under the hood to obtain the current temperature.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
|
To enable this camera in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
climate:
|
climate:
|
||||||
- platform: mqtt
|
- platform: mqtt
|
||||||
name: Study
|
|
||||||
current_temperature_topic: sensors/hvac_study/current_temp
|
|
||||||
temperature_command_topic: sensors/hvac_study/target_temp
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
@ -194,15 +195,15 @@ aux_state_template:
|
|||||||
required: false
|
required: false
|
||||||
type: template
|
type: template
|
||||||
min_temp:
|
min_temp:
|
||||||
description: Minimum set point available
|
description: Minimum set point available.
|
||||||
type: number
|
type: number
|
||||||
required: false
|
required: false
|
||||||
max_temp:
|
max_temp:
|
||||||
description: Maximum set point available
|
description: Maximum set point available.
|
||||||
type: number
|
type: number
|
||||||
required: false
|
required: false
|
||||||
temp_step:
|
temp_step:
|
||||||
description: Step size for temperature set point
|
description: Step size for temperature set point.
|
||||||
type: number
|
type: number
|
||||||
required: false
|
required: false
|
||||||
default: 1
|
default: 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user