Fix duplicate 'device' term in MQTT translation strings (#141646)

* Fix duplicate 'device' from MQTT translation strings

* Update homeassistant/components/mqtt/strings.json
This commit is contained in:
Jan Bouwhuis 2025-03-28 13:55:36 +01:00 committed by GitHub
parent d765936be3
commit 473a28c5f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -285,9 +285,9 @@
"invalid_uom": "The unit of measurement \"{unit_of_measurement}\" is not supported by the selected device class, please either remove the device class, select a device class which supports \"{unit_of_measurement}\", or pick a supported unit of measurement from the list",
"invalid_url": "Invalid URL",
"options_not_allowed_with_state_class_or_uom": "The 'Options' setting is not allowed when state class or unit of measurement are used",
"options_device_class_enum": "The 'Options' setting must be used with the Enumeration device class'. If you continue, the existing options will be reset",
"options_device_class_enum": "The 'Options' setting must be used with the Enumeration device class. If you continue, the existing options will be reset",
"options_with_enum_device_class": "Configure options for the enumeration sensor",
"uom_required_for_device_class": "The selected device device class requires a unit"
"uom_required_for_device_class": "The selected device class requires a unit"
}
}
},