We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46c52c commit da59083Copy full SHA for da59083
esphome/example.yaml
@@ -80,11 +80,10 @@ sensor:
80
climate_current_temperature:
81
# Only id, no name so it won't be sent to home assistant as separate sensor
82
id: climate_current_temperature
83
+ accuracy_decimals: 2
84
filters:
85
# Check for temperature changes only every 10 seconds
86
- heartbeat: 10s
- # Home assistant does not show decimals
87
- - round: 0
88
# The climate component will only send updates if the value is different
89
90
# Operation data based sensors
0 commit comments