mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00: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:
parent
658ec309aa
commit
4e50a402c7
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user