AlexxIT / DashCast

DashCast component for Home Assistant
https://github.com/AlexxIT/Blog
MIT License
128 stars 7 forks source link

Error in Homeassistant #19

Closed pfletcher1973 closed 2 months ago

pfletcher1973 commented 2 months ago

Hi, attempting to get this to work, but get teh following error when calling the Service to display on Google Nest Hub:

'DlnaDmrEntity' object has no attribute '_chromecast'

If i use Dashcast via https://stestagg.github.io/dashcast/ it works as expected and displays on the hub.

What am I doping wrong?

AlexxIT commented 2 months ago

You specified a non-chromecast device for this service.

pfletcher1973 commented 2 months ago

the entity id matches that shown in the Google Cast integration.

Executed: May 24, 2024 at 5:04:17 PM Error: 'DlnaDmrEntity' object has no attribute '_chromecast' Result: params: domain: dash_cast service: load_url service_data: entity_id: media_player.kitchen_display_3 url: http://192.168.1.48:8123/dashboard-sonos/sonos force: true target: {} running_script: false

AlexxIT commented 2 months ago

DlnaDmrEntity is not a Chromecast

pfletcher1973 commented 2 months ago

I must be thick. This was the error message not the device id

pfletcher1973 commented 1 month ago

it just started working now. Similar error/info messages.