Hello,
I have exposed my cameras from HomeAssistant to google home (using the manual configuration of google home). The cameras do show in Google Home, but when trying to view them, I get an error stating “Live video unavailable”.
The cameras are:
2 Reolink (via Reolink integration).
1 Amcrest Doorbell AD410 (via Dahua integration)
I don’t see anything in the logs, but also not sure what to add to logger: in my config to get logging.
I’ve tried searching the forums and the rest of the web, and found similar issues, but never found a solution. Does this actually work or am I chasing a dead end? The integration works great for everything else.
Config.yaml:
# Loads default set of integrations. Do not remove.
default_config:
stream:
media_source:
recorder:
db_url: !secret mariadb_url
sun:
influxdb:
api_version: 2
host: <redacted>
ssl: true
token: !secret influxdb_token
organization: c28c383287711422
bucket: homeassistant
homeassistant:
auth_providers:
- type: homeassistant
- type: trusted_networks
trusted_networks:
- 192.168.11.0/24
waste_collection_schedule:
sources:
- name: static
args:
type: Trash
frequency: WEEKLY
interval: 1
start: '2024-09-09'
until: '2026-01-05'
weekdays: MO
excludes:
- '2025-05-26'
- '2025-09-01'
dates:
- '2025-05-27'
- '2025-09-02'
- name: static
args:
type: Recycling
frequency: WEEKLY
interval: 2
start: '2024-09-02'
until: '2026-01-05'
weekdays: MO
excludes:
- '2025-05-26'
- '2025-09-01'
dates:
- '2025-05-27'
- '2025-09-02'
spotcast:
sp_dc: !secret primary_sp_dc
sp_key: !secret primary_sp_key
accounts:
rachel:
sp_dc: !secret rach_sp_dc
sp_key: !secret rach_sp_key
google_assistant:
project_id: hass-354502
service_account: !include SERVICE_ACCOUNT.JSON
report_state: true
expose_by_default: false
exposed_domains:
- switch
- light
- camera
entity_config:
light.chuck_desk_lamp:
name: Chuck Desk Lamp
expose: true
room: LIVING_ROOM
fan.fan_switch:
name: Bedroom Fan
expose: true
room: BEDROOM
light.light_switch:
name: Bedroom Light
expose: true
room: BEDROOM
switch.charlie_s_hideout_switch:
name: Charlie's Hideout
expose: true
room: CHARLIES ROOM
switch.charlie_s_twinkle_lights_switch:
name: Charlie's Twinkle Lights
expose: true
room: CHARLIES ROOM
camera.backyard_main:
name: Backyard Camera
expose: true
room: BACKYARD
camera.driveway_main:
name: Driveway Camera
expose: true
room: DRIVEWAY
camera.frontdoor_main:
name: Doorbell
expose: true
room: FRONT DOOR
http:
use_x_forwarded_for: true
trusted_proxies: 192.168.11.192
# Text to speech
tts:
- platform: google_translate
frontend:
themes: !include_dir_merge_named themes
extra_module_url: /hacsfiles/lovelace-card-mod/card-mod.js
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor: !include sensors.yaml
binary_sensor: !include binary_sensor.yaml
system_log:
fire_event: true
logger:
default: warning