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": { "step": {
"init": { "init": {
"data": { "data": {
"name": "Notification service name", "name": "Notification service name (change requires restart)",
"recipient": "SMS notification recipients", "recipient": "SMS notification recipients",
"track_new_devices": "Track new devices" "track_new_devices": "Track new devices"
} }

View File

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