I have 3 sensors I want to expose to Google Assistant, but it doesn’t appear to detect them when I sync devices.
-
2 are train time sensors added through the National Rail Departure Times integration (GitHub - crismc/homeassistant_nationalrailtimes_integration: A custom Home Assistant component to show next available trains to specific stops through the National Rail Darwin SOAP API.)
-
1 is defined in a template, with a state calculated based on the temperature values of other sensors
All 3 sensors are included under Settings/Voice assistants/Expose in Home Assistant
I tried extending my configuration.yaml to include the entities explicitly, but that didn’t help either:
exposed_domains:
- camera
- climate
- script
- sensor
- switch
entity_config:
sensor.custom_temperature_sensor:
expose: true
sensor.trains_sensor_1:
expose: true
sensor.trains_sensor_2:
expose: true