I have finally google assistant up and working with HASS, but actually i have it only for lights and switches. I’d like to have it working also for my sensors and configured them in this way:
cloud:
google_actions:
filter:
include_domains:
- switch
- light
include_entities:
- sensor.humidity_158d0001b95f60
- sensor.humidity_158d0002009a8
- sensor.pressure_158d0001b95f60
- sensor.temperature_158d0001b95f60
- sensor.temperature_158d0002009a8
- sensor.pws_feelslike_c
- sensor.pws_weather_2d_metric
- sensor.solar_angle
- group.all_lights
- group.all_switches
- group.media_player
exclude_domains:
- automation
- script
exclude_entities:
- group.all_automations
- group.all_scripts
- group.all_devices
entity_config:
sensor.humidity_158d0001b95f60:
name: Umidità Balcone
sensor.humidity_158d0002009a82:
name: Umidità Salotto
sensor.pressure_158d0001b95f60:
name: Pressione Balcone
sensor.temperature_158d0001b95f60:
name: Temperatura Balcone
sensor.temperature_158d0002009a82:
name: Temperatura Salotto
sensor.pws_feelslike_c:
name: Temperatura Percepita
sensor.pws_weather_2d_metric:
name: Previsioni domani
sensor.solar_angle:
name: Angolo Solare
But they are not recognized by google assistant with every command i use.
How to have sensors recognized by GAssistant? And which commands are available?
The configuration check says it’s all ok…