mirror of
https://github.com/home-assistant/core.git
synced 2026-06-01 21:24:17 +01:00
ef6fd92079
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"install_app": "Open the mobile app to set up the integration with Home Assistant. See [the docs]({apps_url}) for a list of compatible apps."
|
|
},
|
|
"step": {
|
|
"confirm": {
|
|
"description": "Do you want to set up the Mobile App component?"
|
|
}
|
|
}
|
|
},
|
|
"device_automation": {
|
|
"action_type": {
|
|
"notify": "Send a notification"
|
|
},
|
|
"extra_fields": {
|
|
"message": "Message",
|
|
"title": "Title"
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"device_not_connected_for_local_push_notifications": {
|
|
"message": "Device {device_name} is not connected for local push notifications"
|
|
},
|
|
"error_sending_notification": {
|
|
"message": "Error sending notification to {device_name}"
|
|
},
|
|
"rate_limit_exceeded_sending_notification": {
|
|
"message": "Rate limit exceeded sending notification to {device_name}"
|
|
},
|
|
"timeout_sending_notification": {
|
|
"message": "Timeout sending notification to {device_name}"
|
|
}
|
|
},
|
|
"title": "Mobile App"
|
|
}
|