#HA core fixes

1 messages ยท Page 1 of 1 (latest)

sick sentinel
#

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.

graceful helm
#

Yoo, everything works now.

#

thanks

sick sentinel
#

๐ŸŽ‰