1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-14 23:28:42 +00:00

Update snapshots

This commit is contained in:
jbouwh
2026-01-25 19:18:14 +00:00
parent 1fb472bea8
commit 5d063f514f

View File

@@ -23877,7 +23877,10 @@
'object_id_base': 'Total energy',
'options': dict({
'sensor': dict({
'suggested_display_precision': 2,
'suggested_display_precision': 3,
}),
'sensor.private': dict({
'suggested_unit_of_measurement': <UnitOfEnergy.KILO_WATT_HOUR: 'kWh'>,
}),
}),
'original_device_class': <SensorDeviceClass.ENERGY: 'energy'>,
@@ -23991,7 +23994,10 @@
'object_id_base': 'Total production',
'options': dict({
'sensor': dict({
'suggested_display_precision': 2,
'suggested_display_precision': 3,
}),
'sensor.private': dict({
'suggested_unit_of_measurement': <UnitOfEnergy.KILO_WATT_HOUR: 'kWh'>,
}),
}),
'original_device_class': <SensorDeviceClass.ENERGY: 'energy'>,