mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-08-02 21:39:16 +08:00
feat: add notifications for the local connection to the central hub gateway (#1280)
Some checks failed
Some checks failed
* feat: add notifications for the central hub gateway connection status (#1103) * fix: i18n langurage support * fix: add notification of disconnection when ServiceStateChange.REMOVED
This commit is contained in:
@ -99,6 +99,10 @@
|
||||
"device_list_offline": "\n**{count} устройств недоступно:** \n{message}",
|
||||
"network_status_online": "В сети",
|
||||
"network_status_offline": "Не в сети",
|
||||
"central_state_changed_title": "Статус подключения центрального шлюза",
|
||||
"central_state_changed": "**{nick_name}({uid}, {cloud_server})** локальное подключение центрального шлюза: {conn_status}",
|
||||
"central_state_connected": "подключено",
|
||||
"central_state_disconnected": "разъединено",
|
||||
"device_exec_error": "Ошибка выполнения"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user