mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix spelling of "MAC (address)" and "Gateway" name (#134724)
This commit is contained in:
parent
7012648bf8
commit
11d80065ef
@ -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%]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user