#HA core fixes
1 messages ยท Page 1 of 1 (latest)
Well fix the config ๐
If you want to just wipe HA core I suppose you could do this.
ha core stop
mv /mnt/data/supervisor/homeassistant/ /mnt/data/supervisor/homeassistanttmp/
mkdir /mnt/data/supervisor/homeassistant/
ha core start
If you later want to go back to the broken core you can just do this since we only moved it rather than deleted it.
ha core stop
rm -rf /mnt/data/supervisor/homeassistant/
mv /mnt/data/supervisor/homeassistanttmp/ /mnt/data/supervisor/homeassistant/
ha core start
I don't know if homeassistanttmp will stay for long so don't reboot if you want to keep it.
okay rn im trying everything
Yoo, everything works now.
thanks
๐