Sensor DHT22 on Google Home via Cloud

I connect a DHT22 sensor to my Raspberry Pi with HassOS and in the dashboard, it works perfectly, but when I try to add it in my Google home app, it doesn’t show up.

I configured the cloud following the tutorial on the Nobu Casa Assistant configuration page
this is what I have:

google_actions:
    filter:
        include_entities:
            - sensor.dht_sensor_temperature
    entity_config:
        sensor.dht_sensor_temperature: 
            name: Termostato
            room: R1

This is my first day using Home Assistant so I’m really not sure of what I’m doing
Please Help me

Looks like your indentation is incorrect:

google_actions:
    filter:
        include_entities:
            - sensor.dht_sensor_temperature
    entity_config:
        sensor.dht_sensor_temperature: # Indentation was missing here
            name: Termostato
            room: R1

Thanks, one problem solve but the sensor is still not sowing on the Google Home app, any idea??