1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00

Note Huawei LTE notify service change requires restart (#30223)

Refs https://github.com/home-assistant/home-assistant/issues/30222
This commit is contained in:
Ville Skyttä 2019-12-28 17:31:42 +02:00 committed by Paulus Schoutsen
parent 658ec309aa
commit 4e50a402c7
2 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@
"step": {
"init": {
"data": {
"name": "Notification service name",
"name": "Notification service name (change requires restart)",
"recipient": "SMS notification recipients",
"track_new_devices": "Track new devices"
}

View File

@ -7,13 +7,13 @@
},
"error": {
"connection_failed": "Connection failed",
"connection_timeout": "Connection timeout",
"incorrect_password": "Incorrect password",
"incorrect_username": "Incorrect username",
"incorrect_username_or_password": "Incorrect username or password",
"invalid_url": "Invalid URL",
"login_attempts_exceeded": "Maximum login attempts exceeded, please try again later",
"response_error": "Unknown error from device",
"connection_timeout": "Connection timeout",
"unknown_connection_error": "Unknown error connecting to device"
},
"step": {
@ -33,7 +33,7 @@
"step": {
"init": {
"data": {
"name": "Notification service name",
"name": "Notification service name (change requires restart)",
"recipient": "SMS notification recipients",
"track_new_devices": "Track new devices"
}