I was able to correct the HA IP address using the recent responses. However, there is a new problem which may be related:
Supervisor was not able to update
I tried the recommended manual update from the system and also via CLI ha supervisor update with the same result.
Abort update because of an issue with AppArmor: Can’t fetch AppArmor profile https://version.home-assistant.io/apparmor.txt: Cannot connect to host version.home-assistant.io:443 ssl:default [Try again]
apparmor.txt
#include <tunables/global>
profile hassio-supervisor flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
#include <abstractions/python>
network,
deny network raw,
signal (send) set=(kill,term,int,hup,cont),
capability net_admin,
capability net_bind_service,
capability dac_read_search,
capability dac_override,
/bin/** ix,
/usr/bin/** ix,
/bin/udevadm Ux,
/sbin/udevd Ux,
/usr/local/bin/python* ix,
/usr/bin/git cx,
/usr/bin/gdbus cx,
/usr/lib/bashio/** ix,
/etc/s6/** ix,
/run/s6/** ix,
/etc/services.d/** rwix,
/etc/cont-init.d/** rwix,
/etc/cont-finish.d/** rwix,
deny /proc/** wl,
deny /root/** wl,
deny /sys/** wl,
/ r,
/** r,
/tmp/** rw,
/data/** rw,
/os/** rw,
/run/** rwk,
/dev/tty rw,
/etc/resolv.conf rw,
/run/docker.sock rw,
/usr/local/lib/** mr,
profile /usr/bin/gdbus flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
#include <abstractions/dbus>
signal (receive) set=(int),
unix (send, receive) type=stream,
capability sys_nice,
/** r,
/lib/* mr,
/usr/bin/gdbus mr,
/usr/local/lib/** mr,
/run/dbus/system_bus_socket rw,
}
profile /usr/bin/git flags=(attach_disconnected,mediate_deleted) {
#include <abstractions/base>
network,
deny network raw,
signal (receive) set=(term),
/bin/busybox ix,
/usr/bin/git mr,
/usr/libexec/git-core/* ix,
deny /data/homeassistant rw,
deny /data/ssl rw,
/** r,
/lib/* mr,
/data/addons/** lrw,
/usr/local/lib/** mr,
capability dac_override,
}
}
Tried again to no avail.
Any ideas from this helpful group?