LoginSignup
1
1

Home AssistantのID,PW忘れて途方にくれた人へ

Posted at

Home Assistant Operating System用

  1. モニタにつなぐ

  2. 下記でIDを思い出す。

    ha > login
    # grep username /mnt/data/supervisor/homeassistant/.storage/auth
    

    結果

    "username": "あなたのID"
    
  3. あなたのIDへ新しいPWを付与

    # exit
    ha > auth reset --username あなたのID --password 新しいPW
    
  4. うまくいったら落ち着いてココアでも飲みましょう。よかったね!

私にこれを教えてくれた神様
https://www.youtube.com/watch?v=ebZNSyHtmcE

箸にも棒にもな公式ヘルプ
https://www.home-assistant.io/docs/locked_out/

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1