Skip to content

Commit da59083

Browse files
committed
Remove HA does not show decimals filter
Mine does?
1 parent c46c52c commit da59083

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

esphome/example.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,10 @@ sensor:
8080
climate_current_temperature:
8181
# Only id, no name so it won't be sent to home assistant as separate sensor
8282
id: climate_current_temperature
83+
accuracy_decimals: 2
8384
filters:
8485
# Check for temperature changes only every 10 seconds
8586
- heartbeat: 10s
86-
# Home assistant does not show decimals
87-
- round: 0
8887
# The climate component will only send updates if the value is different
8988

9089
# Operation data based sensors

0 commit comments

Comments
 (0)