Declaration of tags

Hi my friends I have a problem
I have Home Assistant installed in a Raspberry pi with Raspberry pi OS and hacs integrated.Everything looks like to be good but my lack of experience is a problem. I am trying to use the Raspberry gpio pins in order to integrate some sensors and actuators for my system. In order to do it in have declared them in the configuration.yaml file. This is the result:
binary_sensor:

  • platform: gpio
    Actuators:
    • port: 11
      name: “Válvula 1”
    • port: 12
      name: “Válvula 2”
    • port: 13
      name: “Válvula 3”
      sensors:
    • port: 16
      name: “Sonda 1”
    • port: 18
      name: “Sonda 2”
    • port: 19
      name: “Sonda 3”
    • port: 3
      name: “Sonda 4”
    • port: 5
      name: “Sonda 5”
    • port: 7
      name: “Sonda 6”
    • port: 8
      name: “Sonda 7”
    • port: 10
      name: “Sonda 8”
    • port: 15
      name: “Sonda 9”
      I guess that is a good action.
      The problem is when I am programming an automation for a button and I write in my code “Válvula 1” = true the system returns an error Message malformed: Integration " not found

I don´t know if I am declaring well my tags. I am sure I am not calling well on the automation
Could, anybody give me some tip? Regards

Please answer my question. I need help

Regards