remove temperature unit from example (#2290)

remove temperature unit from example, as configuration will not work with units present
This commit is contained in:
xander2 2022-09-13 07:49:36 +02:00 committed by GitHub
parent 059092ed86
commit da17b7c74a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,9 +27,9 @@ All climate platforms in ESPHome inherit from the climate configuration schema.
climate:
- platform: ...
visual:
min_temperature: 18 °C
max_temperature: 25 °C
temperature_step: 0.1 °C
min_temperature: 18
max_temperature: 25
temperature_step: 0.1
Configuration variables: