Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simply-static domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/html/wp-includes/functions.php on line 6121
home assistant解决忘记用户名和密码(恢复出厂设置)

home assistant解决忘记用户名和密码(恢复出厂设置)

首先进入ssh超级终端,并使用ha命令

ha auth reset --username jack --password xxxxxx

对于忘记用户名的,可以直接删除.storage文件

sudo find / -name .storage
sudo rm -rf .storage