Trouble Adding SMA inverters Yaml presented unexpected errors

Guys could I get a North on where is this going wrong, newbie here, got 2 Error configuraron invalids :

Currenty I get 2 errors:

Error loading /config/configuration.yaml: while parsing a block mapping in “/config/configuration.yaml”, line 21, column 5 expected , but found ‘’ in “/config/configuration.yaml”, line 27, column 9

Also I followed this tutorial for adding the SMA inverters integration:

My Config.yaml file:

Configure a default setup of Home Assistant (frontend, api, etc)

default_config:

Text to speech

tts:

  • platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

zwave:

usb_path: /dev/ttyUSB0

usb_path: /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_81300513-if00-port0

zha:
usb_path: /dev/ttyUSB1
database_path: /config/zigbee.db

#attempt adding inverter 1 SMA Solar SMA1990060623
# Example configuration.yaml entry (http)
sensor:
- platform: sma
host: 192.168.1.221
password: PRXTAUWSEA3H7AX9
sensors:
- current_consumption
- total_consumption
- pv_power
- total_yield
- pv_gen_meter
- daily_yield
- current_consumption
- total_consumption
- grid_power_supplied
- grid_power_absorbed
- grid_total_yield
- grid_total_absorbed
- grid_power
- frequency
- voltage_l1
- voltage_l2
- voltage_l2
- status

#/attempt adding inverter 1 SMA Solar SMA1990060623

#attempt adding inverter 2 SMA Solar SMA1990079781
# Example configuration.yaml entry (http)
sensor:
- platform: sma
host: 192.168.1.222
password: 372HXLXPTCMDVSLJ
sensors:
- current_consumption
- total_consumption
- pv_power
- total_yield
- pv_gen_meter
- daily_yield
- current_consumption
- total_consumption
- grid_power_supplied
- grid_power_absorbed
- grid_total_yield
- grid_total_absorbed
- grid_power
- frequency
- voltage_l1
- voltage_l2
- voltage_l2
- status

#/attempt adding inverter 2 SMA Solar SMA1990079781


Thanks in Advance!
Aaron!

YAML Flie:


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml


zwave:
#   usb_path: /dev/ttyUSB0
    usb_path: /dev/serial/by-id/usb-Silicon_Labs_HubZ_Smart_Home_Controller_81300513-if00-port0
 
    
zha:
    usb_path: /dev/ttyUSB1
    database_path: /config/zigbee.db
    
    
#attempt adding inverter 1 SMA Solar SMA1990060623
    # Example configuration.yaml entry (http)
        sensor:
         - platform: sma
            host: 192.168.1.221
            password: PRXTAUWSEA3H7AX9
            sensors:
      - current_consumption
      - total_consumption
      - pv_power
      - total_yield
      - pv_gen_meter
      - daily_yield
      - current_consumption
      - total_consumption
      - grid_power_supplied
      - grid_power_absorbed
      - grid_total_yield
      - grid_total_absorbed
        - grid_power
        - frequency
        - voltage_l1
        - voltage_l2
        - voltage_l2
        - status

#/attempt adding inverter 1 SMA Solar SMA1990060623

#attempt adding inverter 2 SMA Solar SMA1990079781
    # Example configuration.yaml entry (http)
        sensor:
         - platform: sma
            host: 192.168.1.222
            password: 372HXLXPTCMDVSLJ
            sensors:
      - current_consumption
      - total_consumption
      - pv_power
      - total_yield
      - pv_gen_meter
      - daily_yield
      - current_consumption
      - total_consumption
      - grid_power_supplied
      - grid_power_absorbed
      - grid_total_yield
      - grid_total_absorbed
        - grid_power
        - frequency
        - voltage_l1
        - voltage_l2
        - voltage_l2
        - status

#/attempt adding inverter 2 SMA Solar SMA1990079781