dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
1.9k stars 416 forks source link

fix(homeassistant-core): Fix onboarding flow error due to translation issues #689712 #469

Closed ms1design closed 3 months ago

ms1design commented 3 months ago

Hi,

Was a bit bored waiting, so I decided to do patch to fix https://community.home-assistant.io/t/new-install-onboarding-failedkeyerror-component-onboarding-area-living-room/689712 to unstuck the onboarding process. Now Home Assistant Core works on Jetson.

dusty-nv commented 3 months ago

Nice! Thanks @ms1design - are there any special tricks needed to run this for doing a new HomeAssistant installation, or should I just basically proceed by following their documentation?

ms1design commented 3 months ago

@dusty-nv No special tricks needed- just visit localhost:8123. I was able to go through onboarding process and tested the Assist in browser. It worked. I assume that rest should also work :) If not then we start to worry ;)

dusty-nv commented 3 months ago

@ms1design trying to build this for dockerhub, and there is an additional ffmpeg container you defined in the depends that is missing and I can't find from the previous PR's you submitted - if you have it locally, can you push the PR for that? assuming it's more than just apt install ffmpeg

ms1design commented 3 months ago

@dusty-nv true, sorry about that. PR is on the way.