How to change IP address in CLI

After 2 days off-line I found @odiaz59 procedure and this works fine.

To change your home assistant ip address:

ha> network info

look for interface to grab the name

ha > network update enp0s3 --ipv4-address 192.168.1.45/24

this takes about 20 seconds

Command completed successfully.

6 Likes