Apply suggestions from code review

Co-authored-by: Norbert Rittel <norbert@rittel.de>
This commit is contained in:
Jan Bouwhuis 2025-07-16 18:01:47 +02:00 committed by GitHub
parent 8ff47f6a18
commit 7a6d42e315
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
"step": {
"confirm": {
"title": "[%key:component::mqtt::issues::subentry_migration_discovery::title%]",
"description": "Exported MQTT device \"{name}\" identified via MQTT discovery. Submit to confirm that the MQTT device is to be migrated to the main MQTT configuration, and to remove the existing MQTT device subentry. Make sure that the discovery is retained at the MQTT broker, or is resent after the subentry is removed, so that the MQTT device will be set up correctly."
"description": "Exported MQTT device \"{name}\" identified via MQTT discovery. Select **Submit** to confirm that the MQTT device is to be migrated to the main MQTT configuration, and to remove the existing MQTT device subentry. Make sure that the discovery is retained at the MQTT broker, or is resent after the subentry is removed, so that the MQTT device will be set up correctly."
}
}
}
@ -21,7 +21,7 @@
"step": {
"confirm": {
"title": "[%key:component::mqtt::issues::subentry_migration_yaml::title%]",
"description": "Exported MQTT device \"{name}\" identified in YAML configuration. Submit to confirm that the MQTT device is to be migrated to main MQTT config entry, and to remove the existing MQTT device subentry."
"description": "Exported MQTT device \"{name}\" identified in YAML configuration. Select **Submit** to confirm that the MQTT device is to be migrated to main MQTT config entry, and to remove the existing MQTT device subentry."
}
}
}