mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Use uppercase "Chime" for product name, fix "MAC address" (#134748)
This commit is contained in:
parent
da807001ab
commit
871a7d0dc1
@ -34,7 +34,7 @@
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"reauth_successful": "[%key:common::config_flow::abort::reauth_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": {
|
||||
@ -54,7 +54,7 @@
|
||||
"message": "Reolink {service_name} error: config entry not found or not loaded"
|
||||
},
|
||||
"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": {
|
||||
"message": "Invalid input parameter: {err}"
|
||||
@ -129,7 +129,7 @@
|
||||
"services": {
|
||||
"ptz_move": {
|
||||
"name": "PTZ move",
|
||||
"description": "Move the camera with a specific speed.",
|
||||
"description": "Moves the camera with a specific speed.",
|
||||
"fields": {
|
||||
"speed": {
|
||||
"name": "Speed",
|
||||
@ -139,11 +139,11 @@
|
||||
},
|
||||
"play_chime": {
|
||||
"name": "Play chime",
|
||||
"description": "Play a ringtone on a chime.",
|
||||
"description": "Plays a ringtone on a Reolink Chime.",
|
||||
"fields": {
|
||||
"device_id": {
|
||||
"name": "Target chime",
|
||||
"description": "The chime to play the ringtone on."
|
||||
"description": "The Reolink Chime to play the ringtone on."
|
||||
},
|
||||
"ringtone": {
|
||||
"name": "Ringtone",
|
||||
|
Loading…
x
Reference in New Issue
Block a user