31 lines
1.4 KiB
JSON
31 lines
1.4 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"device_key": "The device key of your device",
|
|
"event": "The event for the events.",
|
|
"name": "Name",
|
|
"password": "The password of the encryption used by your device",
|
|
"salt": "The salt used by your device."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml": {
|
|
"description": "Configuring Simplepush using YAML is being removed.\n\nYour existing YAML configuration has been imported into the UI automatically.\n\nRemove the Simplepush YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
|
"title": "The Simplepush YAML configuration is being removed"
|
|
},
|
|
"removed_yaml": {
|
|
"description": "Configuring Simplepush using YAML has been removed.\n\nYour existing YAML configuration is not used by Home Assistant.\n\nRemove the Simplepush YAML configuration from your configuration.yaml file and restart Home Assistant to fix this issue.",
|
|
"title": "The Simplepush YAML configuration has been removed"
|
|
}
|
|
}
|
|
} |