Use uppercase "Chime" for product name, fix "MAC address" (#134748)

This commit is contained in:
Norbert Rittel 2025-01-05 14:31:02 +01:00 committed by GitHub
parent da807001ab
commit 871a7d0dc1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
"unique_id_mismatch": "The mac address of the device does not match the previous mac address" "unique_id_mismatch": "The MAC address of the device does not match the previous MAC address"
} }
}, },
"options": { "options": {
@ -54,7 +54,7 @@
"message": "Reolink {service_name} error: config entry not found or not loaded" "message": "Reolink {service_name} error: config entry not found or not loaded"
}, },
"service_not_chime": { "service_not_chime": {
"message": "Reolink play_chime error: {device_name} is not a chime" "message": "Reolink play_chime error: {device_name} is not a Chime"
}, },
"invalid_parameter": { "invalid_parameter": {
"message": "Invalid input parameter: {err}" "message": "Invalid input parameter: {err}"
@ -129,7 +129,7 @@
"services": { "services": {
"ptz_move": { "ptz_move": {
"name": "PTZ move", "name": "PTZ move",
"description": "Move the camera with a specific speed.", "description": "Moves the camera with a specific speed.",
"fields": { "fields": {
"speed": { "speed": {
"name": "Speed", "name": "Speed",
@ -139,11 +139,11 @@
}, },
"play_chime": { "play_chime": {
"name": "Play chime", "name": "Play chime",
"description": "Play a ringtone on a chime.", "description": "Plays a ringtone on a Reolink Chime.",
"fields": { "fields": {
"device_id": { "device_id": {
"name": "Target chime", "name": "Target chime",
"description": "The chime to play the ringtone on." "description": "The Reolink Chime to play the ringtone on."
}, },
"ringtone": { "ringtone": {
"name": "Ringtone", "name": "Ringtone",