Hey Guys, i have a sensor with "unit_of_measurement: min" so an entity card shows for example "11:00" (always add :00 extra), what i need to do that the entity card shows only "11"? because the state is without always :00 but i think this will be added because "unit_of_measurement" is "min"
This sensor comes from the integration "Waze Travel Time"
#Entity Format
1 messages · Page 1 of 1 (latest)
see https://github.com/home-assistant/frontend/issues/21984 for more discussion
This is how duration entities are formatted.
my english is not the best, but there is no solution how i can fix it 😅
not really. you can copy it with a template sensor that is not duration device class if you want
okay thanks, so only with a seperat sensor :(. sensor over sensors ^^