Fix spelling of "MAC (address)" and "Gateway" name (#134724)

This commit is contained in:
Norbert Rittel 2025-01-05 00:05:15 +01:00 committed by GitHub
parent 7012648bf8
commit 11d80065ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
"data": {
"interface": "The network interface to use",
"host": "IP address (optional)",
"mac": "Mac Address (optional)"
"mac": "MAC address (optional)"
}
},
"settings": {
"title": "Optional settings",
"description": "The key (password) can be retrieved using this tutorial: https://www.domoticz.com/wiki/Xiaomi_Gateway_(Aqara)#Adding_the_Xiaomi_Gateway_to_Domoticz. If the key is not provided only sensors will be accessible",
"data": {
"key": "The key of your gateway",
"key": "The key of your Gateway",
"name": "Name of the Gateway"
}
},
@ -28,9 +28,9 @@
"error": {
"discovery_error": "Failed to discover a Xiaomi Aqara Gateway, try using the IP of the device running HomeAssistant as interface",
"invalid_interface": "Invalid network interface",
"invalid_key": "Invalid gateway key",
"invalid_key": "Invalid Gateway key",
"invalid_host": "Invalid hostname or IP address, see https://www.home-assistant.io/integrations/xiaomi_aqara/#connection-problem",
"invalid_mac": "Invalid Mac Address"
"invalid_mac": "Invalid MAC address"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",