Files
homeassistant-core/homeassistant/components/simplepush/strings.json
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
599 B
JSON
Raw Normal View History

2022-06-24 09:39:48 +03:00
{
"config": {
"step": {
"user": {
"data": {
"name": "[%key:common::config_flow::data::name%]",
"device_key": "The device key of your device",
"event": "The event for the events.",
"password": "The password of the encryption used by your device",
"salt": "The salt used by your device."
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
}
}
}