I am running Home Assistant in Docker on a Raspberry Pi 4. I recently noticed that all my Google Casts entities are showing their statuses as Restored and the devices themselves seem unavailable.
I’ve seen many posts about Google Cast issues with Home Assistant in Docker but mine seems to be a bit different, I think. Home Assistant discovers the devices but they are unusable. I am not sure when this started happening but I can confirm the entities were working earlier.
This is my docker-compose.yml
for Home Assistant:
version: '3'
services:
homeassistant:
container_name: homeassistant
image: homeassistant/raspberrypi4-homeassistant:stable
volumes:
- "/home/pi/Docker/Home Assistant/config:/config"
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
network_mode: host
I can confirm that mDNS is work (or else the devices would be discovered in Home Assistant) and have also tried solutions from posts like this this but haven’t been able to fix the issue yet.
Does anyone have any idea how to solve this issue?
1 post - 1 participant