Add units of measurement for Home Connect counter entities (#143982)

This commit is contained in:
J. Diego Rodríguez Royo 2025-04-30 21:03:17 +02:00 committed by Paulus Schoutsen
parent 1cd94affd1
commit a8169d2056

View File

@ -1551,31 +1551,39 @@
}
},
"coffee_counter": {
"name": "Coffees"
"name": "Coffees",
"unit_of_measurement": "coffees"
},
"powder_coffee_counter": {
"name": "Powder coffees"
"name": "Powder coffees",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::coffee_counter::unit_of_measurement%]"
},
"hot_water_counter": {
"name": "Hot water"
},
"hot_water_cups_counter": {
"name": "Hot water cups"
"name": "Hot water cups",
"unit_of_measurement": "cups"
},
"hot_milk_counter": {
"name": "Hot milk cups"
"name": "Hot milk cups",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
},
"frothy_milk_counter": {
"name": "Frothy milk cups"
"name": "Frothy milk cups",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
},
"milk_counter": {
"name": "Milk cups"
"name": "Milk cups",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
},
"coffee_and_milk_counter": {
"name": "Coffee and milk cups"
"name": "Coffee and milk cups",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
},
"ristretto_espresso_counter": {
"name": "Ristretto espresso cups"
"name": "Ristretto espresso cups",
"unit_of_measurement": "[%key:component::home_connect::entity::sensor::hot_water_cups_counter::unit_of_measurement%]"
},
"battery_level": {
"name": "Battery level"