mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix group translation strings (#131150)
This commit is contained in:
parent
da023ffbd5
commit
52147b1515
@ -3,7 +3,7 @@
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"title": "Add Group",
|
||||
"title": "Create Group",
|
||||
"description": "Groups allow you to create a new entity that represents multiple entities of the same type.",
|
||||
"menu_options": {
|
||||
"binary_sensor": "Binary sensor group",
|
||||
@ -283,20 +283,20 @@
|
||||
},
|
||||
"issues": {
|
||||
"uoms_not_matching_device_class": {
|
||||
"title": "Unit of measurements are not correct",
|
||||
"description": "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible and can't be converted with the device class `{device_class}` of sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities and reload the group sensor to fix this issue."
|
||||
"title": "Units of measurement are not correct",
|
||||
"description": "Units of measurement `{uoms}` of input sensors `{source_entities}` are not compatible and can't be converted with the device class `{device_class}` of sensor group `{entity_id}`.\n\nPlease correct the unit of measurement on the source entities and reload the group sensor to fix this issue."
|
||||
},
|
||||
"uoms_not_matching_no_device_class": {
|
||||
"title": "Unit of measurements is not correct",
|
||||
"description": "Unit of measurements `{uoms}` of input sensors `{source_entities}` are not compatible when not using a device class on sensor group `{entity_id}`.\n\nPlease correct the unit of measurements on the source entities or set a proper device class on the sensor group and reload the group sensor to fix this issue."
|
||||
"title": "Units of measurement are not correct",
|
||||
"description": "Units of measurement `{uoms}` of input sensors `{source_entities}` are not compatible when not using a device class on sensor group `{entity_id}`.\n\nPlease correct the unit of measurement on the source entities or set a proper device class on the sensor group and reload the group sensor to fix this issue."
|
||||
},
|
||||
"device_classes_not_matching": {
|
||||
"title": "Device classes is not correct",
|
||||
"description": "Device classes `{device_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the device classes on the source entities and reload the group sensor to fix this issue."
|
||||
"title": "Device classes are not correct",
|
||||
"description": "Device classes `{device_classes}` on source entities `{source_entities}` need to be identical for sensor group `{entity_id}`.\n\nPlease correct the device classes on the source entities and reload the group sensor to fix this issue."
|
||||
},
|
||||
"state_classes_not_matching": {
|
||||
"title": "State classes is not correct",
|
||||
"description": "State classes `{state_classes}` on source entities `{source_entities}` needs to be same for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
|
||||
"title": "State classes are not correct",
|
||||
"description": "State classes `{state_classes}` on source entities `{source_entities}` need to be identical for sensor group `{entity_id}`.\n\nPlease correct the state classes on the source entities and reload the group sensor to fix this issue."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user