Rpi hass.io usb stick

I am trying to get the rpi and hass.io in contact
method usb stick
wlan/lan with static ip

[connection]
id=my-network this advice is OK
uuid=d55162b4-6152-4310-9312-8f4c54d86afa what is the meaning of this code?
type=802-3-ethernet what is the meaning of this code?

[ipv4]
method=manual
address=192.168.1.153/24,192.168.1.1
dns=8.8.8.8;8.8.4.4;

or if this correct

[ipv4] if this correct?
interface eth0
static ip_adress=192.168.1.153/24
static routers=192.168.1.1
static domain_name_servers=8.8.8.8

[ipv6] can you delete this sub [ipv6]
addr-gen-mode=stable-privacy
method=auto

who can help me?
dick