Allow float for initial MQTT climate temperature (#28492)

This commit is contained in:
Jan Bouwhuis 2023-08-11 09:30:57 +02:00 committed by GitHub
parent c84c798036
commit 1936ab6993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -183,7 +183,7 @@ fan_modes:
initial: initial:
description: Set the initial target temperature. The default value depends on the temperature unit and will be 21° or 69.8°F. description: Set the initial target temperature. The default value depends on the temperature unit and will be 21° or 69.8°F.
required: false required: false
type: integer type: float
icon: icon:
description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity." description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity."
required: false required: false