mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
* Updated to match pull-request #28237 * Updated according to review comments
This commit is contained in:
parent
f174ad7c1d
commit
74335a57a8
@ -26,6 +26,7 @@ climate:
|
|||||||
password: YOUR_SHORT_IP
|
password: YOUR_SHORT_IP
|
||||||
host: YOUR_SMILE_LOCAL_IP
|
host: YOUR_SMILE_LOCAL_IP
|
||||||
```
|
```
|
||||||
|
**Please note**: for a legacy Anna (firmware 1.8.x) an additional line is required, see below, this line is not needed for a more recent Anna (firmware 3.1.x).
|
||||||
|
|
||||||
{% configuration %}
|
{% configuration %}
|
||||||
password:
|
password:
|
||||||
@ -51,6 +52,11 @@ port:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 80
|
default: 80
|
||||||
|
legacy_anna:
|
||||||
|
description: Indicate that the Anna is a legacy unit
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
min_temp:
|
min_temp:
|
||||||
description: If you want to adjust the lower boundary, the integration will not allow temperatures below the set value.
|
description: If you want to adjust the lower boundary, the integration will not allow temperatures below the set value.
|
||||||
required: false
|
required: false
|
||||||
@ -72,6 +78,7 @@ climate:
|
|||||||
password: YOUR_SHORT_ID
|
password: YOUR_SHORT_ID
|
||||||
host: YOUR_SMILE_LOCAL_IP
|
host: YOUR_SMILE_LOCAL_IP
|
||||||
port: YOUR_SMILE_PORT_NUMBER
|
port: YOUR_SMILE_PORT_NUMBER
|
||||||
|
legacy_anna: true
|
||||||
min_temp: YOUR_MINIMAL_TARGET_TEMPERATURE
|
min_temp: YOUR_MINIMAL_TARGET_TEMPERATURE
|
||||||
max_temp: YOUR_MAXIMAL_TARGET_TEMPERATURE
|
max_temp: YOUR_MAXIMAL_TARGET_TEMPERATURE
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user