hass-browser_mod
hass-browser_mod copied to clipboard
CAST device not working
My Home Assistant version: 2022.8.7
What I am doing: I’m having a Nest Hub that I want to register as a CAST device. Therefor I configured the “Register CAST device” option as described here
What I expected to happen: In the registered browsers section I would expect that “CAST” is reporting “Last connected: xx minutes ago”.
What happened instead: In the registered browsers section I would expect that “CAST” is reporting “Last connected: Never”.
Minimal steps to reproduce: Open Browser Mod settings. In the "Registered Browser" section press "Register Cast Browser".
Log entries from home-assistant.log:
2022-09-06 21:00:40.711 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_path
2022-09-06 21:00:40.712 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_visibility
2022-09-06 21:00:40.712 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_useragent
2022-09-06 21:00:40.713 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_user
2022-09-06 21:00:40.713 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_width
2022-09-06 21:00:40.713 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new sensor.browser_mod entity: sensor.cast_browser_height
2022-09-06 21:00:40.714 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.browser_mod entity: binary_sensor.cast_browser_dark_mode
2022-09-06 21:00:40.714 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.browser_mod entity: binary_sensor.cast_browser_fullykiosk
2022-09-06 21:00:40.715 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.browser_mod entity: binary_sensor.cast
2022-09-06 21:00:40.718 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new light.browser_mod entity: light.cast_screen
2022-09-06 21:00:40.719 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new media_player.browser_mod entity: media_player.cast
By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:
-
[X] Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).
-
[X] Have made sure I am using the latest version of the plugin.
-
[X] Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.
-
[X] Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.
Did you also cast a dashboard panel to the device?
Yes I did. I'm casting this using this action in an automation:
service: cast.show_lovelace_view
data:
entity_id: media_player.nesthub4753
dashboard_path: lovelace-cast
view_path: cast
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
To me this is still an active issue.