In the browser-mod custom component (https://github.com/thomasloven/hass-browser_mod), it is possible to get the device ID of the Browser+device combination by adding ?deviceID=mydeviceID at the end of the URL used to access the homeassistant instance. This works if one connects directly on the same network as in http://homeassistant.local:8123/?deviceID=mydeviceID . However, I would like to be able to do the same when connecting via Nabucasa. However, it doesn’t let me add anything to the URL address. Are there any workarounds for this problem?
Many thanks, Yves