1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/simplepush/strings.json
2025-10-28 10:33:10 +01:00

22 lines
599 B
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]"
},
"step": {
"user": {
"data": {
"device_key": "The device key of your device",
"event": "The event for the events.",
"name": "[%key:common::config_flow::data::name%]",
"password": "The password of the encryption used by your device",
"salt": "The salt used by your device."
}
}
}
}
}